If you installed Cygwin in D:\cygwin, this will be your root directory.
Just try
$ gcc -I/usr/X11R6/include tortoise.cpp -o tortoise
Otherwise try
$ gcc -I/cygdrive/d/usr/X11R6/include tortoise.cpp -o tortoise
Hope that helps.
Robert Hönlinger
> I am trying to compile a small application from the
Hi,
I think you had similar problems a few days ago...? Your include line is a
bit mashed to say the least.
Im taking a shot in the dark here but guessing your running gcc/other under
cygwin hense the `$'. So the first problem is that /d:cygwin doesn't exist
and will never exist. If your cygwi
2 matches
Mail list logo