Bug 21217 - "Argument list too long" when guilding gcj
Summary: "Argument list too long" when guilding gcj
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: libgcj (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-25 14:35 UTC by Christian Convey
Modified: 2012-01-11 13:07 UTC (History)
2 users (show)

See Also:
Host:
Target: i686-pc-linux-gnu
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Convey 2005-04-25 14:35:47 UTC
I'm using Debian Sid on a Pentium IV.

I downloaded the released version of 4.0.0  (gcc-4.0.0.tar.gz).

I unzipped it into:  /home/cjc/packages/gcc-4.0.0
I created a directory to build into: /home/cjc/packages/o

In the /home/cjc/packages/o directory, I ran this command:
/home/cjc/packages/gcc-4.0.0/configure --prefix=/opt/gcc-4.0.0 --enable-threads
--enable-languages=c,c++,java 

I then ran "make". Well into the building of GCJ, I noticed this error:

ln org/ietf/jgss/MessagesBundle.properties.o
.libs/libgcj.lax/lt1-MessagesBundle.properties.o || cp
org/ietf/jgss/MessagesBundle.properties.o
.libs/libgcj.lax/lt1-MessagesBundle.properties.o
./libtool: line 4696: /usr/bin/expr: Argument list too long


The subsequent "make install" seemed to execute without any problem.
Comment 1 Richard Biener 2012-01-11 13:07:05 UTC
Assuming fixed.