On Thursday 17 July 2008, Alin M Elena wrote: > Hi, > > I have a small project > http://code.google.com/p/tdtbuj > > cmake is the build system. > > in linux > if I do just cmake it fails to find the proper libs.
Please give more details so we can help. > if I do cmake cmake --debug-trycompile will work (sometimes). Don't do that. With debug-trycompile the temporary results from trycompiles are not deleted, so you may get weird results in the tests. alex _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
