Re: C compiler question

2006-07-22 Thread Benn Fine
Doh! thanks! --- Igor Peshansky [EMAIL PROTECTED] wrote: On Fri, 21 Jul 2006, Benn Fine wrote: 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 [snip program]

Re: ignore C compiler question

2006-07-22 Thread Christopher Faylor
On Fri, Jul 21, 2006 at 09:54:58PM -0700, Benn Fine wrote: sorry-still not used to working in a bash shell versus a dos shell. I assumed the compiled program would work in a bash shell but it only works in a dos shell-its too late to worry about why that is. I miss unix. Yeah, things work a lot

C compiler question

2006-07-21 Thread Benn Fine
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

ignore C compiler question

2006-07-21 Thread Benn Fine
sorry-still not used to working in a bash shell versus a dos shell. I assumed the compiled program would work in a bash shell but it only works in a dos shell-its too late to worry about why that is. I miss unix. Thanks and sorry for wasting anyone's time.

Re: C compiler question

2006-07-21 Thread Igor Peshansky
On Fri, 21 Jul 2006, Benn Fine wrote: 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 [snip program] A file listing shows a.exe When I type a.exe I get the following: