Hi everyone,
I am installing gcc-3.0.2 on a DS10 tru64 V5.1
I have gnumake-3.79.1 installed also. I linked the binary as /sbin/gmake
I have installed gnu's libiconv-1.7 and it installed ok and placed libiconv
in /usr/local/bin,
I have compaq's cc installed in /sbin/cc
in my env I included the path of /usr/local/bin so gcc can find libiconv,
after ./configure with runs ok,
# gmake
gives me these errors. Any thoughts on what and how to correct this?
rm -f jc1
stage1/xgcc -Bstage1/ -B/usr/local/alphaev67-dec-osf5.1/bin/ -DIN_GCC -g
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototyp
es -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/jcf-parse.o java/mangle.o java/mangle_name.o
java/jcf-write.o java/buffer.o java/check-init.o java/jcf-depend.o
java/jcf-pat
h.o java/xref.o java/boehm.o mkdeps.o toplev.o libbackend.a -L../zlib -lz
-liconv obstack.o ./intl/libintl.a -lmld -lexc ../libiberty/libi
berty.a
/usr/bin/ld:
Unresolved:
libiconv_open
libiconv
libiconv_close
collect2: ld returned 1 exit status
gmake[2]: *** [jc1] Error 1
gmake[2]: Leaving directory
`/var/cluster/members/member0/tmp/gnu_freeware/gcc_302/gcc_obj/gcc'
gmake[1]: *** [stage2_build] Error 2
gmake[1]: Leaving directory
`/var/cluster/members/member0/tmp/gnu_freeware/gcc_302/gcc_obj/gcc'
gmake: *** [bootstrap] Error 2
Mike Kirkland
Unix System Administrator
National Data Corporation
Phone: (918) 481-2817
Fax: (918) 481-4275
mike.kirkland_at_ndchealth.com <mailto:mike.kirkland_at_ndchealth.com>
NDC®| HEALTH
6100 South Yale Avenue
Suite 1900
Tulsa, OK 74136
Received on Tue Nov 13 2001 - 21:34:06 NZDT