Re: [CMake] Re: CMAKE_MAKE_PROGRAM is not set&In-Reply [EMAIL PROTECTED]

2006-03-13 Thread William A. Hoffman
At 05:54 AM 3/13/2006, Martin Baumann wrote: >Hi, > >>There should be a CMakeError.log and CMakeOutput.log files in the CMakeFiles >>directory. >These files don't help me in this problem. I added the files to this mails. >The one file contains the same error >as the output of CMake itself the oth

[CMake] Re: CMAKE_MAKE_PROGRAM is not set&In-Reply [EMAIL PROTECTED]

2006-03-13 Thread Martin Baumann
Hi, >There should be a CMakeError.log and CMakeOutput.log files in the CMakeFiles >directory. These files don't help me in this problem. I added the files to this mails. The one file contains the same error as the output of CMake itself the other one looks as if there weren't errors at all. I

Re: [CMake] Re: CMAKE_MAKE_PROGRAM is not set

2006-03-12 Thread William A. Hoffman
There should be a CMakeError.log and CMakeOutput.log files in the CMakeFiles directory. -Bill At 03:39 PM 3/12/2006, Martin Baumann wrote: >Hi, > >I tried what you said. New build directory and clean source directory. I set >the variables CC and CXX. This helped a little. >It now says that the

Re: [CMake] Re: CMAKE_MAKE_PROGRAM is not set

2006-03-12 Thread Martin Baumann
Hi, I tried what you said. New build directory and clean source directory. I set the variables CC and CXX. This helped a little. It now says that the gcc compiler is not able to compile a simple test program. Still now helping information on what exactly is the problem during compilation. Is th

Re: [CMake] Re: CMAKE_MAKE_PROGRAM is not set

2006-03-11 Thread William A. Hoffman
You need to start from a clean build tree, and a source tree that you have never run cmake in. Then set in your environment: CC=gcc CXX=g++ Then run cmake. Also check your environment for LDFLAGS, which is where I suspect the -64 is coming from. At 08:13 PM 3/11/2006, Martin Baumann wrote: >

Re: [CMake] Re: CMAKE_MAKE_PROGRAM is not set

2006-03-11 Thread Martin Baumann
Hi, don't have the Modules installed on the system. I checked the Modules/CMakeUnixFindMake.cmake but this didn't help me. The first message is: The C compiler "gcc" is not able to compile a simple test program. It fails with the following output: /lvdraid/user/ry149/local/bin/cmake -H

Re: [CMake] Re: CMAKE_MAKE_PROGRAM is not set

2006-03-10 Thread William A. Hoffman
At 06:56 AM 3/10/2006, Martin Baumann wrote: >Hi, > >on this machine are different programming environments. > >Here are my environment variables that CMake uses: > >CC=gcc >CFLAGS='-O3 -fomit-frame-pointer' >CXX=g++ >CXXFLAGS='-O3 -fomit-frame-pointer' >LDFLAGS='-L/usr/local/lib32 -L/usr/machine/l

[CMake] Re: CMAKE_MAKE_PROGRAM is not set

2006-03-10 Thread Martin Baumann
Hi, on this machine are different programming environments. Here are my environment variables that CMake uses: CC=gcc CFLAGS='-O3 -fomit-frame-pointer' CXX=g++ CXXFLAGS='-O3 -fomit-frame-pointer' LDFLAGS='-L/usr/local/lib32 -L/usr/machine/lib32 -L/usr/segment/lib32 -Wl,-rpath is there a list wh