|
From: nico <sl1...@gm...> - 2011-05-06 06:34:00
|
hi Steve, sorry for the long delay, i've been busy with work... 0.26 compiles fine with mingw and produce a static lib. in order to get the dynamic one, i did : /opt/mingw/usr/bin/i686-pc-mingw32-gcc -shared -o file.dll -Wl,--out-implib,liblo.a liblo_la-address.o liblo_la-blob.o liblo_la-bundle.o liblo_la-message.o liblo_la-method.o liblo_la-pattern_match.o liblo_la-send.o liblo_la-server_thread.o liblo_la-server.o liblo_la-timetag.o -o liblo.dll -lpthread -lws2_32 and this produced a suitable dll of liblo but, no chances to compile liblo from the cvs ++ nico Le 19/04/11 22:20, Stephen Sinclair a écrit : > On Sun, Apr 17, 2011 at 2:04 PM, nico<sl1...@gm...> wrote: >> hi, >> does anybody successfully produced a .dll of liblo with mingw? >> if so, how to do that? > Hi Nico, > > What are the results of running autogen.sh? You should have mingw's > version of autoconf and automake installed. It should work, if all > goes well, though I haven't tested it in a while. > > Steve > > ------------------------------------------------------------------------------ > Benefiting from Server Virtualization: Beyond Initial Workload > Consolidation -- Increasing the use of server virtualization is a top > priority.Virtualization can reduce costs, simplify management, and improve > application availability and disaster protection. Learn more about boosting > the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev > _______________________________________________ > liblo-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel > |