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
> >
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
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).
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