[Vm-dev] Re: Issue 66 in cog: CMake should set up to use gcc in Lion

cog at googlecode.com cog at googlecode.com
Thu Sep 6 06:38:07 UTC 2012


Comment #14 on issue 66 by camillob... at gmail.com: CMake should set up to  
use gcc in Lion
http://code.google.com/p/cog/issues/detail?id=66

I still see a gcc path hardcoded when I download the latest vmmaker image:
CogFamilyCococaIOSConfig >>#setGlobalOptions:

and they still persist in the latest sources from VMMaker.
	maker set: 'CMAKE_C_COMPILER' to: '/usr/bin/gcc'.
	maker set: 'CMAKE_CXX_COMPILER' to: '/usr/bin/g++'.	

why would you hardcode this? you can simply do an export  
CC='/foo/bar/myGCC' and everything is perfectly flexible...



More information about the Vm-dev mailing list