tru64 V5.1 and gcc-3.0.4 install problems and need compiled binar y for idea.c

From: Kirkland, Mike # IHTUL (mike.kirkland@ndchealth.com)
Date: Fri Apr 26 2002 - 20:42:31 EDT


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@ndchealth.com <mailto:mike.kirkland@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."



This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:48:39 EDT