I've tried "Unix Makefiles", "MSYS Makefiles". Both produced "Bad
argument number" error during linkage.
I cannot use "MinGW Makefiles" within MSYS, because CMake complains,
that MinGW's make won't work when sh.exe is in the PATH. When I remove
sh.exe from the PATH, not a single command works in MSYS any more:
r...@winsuxx-f3290c7 /c/build/lf2
$ cmake-gui
sh: fork: No such file or directory
I cannot modify CMake, because I want an end user to be able to build
app without any trouble.
I also thought about modifying build script to produce large object
files from all sources in directories. Thus making the final linkage
deal with a little number of object files. Can you point me to some docs
on that?
Thanks.
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake