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]
Other format: [Raw text]

Re: Build failure on hppa1.1-hp-hpux10.20: Arg list too long

[Get raw message]
John David Anglin wrote:

> In the last day or so, there has been a change on the main which 
> causes the following build error:

<QUOTE>
/xxx/gnu/gcc-3.1/objdir/gcc/xgcc -B/xxx/gnu/gcc-3.1/objdir/gcc/
-B/usr/local/hppa1.1-hp-hpux10.20/bin/
-B/usr/local/hppa1.1-hp-hpux10.20/lib/ -isystem
/usr/local/hppa1.1-hp-hpux10.20/include  -threads -shared -fPIC -Wl,+h
-Wl,libg2c.sl.0 -Wl,+b -Wl,/usr/local/lib -o .libs/libg2c.sl.0.0 
.libs/libg2c.lax/libE77.a/Labort.o .libs/libg2c.lax/libE77.a/Laccess.o
.libs/libg2c.lax/libE77.a/Lalarm.o .libs/libg2c.lax/libE77.a/Lbesj0.o
.libs/libg2c.lax/libE77.a/Lbesj1.o .libs/libg2c.lax/libE77.a/Lbesjn.o
.libs/libg2c.lax/libE77.a/Lbesy0.o .libs/libg2c.lax/libE77.a/Lbesy1.o
.libs/libg2c.lax/libE77.a/Lbesyn.o .libs/libg2c.lax/libE77.a/Lchdir.o
.libs/libg2c.lax/libE77.a/Lchmod.o .libs/libg2c.lax/libE77.a/Lctime.o
.libs/libg2c.lax/libE77.a/Ldate_y2kbug.o
.libs/libg2c.lax/libE77.a/Ldate_y2kbuggy.o
.libs/libg2c.lax/libE77.a/Ldbesj0.o .libs/libg2c.lax/libE77.a/Ldbesj1.o
.libs/libg2c.lax/libE77.a/Ldbesjn.o .libs/libg2c.lax/libE77.a/Ldbesy0.o
.libs/libg2c.lax/libE77.a/Ldbesy1.o .libs/libg2c.lax/libE77.a/Ldbesyn.o

...

xgcc: installation problem, cannot exec
`/xxx/gnu/gcc-3.1/objdir/gcc/collect2': Arg list too long
</QUOTE>

Doubtlessly caused by my patch of last Monday:

	http://gcc.gnu.org/ml/gcc-cvs/2001-11/msg00285.html

I assumed it to be neutral w.r.t. argument list length, but apparently I
was mistaken.  I'll try to come up with a fix or else revert the
libE77.{a|la} part of the patch.

--
Toon Moene, KNMI, PO Box 201, 3730 AE De Bilt, The Netherlands.
Tel. +31302206443, Fax +31302210407,  e-mail moene@knmi.nl
URL: http://www.knmi.nl/hirlam


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