[Bug bootstrap/15055] New: bootstrap problem: undefined references to libiconv
plabrie at amcc dot com
gcc-bugzilla@gcc.gnu.org
Wed Apr 21 19:52:00 GMT 2004
Attempting to install gcc3.3.2 on Solaris 5.7 machine. I get the following on
make bootstrap until it fdails;
stage1/xgcc -Bstage1/
-B/tools/GNU/public_domain/tools/project_builds/SnP/02-12-2004/solaris/sparc-sun-solaris2.7/bin/
-g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H
-o jc1 \
java/parse.o java/class.o java/decl.o java/expr.o java/constants.o
java/lang.o java/typeck.o java/except.o java/verify.o java/zextract.o
java/jcf-io.o java/win32-host.o java/jcf-parse.o java/mangle.o
java/mangle_name.o java/builtins.o java/jcf-write.o java/buffer.o
java/check-init.o java/jcf-depend.o java/jcf-path.o java/xref.o java/boehm.o
java/java-tree-inline.o mkdeps.o main.o libbackend.a -L../zlib -lz
../libiberty/libiberty.a
java/parse.o(.text+0x1b68): In function `java_new_lexer':
/tools/GNU/public_domain/tools/project_builds/tars/gcc-3.3.2/ooo/gcc/../../gcc/java/lex.c:233:
undefined reference to `libiconv_open'
java/parse.o(.text+0x1bf0):/tools/GNU/public_domain/tools/project_builds/tars/gcc-3.3.2/ooo/gcc/../../gcc/java/lex.c:253:
undefined reference to `libiconv_open'
java/parse.o(.text+0x1c4c):/tools/GNU/public_domain/tools/project_builds/tars/gcc-3.3.2/ooo/gcc/../../gcc/java/lex.c:271:
undefined reference to `libiconv'
java/parse.o(.text+0x1c58):/tools/GNU/public_domain/tools/project_builds/tars/gcc-3.3.2/ooo/gcc/../../gcc/java/lex.c:273:
undefined reference to `libiconv_close'
java/parse.o(.text+0x1d40): In function `java_destroy_lexer':
/tools/GNU/public_domain/tools/project_builds/tars/gcc-3.3.2/ooo/gcc/../../gcc/java/lex.c:314:
undefined reference to `libiconv_close'
java/parse.o(.text+0x1e74): In function `java_read_char':
/tools/GNU/public_domain/tools/project_builds/tars/gcc-3.3.2/ooo/gcc/../../gcc/java/lex.c:379:
undefined reference to `libiconv'
collect2: ld returned 1 exit status
make[2]: *** [jc1] Error 1
make[2]: Leaving directory
`/tools/GNU/public_domain/tools/project_builds/tars/gcc-3.3.2/ooo/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory
`/tools/GNU/public_domain/tools/project_builds/tars/gcc-3.3.2/ooo/gcc'
make: *** [bootstrap] Error 2
Any ideas?
--
Summary: bootstrap problem: undefined references to libiconv
Product: gcc
Version: 3.3.2
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: plabrie at amcc dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15055
More information about the Gcc-bugs
mailing list