Operating System - HP-UX
1834903 Members
2643 Online
110071 Solutions
New Discussion

Re: Help building gcc 3.4.5

 
Ken_109
Advisor

Help building gcc 3.4.5

I could use some help building gcc 3.4.5 for 11.11 64 bit.

I'm starting with gcc already downloaded. I'd like to build a new gcc on this system. During the boostrap-lean I'm getting an unsatisfied symbol "libicionv_open" in file libcpp.a (cppcharset.o)..

Thanks in advance,
Ken
5 REPLIES 5
Arunvijai_4
Honored Contributor

Re: Help building gcc 3.4.5

Hi Ken,

Before start building GCC, you should install GCC's built time as well run time dependancies.

These are the built time dependancies for GCC,

Build-time dependencies: autoconf bison db flex gawk gettext libiconv m4 make perl sed tcltk texinfo

You can download from, http://hpux.cs.utah.edu/

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Ken_109
Advisor

Re: Help building gcc 3.4.5

Arun,

I'm missing some of the build time things such as M4, autoconf. I Do have libiconv installed. However its still not picking up the library. I did install binutils 2.16.. This may be the culprit, i'll downgrade and try building gcc 3.4.5..

My ultimate goal is to have 64 bit compiler, and debuger that functions! When I used the merjin compiled bundle the gdb would core dump/sigill while stepping through the code.
Arunvijai_4
Honored Contributor

Re: Help building gcc 3.4.5

Hi Ken,

You can download and use 64 bit GCC from HP's DSPP site, It is HP supported version.

http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Sandman!
Honored Contributor

Re: Help building gcc 3.4.5

Hi Ken,

What kind of system are you trying to install gcc on? IPF or PA-RISC some information about the server and the OS would be helpful too.

thanks!
Ken_109
Advisor

Re: Help building gcc 3.4.5

Thanks