This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


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

Re: Fw: Don't build libgcj on irix6.5 - still doesn't work


On Mar 22, 2001, Bryce McKinlay <bryce@albatross.co.nz> wrote:

> Cool! Do we need to do something to libjava's Makefile to have it use
> "-objectlist", or does this happen automagically when required?

We'll have to do something about it.  libtool will do piecewise
linking by default, but it can only do that if it gets run at all.  If
you overflow the command-line limits in the libtool invocation itself,
there's nothing libtool can do.  Other than providing the -objectlist
workaround, of course, which the caller is then supposed to use.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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