This is the mail archive of the gcc@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]
Other format: [Raw text]

Tru64 5.1 bootstrap fails with missing symbols: libiconv et al.


Hello,

I just tried bootstrapping current 3.3 branch
(20030717) on Tru64 5.1B. Bootstrap fails in stage2
linking gcov. This configuring without any additional
flags (besides --prefix) and using Compaq C to build
the stage1 compiler:

stage1/xgcc -Bstage1/
-B/tmp/gcc33/alphaev68-dec-osf5.1/bin/   -g -O2
-DIN_GCC   -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional
-pedantic -Wno-long-long   -DHAVE_CONFIG_H  -o cc1 \
        c-parse.o c-lang.o c-pretty-print.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-opts.o
c-format.o c-semantics.o c-objc-common.o c-dump.o
libcpp.a  main.o libbackend.a ./intl/libintl.a 
-liconv  ../libiberty/libiberty.a
libiconv
libiconv_open
libiconv_close
collect2: ld returned 1 exit status

Strange thing is that the libiconv is being linked
against... Any ideas? Thanks,

Dara

P.S. Is the -oldas option still required to bootstrap
on this platform (as described in install/specific.html)?

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


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