Page 1 of 1

Problems with cygwin

Posted: Tue Dec 25, 2007 2:11 pm
by hazardoxide
I'm trying to compile a C source in cygwin using gcc. it tells me there is no input file and it doesnt understand the directory. why?

Posted: Tue Dec 25, 2007 5:05 pm
by Combuster
Human error, most likely.

The exact cause can only be determined after reading http://www.catb.org/~esr/faqs/smart-questions.html

Posted: Wed Dec 26, 2007 1:49 am
by iammisc
did you use / instead of \ for the path name? The cygwin shell uses unix style directory separators which are / and not the \ which windows uses.

Posted: Wed Dec 26, 2007 2:56 am
by hazardoxide
thanks. ill try that in a lil bit.