[CMake] CMake problem on Solaris with suncc

Bill Hoffman bill.hoffman at kitware.com
Mon Oct 27 09:15:13 EDT 2008


cyril_wobow wrote:
> Here is the environment I enforce on solaris to build with 
> cmake/solaris/suncc64 :
> 
> export LINKFLAGS="-m64" ; export CFLAGS="-m64" ; export CPPFLAGS="-m64"; 
> export CC=/opt/SUNWspro/bin/suncc ; export CPP=/opt/SUNWspro/bin/suncc; 
> export CXX=/opt/SUNWspro/bin/sunCC
> 
> Hope this helps !
> Cyril
> 

CMake does not look at LINKFALGS?  It uses LDFLAGS.

-Bill


More information about the CMake mailing list