Managers,
I have a DS10 that has compaq's organic c compiler on it, but I am in the
process of installing gcc-3.0.4 on tru64 V5.1. I have installed the current
versions of gmake, binutils, and other assocated files for gcc-3.0.4.
I am install gcc because I can not get compaq's c compiler to compile the
idea.c module used with gnupg-1.0.6
I linked /usr/local/binutils utilities to the sourcedir for gcc-3.0.4 -
/usr/local/gcc-3.0.4
# ls -l bfd
lrwxrwxrwx 1 root 501 30 Apr 26 18:47 bfd ->
/usr/local/binutils-2.11.2/bfd
# ln -s /usr/local/binutils-2.11.2/binutils binutils
# ls -l binu*
lrwxrwxrwx 1 root 501 35 Apr 26 18:49 binutils ->
/usr/local/binutils-2.11.2/binutils
# ln -s /usr/local/binutils-2.11.2/gas gas
# ln -s /usr/local/binutils-2.11.2/gprof gprof
# ln -s /usr/local/binutils-2.11.2/ld ld
# ln -s /usr/local/binutils-2.11.2/opcodes opcodes
#
then in the gcc object directory /usr/local/gcc-3.0.4objdir I run the
# /usr/local/gcc-3.0.4/configure --enable-threads --enable-threads=posix
this command runs ok
then I do
# make bootstrap
and I end up with this error toward the end of the compile.
/usr/bin/ld:
Unresolved:
libiconv_open
libiconv
libiconv_close
collect2: ld returned 1 exit status
gmake[2]: *** [jc1] Error 1
gmake[2]: Leaving directory `/usr/local/gcc-3.0.4-objdir/gcc'
gmake[1]: *** [stage2_build] Error 2
gmake[1]: Leaving directory `/usr/local/gcc-3.0.4-objdir/gcc'
gmake: *** [bootstrap] Error 2
# which ld
/usr/bin/ld
# cd /
# find . -name libiconv_open -ls
# find . -name libiconv -ls
34489 8 drwxr-xr-x 2 root system 8192 Nov 14 15:26
./usr/local/doc/libiconv
# find . -name libiconv_close -ls
#
Any thoughts on how I can get gcc to compile.
Also if anyone has a compiled idea.c module please sent it to me.
Thanks
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
"This E-mail message is for the sole use of the intended recipient(s) and
may contain confidential and privileged information. Any unauthorized
review, use, disclosure or distribution is prohibited. If you are not the
intended recipient, please contact the sender by reply E-mail, and destroy
all copies of the original message."
Received on Sat Apr 27 2002 - 00:58:20 NZST