Operating System - Linux
1755627 Members
2855 Online
108836 Solutions
New Discussion юеВ

GCC Compile Error on HP-UX 10.20

 
SOLVED
Go to solution
gineraso
Occasional Advisor

Re: GCC Compile Error on HP-UX 10.20

I get the exact same error.
/gen1/lginer/gcc-3.4.6/configure --prefix=/gen1/gnucc


cc1: /usr/libexec/gcc/hppa1.1-hp-hpux10.20/3.4.6/include: Not a directory
cc1: /usr/libexec/gcc/hppa1.1-hp-hpux10.20/include: Not a directory
collect2: gcc returned 1 exit status
make[3]: *** [libgcc_s.sl] Error 1
make[3]: Leaving directory `/gen1/gnucc/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory `/gen1/gnucc/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/gen1/gnucc/gcc'
make: *** [bootstrap] Error 2
Steve Ellcey
Valued Contributor

Re: GCC Compile Error on HP-UX 10.20

The only thing I see that looks different from what I do is that you are making 'bootstrap-lean' instead of 'bootstrap'. Does it make any difference if you build bootstrap instead of bootstrap-lean? If not, I think I am out of ideas on what the problem is. I only build on HP-UX 11.* platforms these days and don't have a 10.20 system to test this out on.
gineraso
Occasional Advisor

Re: GCC Compile Error on HP-UX 10.20

It does the same thing with just bootstrap. I appreciate your time on this. Perhaps someone else can assist me?
H.Merijn Brand (procura
Honored Contributor

Re: GCC Compile Error on HP-UX 10.20

Did you try the build scripts that are available on my site?

http://mirrors.develooper.com/hpux/gcc-util-10.20.tgz

It's all described here: http://mirrors.develooper.com/hpux/#Gcc

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
gineraso
Occasional Advisor

Re: GCC Compile Error on HP-UX 10.20

I hadn't used them. How do they work?