On 6/2/2010 06:28, Hradec wrote: > Works!! I got it linking correctly... I actually found the libtool template > code inside configure, so it was pretty simple to delete it from there and > now I got a proper configure patch which generates a patched libtool. > > Although it links correctly now, I'm not getting any DLLs out of it... just > .la and .a and it should be dumping the DLLs as weel... could it be because > I took the objects out? or it is missing some command line that instructs it > to generate dlls? > > I tried to build openexr (ilmbase is a dependency for openexr) with the .la > and .a libs, but openexr build complains about not finding references > again... I know from past experience with mingw that I was only able to > build openexr if I used the DLLs intead of the .la files, or else I would > get those same missing references... that's why I need to get the DLLs out > of ilmbase! > > -H >
Hi, can you post the error or warning message from libtool? If it says something to the effect of "undefined symbol reference not supported on this platform", you need to add "-no-undefined" parameter when calling libtool. ------------------------------------------------------------------------------ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
