bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

man2html compilation fails when making doc in 2.05b


From: Boytcho Peytchev
Subject: man2html compilation fails when making doc in 2.05b
Date: Wed, 19 Feb 2003 00:32:27 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020714

Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' -DCONF_OSTYPE='linu x-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' -DCONF_VENDOR='pc' -DSHELL -DHAVE_CON
FIG_H  -I.  -I. -I./include -I./lib  -g -O2
uname output: Linux kyxap 2.4.18 #1 Tue Jan 28 11:35:11 EET 2003 i686 unknown
Machine Type: i686-pc-linux-gnu

Bash Version: 2.05b
Patch Level: 0
Release Status: release

Description:
after './config'ing one can 'make doc'. The variable $(CC_FOR_BUILD) is not defi ned in ./support/Makefile.in, which makes the compilation of man2html fail, all
in all the file ./doc/bash.html is not generated.
        [Detailed description of the problem, suggestion, or complaint.]

Repeat-By:
$./configure
$make doc
        [Describe the sequence of events that causes the problem
        to occur.]

Fix:
add the line
CC_FOR_BUILD = @CC_FOR_BUILD@
to ./support/Makefile.in
        [Description of how to fix the problem.  If you don't know a
        fix for the problem, don't include this section.]







reply via email to

[Prev in Thread] Current Thread [Next in Thread]