This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gcc 2.95 and 2.95.1-Problems


Hello !

I tried to build gcc2.95 and gcc2.95 on a HP-UX 10.20 machine
(uname: B.10.20 E 9000/820) with following configure:
../gcc-2.95/configure --prefix=$HOME --enable-haifa hppa1.0-hp-hpux10.20
I have a lot of gnu-tools (binutils, sed, awk, etc.) available so this
shouldn't
be a problem.
But after successfull configuration, when I try to start the building-stage it
stops immediately with following error:
-------------------------------------------------------------
> gmake SHELL=$SHELL CFLAGS="$CFLAGS" bootstrap-lean
gmake: execvp: /usr/local/bin/bash: Arg list too long
gmake: *** [all-libiberty] Error 127
-------------------------------------------------------------
the same if I try an easier call:
-------------------------------------------------------------
> gmake bootstrap
gmake: execvp: /bin/sh: Arg list too long
gmake: *** [all-libiberty] Error 127
-------------------------------------------------------------
CFLAGS is set to :
-I/home/mohr/include -Ae +ESlit +Oprocelim -z -DHP_UX_B_10 +DAportable
LDFLAGS is set to:
-L/home/mohr/lib -Wl,+s -Wl,+n -Wl,-a,shared_archive -Wl,+b,:

Do you know any workaround or patch for this ?
Is it a known problem or am I the only one who has problems compiling gcc/egcs
at HP-UX 10 ?

with regards,
---------------------------------------------
Matthias Mohr
E-Mail: MMohr@SysDesign-EDV.com
---------------------------------------------



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]