Mike:
I have not seen this problem, we use 7.3.1m. I would suggest you
go to SGI and have them fix it, there just isn't enough time in
the day for us to work around every broken compiler out there.
But, if you send me a simple test case that demonstrates the
problem, I'll look into it for you.
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
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.
--tml
Index: libtool.m4
===
RCS file: /cvs/libtool/libtool.m4,v
retrieving revision 1.142
diff