ok, new libtool for cygwin updates

2001-03-08 Thread edward
well peeps. i actually browsed through the libtool mail archives and read the note about cygwin specific things (especially the mail/cygwin32 file). here is a set of updates to libtool.m4, ltmain.in (and automake.in) that does just about all of it, as far as I can tell. the libtool check suite p

Re: libgcj/1736

2001-03-08 Thread Nick Hudson
Alexandre Oliva wrote: > > On Mar 6, 2001, Bryce McKinlay <[EMAIL PROTECTED]> wrote: > > > Perhaps it would suffice to simply clear "wl" when entering the > > incremental mode, assuming we know the linker will always be called > > directly when doing incremental. > > Yep. Please try this patc

Re: libgcj/1736

2001-03-08 Thread Bryce McKinlay
Alexandre Oliva wrote: > On Mar 6, 2001, Bryce McKinlay <[EMAIL PROTECTED]> wrote: > > > Perhaps it would suffice to simply clear "wl" when entering the > > incremental mode, assuming we know the linker will always be called > > directly when doing incremental. > > Yep. Please try this patch.

Re: new libtool.m4 patch for cygwin & mingw

2001-03-08 Thread Gary V . Vaughan
On Thursday 08 March 2001 10:54 pm, Kevin Wright wrote: > From the README.txt in the bzipped version of Edwards libtool-cygwin: > > PPS. Really smart cookies will notice a seemingly nonsensical diff in > the patch file. That's because someone committed some file(s) into > cvs with embedded bina

RE: new libtool.m4 patch for cygwin & mingw

2001-03-08 Thread Kevin Wright
Tor, >From the README.txt in the bzipped version of Edwards libtool-cygwin: PPS. Really smart cookies will notice a seemingly nonsensical diff in the patch file. That's because someone committed some file(s) into cvs with embedded binary characters. I have no idea what they were, but I remov

Re: new libtool.m4 patch for cygwin & mingw

2001-03-08 Thread Tor Lillqvist
Gary V. Vaughan writes: > The attached files are FYI, and represent the commits I made to HEAD. > + yes,cygwin*) > +    library_names_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | >[sed -e 's/[.]/-/g']`${versuffix}.dll' > +;; > +  yes,mingw*) > +    library_names_s

DLL problem

2001-03-08 Thread Lars Stavholm
I have a bit of a problem creating a DLL that depends on a second DLL on the MS Windows 98 platform. I'm using all the latest versions of the GNU autotools (libtool, automake, and autoconf) with the cygwin environment. I've read the (excellent) GNU Autotools book, and I've read the manuals, but...