Re: mingw DLL problem
Thomas Sailer <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 2007-11-03 at 17:55 -0400, al davis wrote: > Can you show me how libtool solves the problem at hand? I don't > see it. It doesn't. It inherits the limitation of the underlying dynamic linker. It just makes it easier to write portable code if you can live with the lowest common denominator of all dynamic linker capabilities. Tom