I'm trying to compile an application originaly developed under unix/linux. I managed to compile the the sources successufly, but I cannt gether the objects by libtool into a dll.Here is make's output:
Making all in ed2k
make[1]: Entering directory `I:/devel/hydranode-14-04-05/modules/ed2k'
/bin/sh ../../libtool --tag=CXX --mode=link g++ -W -Wall -Wno-return-type -Wno-long-long -Wpointer-arith -pedantic -DNDEBUG -lz -Zdll -Zmt -Zmtd -o libed2k.la -rpath /usr/local/lib clientext.lo clientlist.lo clients.lo creditsdb.lo cryptopp.lo downloadlist.lo ed2k.lo ed2kfile.lo ed2ksearch.lo packets.lo server.lo serverlist.lo tag.lo zutils.lo -lpthread -ldl
*** Warning: This system can not link to static lib archive /usr/lib//libstdc++.la.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
creating reloadable object files...
creating a temporary reloadable object file: .libs/libed2k.la-14.o
/usr/bin/ld -r -o .libs/libed2k.la-1.o .libs/clientext.o
make[1]: Leaving directory `I:/devel/hydranode-14-04-05/modules/ed2k'