This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cmake doesn't like gcc


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 <stdio.h>\nmain(){printf("Hello World\\n");}' >
hw.c; cat hw.c; /usr/bin/gcc hw.c; ./a.exe
#include <stdio.h>
main(){printf("Hello World\n");}
Hello World
---
..

...



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 CMakeFiles/CMakeError.log file created. If I could see the error message I could help.


-Bill



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]