Bug 9671 - gcc.3.2.2 do not build on a HP Tru64 Unix v5.1B system
Summary: gcc.3.2.2 do not build on a HP Tru64 Unix v5.1B system
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: other (show other bugs)
Version: unknown
: P3 normal
Target Milestone: ---
Assignee: Rainer Orth
URL:
Keywords:
: 10028 10154 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-02-12 07:46 UTC by olle
Modified: 2003-07-25 17:33 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
make.log (7.50 KB, application/octet-stream)
2003-05-21 15:17 UTC, olle
Details

Note You need to log in before you can comment on or make changes to this bug.
Description olle 2003-02-12 07:46:00 UTC
Gcc 3.2.2 fails to build on a Tru64 UNIX, V5.1B system.

gcc -DIN_GCC    -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H  -o cc1 \
        c-parse.o c-lang.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-format.o c-semantics.o c-objc-common.o libcpp.a  main.o libbackend.a ./intl/libintl.a  -liconv  ../libiberty/libiberty.a
_F64__F64_stat
_F64__F64_fstat
_F64__F64_lstat
collect2: ld returned 1 exit status
make[2]: *** [cc1] Error 1
make[2]: Leaving directory `/usr/users/olle/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/usr/users/olle/objdir/gcc'
make: *** [bootstrap] Error 2

For some reason the file cppinit.o and cppfiles.o generetes
incorrect external references, The F64 prefix is doubled,

Release:
unknown

Environment:
HP Tru64 Unix 5.1B, using gcc-3.2.2 build on a 5.1A system and
gnu make

How-To-Repeat:
ALways
Comment 1 olle 2003-02-12 07:46:00 UTC
Fix:
Not known
Comment 2 Rainer Orth 2003-02-20 12:55:01 UTC
Responsible-Changed-From-To: unassigned->ro
Responsible-Changed-Why: Mine.
Comment 3 Rainer Orth 2003-02-20 12:55:01 UTC
State-Changed-From-To: open->feedback
State-Changed-Why: As explained in PR other/9670, building with a copy of gcc
    from a different O/S release cannot generally work.  Please
    try bootstrapping with the vendor cc instead.
Comment 4 Rainer Orth 2003-02-24 18:57:51 UTC
State-Changed-From-To: feedback->closed
State-Changed-Why: Fixed for 3.2.3, 3.3, 3.4:
    
    http://gcc.gnu.org/ml/gcc-patches/2003-02/msg01802.html