[please see http://cygwin.com/acronyms/#PCYMTWLL ]
On 2010-10-07 13:52Z, Michael Jäger wrote:
>
> INCCYGSTDABS = C:/cygwin/usr/include
It's generally preferable to use posix paths with cygwin tools. This
one would be simply /usr/include for example.
> LIBCYGSTDABS = C:/c
Hello,
I’m pretty new to this whole Cygwin stuff and I have a problem building an
application to an executable.
So let’s start with my little c program.
#include
int main (void){
printf("Hello World");
test();
return 0;
}
int test(void){
return 0;
}
My head
2 matches
Mail list logo