Re: cmake doesn't like gcc

2008-06-11 Thread Nathan Thern
On Fri, Jun 6, 2008 at 3:58 PM, Bill Hoffman <[EMAIL PROTECTED]> wrote: > Brian Dessent wrote: > In the original post, Nathan said: >> >> It fails with the following output: >> >> Change Dir: /usr/src/CMakeFiles/CMakeTmp >> >> MORE OUTPUT ... > > What is the MORE OUTPUT? Also, there should be a

Re: cmake doesn't like gcc

2008-06-06 Thread Bill Hoffman
Brian Dessent wrote: Nathan Thern wrote: I've been using gcc extensively to compile scheme interpreters and to compile code generated by various scheme-to-C systems. Here's a simple check, though: --- $ echo -e '#include \nmain(){printf("Hello World\\n");}' > hw.c; cat hw.c; /usr/bin/gcc hw.c;

Re: cmake doesn't like gcc

2008-06-02 Thread Brian Dessent
Nathan Thern wrote: > I've been using gcc extensively to compile scheme interpreters and to > compile code generated by various scheme-to-C systems. Here's a simple > check, though: > --- > $ echo -e '#include \nmain(){printf("Hello World\\n");}' > > hw.c; cat hw.c; /usr/bin/gcc hw.c; ./a.exe > #i

Re: cmake doesn't like gcc

2008-06-02 Thread Brian Dessent
Nathan Thern wrote: > The C compiler "/usr/bin/gcc.exe" is not able to compile a simple test > program. Can you in fact compile a "hello world" program with gcc? > Is this a problem with my environment, or something else? This would be a lot easier to answer if you provided the requested "c

cmake doesn't like gcc

2008-06-02 Thread Nathan Thern
The first time I tried to use cmake to configure a package I got this message: --- TERMINAL SESSION --- $ cmake . -- The C compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc.exe -- Check for working C compiler: /usr/bin/gcc.exe -- broken CMake Error at /usr/share/cmake-