[CMake] HowTo build one Linux binary set for all platforms?

Matt England mengland at mengland.net
Tue Apr 18 12:45:08 EDT 2006


At 4/18/2006 09:43 AM, Brad King wrote:
>We have a least-common-denominator Linux system.  We build the needed 
>system libraries statically (such as curses).  We build our own gcc using 
>the --disable-shared configure script option to avoid getting a shared C++ 
>library.  Look in the Utilities/Release directory at the config_* files 
>and the cmake_release.sh script for other details.

Excellent info, thanks Brad.  We most likely will be migrating our builds 
to such a thing.

I suspect the Utilities/Release files do not mention which Linux system 
flavor you build on.  Do you guys choose a particular system for this?  eg, 
RH 7.x...or something else?

-Matt 



More information about the CMake mailing list