This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: error making gcc on HP-UX 11.00


Michael Lee wrote:

> I got the following error part way through running make 
> bootstrap-lean:
:
>     (cd /forte/ffx/gcc-3.0/gcc && false  -o c-p$$.c c-parse.y && \
>      mv -f c-p$$.c c-parse.c)

The 'false' looks like it should be a call to 'yacc' or 'bison'. HP
don't include yacc or bison by default. Grab bison from your favourite
GNU mirror; it'll build fine using the bundled tools provided you
configure it '--disable-nls' to avoid dependency on msgget.

There may be something else going wrong, though: I don't think a gcc
source distribution should need re-bisoning.

Rup.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]