This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

C compiler question


I had this working last week......then uninstalled
cygwin and installed mingw......now I reinstalled
cygwin and its not working. dang it.

Windows xp......

Can compile 
#include <stdio.h>
        
        main (void)
     {
       
       printf ("Hello World\n");
       
     }

A file listing shows a.exe

When I type a.exe I get the following:

bash: a.exe: command not found

What ? I don't get it.

Any help would be most appreciated. /bin is in my
path.

Thanks!

Benn


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]