Re: new libtool.m4 patch for cygwin & mingw

2001-03-06 Thread Gary V . Vaughan
Hi Tor, On Wednesday 21 February 2001 4:36 pm, Tor Lillqvist wrote: > New try... I changed "lib" to "cyg" in the wrong place. Sorry. Now it > should affect only the name of the dll (and related files), I hope. I split your patch into two and applied to the HEAD branch. I also ported both patch

Re: libgcj/1736

2001-03-06 Thread Bryce McKinlay
Alexandre Oliva wrote: > > So, it's trying to pass the compiler -Wl flag directly to the linker > > for some reason. I hacked the libtool script a bit and everything > > worked.) > > Care to post your hacks? :-) All I did was to remove the "\${wl}"s from whole_archive_spec_flag. Presumably thats

Re: libgcj/1736

2001-03-06 Thread Robert Boehne
Bryce: I submitted two patches to fix the "Arg length too long" problems. The first will work around link lines created by libtool that are too long to execute, the second uses the -objectlist FILE option in link mode to allow a file containing a list of *.lo objects rather than the list of objec