Re: problem with bash recognizing c-file with cygwin under eclipse

2011-08-20 Thread Eliot Moss
On 8/20/2011 11:12 AM, Bram Kouwenberg wrote: Hello, I am using Cygwin under Eclipse C/C++. I am trying to compile/run a simple c program with gcc, but the file is not found by the bash shell. Neither gcc or ls -la can find the .c file but ls does show the other contents of the project directory

problem with bash recognizing c-file with cygwin under eclipse

2011-08-20 Thread Bram Kouwenberg
Hello, I am using Cygwin under Eclipse C/C++. I am trying to compile/run a simple c program with gcc, but the file is not found by the bash shell. Neither gcc or ls -la can find the .c file but ls does show the other contents of the project directory. I'm going crazy not being able to find out why