Imran Akbar wrote:
Hi,
I'm still having the same problem with mingw - does anybody know whether it's a problem in mingw, python, scons, or boost? Tanguy, did you run into this problem when you built ng with mingw last time? Do you think you could try it again and see if you do?

The Boost build system generated .lib files when compiled with MinGW rather than .a files. MinGW (GCC) only understand .a files

So just rename the Boost libraries like 'boost_thread.a' 'boost_serialization.a' ect... so that it matches the requirements

--
Tanguy Krotoff <[EMAIL PROTECTED]>
http://dev.openwengo.com
_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to