In several packages, e.g. now trying FTGL, I get linking issues on the DLL creation stage of a common autotools routine. 32bit version of mingw-w64 works fine, but not 64.
e.g. *** Warning: linker path does not have real file for library -lopengl32. [..] *** Warning: linker path does not have real file for library -lglu32. [..] etc. and goes on creating the static libraries normally. I had tried forcing autotools re-creation (using a recent version on an ubuntu virtualbox) but there's no much luck. I had tried libtoolize -f, no much luck either. Once I believe giving it explicitly --host x86_64-w64-mingw32 worked, but not sure if it was anorthodox since it didn't help in other cases. How can it be fixed? Compiling in windows, but it may be apparent also on linux. ------------------------------------------------------------------------------ Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL, new data types, scalar functions, improved concurrency, built-in packages, OCI, SQL*Plus, data movement tools, best practices and more. http://p.sf.net/sfu/oracle-sfdev2dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
