Re: revised patch for glib compilation on cygwin with POSIX runtime

2001-02-21 Thread Gary V . Vaughan
On Tue, 20 Feb 2001, Tor Lillqvist wrote: > Gary V. Vaughan writes: > > If libtool doesn't already find non-libtool libraries on mingw, then > > that is a bug. libtool works with non-libtool libraries on the other > > architectures to which it has been ported. Patches gratefully accepted > >

Re: revised patch for glib compilation on cygwin with POSIX runtime

2001-02-21 Thread Tor Lillqvist
Here is a suggested patch to libtool.m4. It implements the following: - If the export_symbols file (which has been passed to libtool with the -export-symbols command line switch) already is a .def file, use it as is. - On Cygwin, set libname_spec to cyg$name instead of the default lib$name. - F

Re: revised patch for glib compilation on cygwin with POSIX runtime

2001-02-20 Thread Tor Lillqvist
Gary V. Vaughan writes: > If libtool doesn't already find non-libtool libraries on mingw, then that is > a bug. libtool works with non-libtool libraries on the other architectures > to which it has been ported. Patches gratefully accepted (I think this > should be quite straight forward).

Re: revised patch for glib compilation on cygwin with POSIX runtime

2001-02-19 Thread Gary V . Vaughan
Hi Tor, On Thu, 15 Feb 2001, Tor Lillqvist wrote: > Gary V. Vaughan writes: > > About four months ago is when it *was* working! Unfortunately it has > > bitrotted a little since then. I will work on fixing win32 DLL > > building in libtool as soon as I have my glib patch for wrapping > > li