1836648 Members
1942 Online
110102 Solutions
New Discussion

Re: gcc compile problem

 
Jerry Karn_1
Occasional Advisor

gcc compile problem

Hello,
I have hpux 11 and have installed gmake.

I'm trying to do "make bootstrap" for gcc 3.2.3, and I get errors:

n.o libcpp.a main.o libbackend.a ./intl/libintl.a ../libiberty/libiberty.a
/usr/ccs/bin/ld: Unsatisfied symbols:
libiconv (code)
libiconv_open (code)
libiconv_close (code)
collect2: ld returned 1 exit status
gmake[2]: *** [cc1] Error 1
gmake[2]: Leaving directory `/irs/tmp/gcc-3.2.3/gcc'
gmake[1]: *** [stage2_build] Error 2
gmake[1]: Leaving directory `/irs/tmp/gcc-3.2.3/gcc'
gmake: *** [bootstrap] Error 2


....has anyone running gcc on HPUX dealt with this problem?
3 REPLIES 3
Jerry Karn_1
Occasional Advisor

Re: gcc compile problem

addendum: I installed "libiconv-1.8-sd-11.00.depot" prior to gmake, so I'm suprised to see an error related to it.

Perhaps it's a path problem somewhere?
H.Merijn Brand (procura
Honored Contributor

Re: gcc compile problem

Why not simply disable NLS?

--disable-nls

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Jerry Karn_1
Occasional Advisor

Re: gcc compile problem

Mission accomplished. I found a depot for an older version (2.0) and it works.

Thanks!