This is the mail archive of the gcc@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: Why long command line for libgcj.so?


On Tue, Jun 04, 2002 at 02:03:12PM -0700, David S. Miller wrote:
>    From: "H . J . Lu" <hjl@lucon.org>
>    Date: Tue, 4 Jun 2002 13:55:54 -0700
>    
>    I suspect stack/heap/memory limit. My machine has 1GB RAM. The problem
>    is it is almost impossible to run ld in gdb since the command line
>    for building libgcj.so is way too long. May I ask why we can't use
>    "ld -r" or "ar"/--whole-archive to build libgcj.so? Is that because
>    libtool doesn't support it?
> 
> I was going to ask this same question.  Doing the link of all the
> objects at once also increases the memory usage of the libjava build.
> I can just barely do this link with 128MB of ram on Sparc for example.

I am willing to try to find a hack to work around libtool.


H.J. (Who never liked libtool.)


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