[Scons-users] linker command under windows not working (too long)
Philipp Kraus
philipp.kraus at flashpixx.de
Sat Mar 30 10:07:18 EDT 2013
Hello,
I try to build Irrlicht engine with mingw toolset under Scons. The compiler calls works well, but the last linker command to build the shared library creates the error, that the command length is reached.
MS describe the probleme here http://support.microsoft.com/kb/830473/en-us
The command shows:
g++ -shared -o Irrlicht.dll <here all *.o files> -Wl,--out-implib,libIrrlicht.a
I don't know how I can solve this problems. The problem exists only with the MinGW toolset under MSVC the problem does not exists.
Thanks for help
Phil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://four.pairlist.net/pipermail/scons-users/attachments/20130330/f9947a2c/attachment.html>
More information about the Scons-users
mailing list