By the way, notice that this is a C++ DLL which is being linked against a C DLL also built by libtool. The C DLL did successfully link using libtool. The C DLL is based in part on a libtool "convenience library".
To be honest, I believe that there are still some run-time issues with C++ DLLs under MinGW, but it should still be possible to create the DLL. Bob On 9 Oct 2002, Elizabeth Barham wrote: > Bob Friesenhahn <[EMAIL PROTECTED]> writes: > > > Ideas? > > > > g++ -shared c:/mingw/bin/../lib/gcc-lib/mingw32/2.95.3-6/../../../dllcrt2.o >.libs/Blob.o .libs/BlobRef.o .libs/CoderInfo.o .libs/Color.o .libs/Drawable.o >.libs/Exception.o .libs/Functions.o .libs/Geometry.o .libs/Image.o .libs/ImageRef.o >.libs/Montage.o .libs/Options.o .libs/Pixels.o .libs/STL.o .libs/Thread.o >.libs/TypeMetric.o -L/usr/local/lib ../../magick/.libs/libMagick-5.dll >-Lc:/mingw/bin/../lib/gcc-lib/mingw32/2.95.3-6 -Lc:/mingw/bin/../lib/gcc-lib >-L/mingw/lib/gcc-lib/mingw32/2.95.3-6 >-Lc:/mingw/bin/../lib/gcc-lib/mingw32/2.95.3-6/../../../../mingw32/lib >-L/mingw/lib/gcc-lib/mingw32/2.95.3-6/../../../../mingw32/lib >-Lc:/mingw/bin/../lib/gcc-lib/mingw32/2.95.3-6/../../.. >-L/mingw/lib/gcc-lib/mingw32/2.95.3-6/../../.. -lstdc++ -luser32 -lkernel32 >-ladvapi32 -lshell32 -lmingw32 -lgcc -lmoldname -lmsvcrt -o .libs/libMagick++-5.dll > > What happens if you run the above line by itself without the -shared > switch? > > Elizabeth > ====================================== Bob Friesenhahn [EMAIL PROTECTED] http://www.simplesystems.org/users/bfriesen _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool