Problems with cygwin

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
hazardoxide
Member
Member
Posts: 26
Joined: Thu Dec 13, 2007 12:31 pm

Problems with cygwin

Post 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?
If bill gates had a dollar for everytime windows crashed...oh wait... he does.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

Human error, most likely.

The exact cause can only be determined after reading http://www.catb.org/~esr/faqs/smart-questions.html
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
iammisc
Member
Member
Posts: 269
Joined: Thu Nov 09, 2006 6:23 pm

Post 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.
hazardoxide
Member
Member
Posts: 26
Joined: Thu Dec 13, 2007 12:31 pm

Post by hazardoxide »

thanks. ill try that in a lil bit.
If bill gates had a dollar for everytime windows crashed...oh wait... he does.
Post Reply