Luca Picello
April 13th, 2005, 09:25 PM
Hi all,
I use cmake (www.cmake.org) program to generate makefiles.
I have new and strange error message :
-- Check for working C compiler: CMAKE_C_COMPILER_FULLPATH-NOTFOUND
It seems to be referred to a note in the README:
Strange compile errors on Unix. Make sure that you specify the environment variables CXX and CC prior to running CMake.
doing "#echo $CXX" and "#echo $CC" I have nothing set.
I installed gcc and g++ and lots of packages hoping they autoconfigure those environment variables but nothing happens.
Any idea?
thanks
Luca
I use cmake (www.cmake.org) program to generate makefiles.
I have new and strange error message :
-- Check for working C compiler: CMAKE_C_COMPILER_FULLPATH-NOTFOUND
It seems to be referred to a note in the README:
Strange compile errors on Unix. Make sure that you specify the environment variables CXX and CC prior to running CMake.
doing "#echo $CXX" and "#echo $CC" I have nothing set.
I installed gcc and g++ and lots of packages hoping they autoconfigure those environment variables but nothing happens.
Any idea?
thanks
Luca