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
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;
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
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
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-
5 matches
Mail list logo