Thanks, that solves one problem. I still haven't found a way to create both shared and static libraries by only compiling the source code once (on Linux). I can generate both types of libraries in one make command but each source file is compiled twice.
Does anyone know how to do this? On Thu, Apr 16, 2009 at 7:06 PM, Michael Jackson <[email protected]> wrote: > make VERBOSE=1 > > _________________________________________________________ > Mike Jackson [email protected] > BlueQuartz Software www.bluequartz.net > Principal Software Engineer Dayton, Ohio > > > > On Apr 16, 2009, at 8:19 PM, Shaun Cummins wrote: > >> Is it possible to see the actual gcc/g++ commands that cmake uses? I >> can't find a log of them anywhere. > > _______________________________________________ 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
