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. > &

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. ___

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 main (void) { printf ("Hello World\n"); } A file listing shows a.exe

calling octave from C

2006-07-21 Thread Benn Fine
Slowly working my way back to gcc after using R for many years..working on Windows xp... Can I call octave routines from inside a C program ? I noticed that octave has a multivariate normal routine and I am too lazy to write my own. Can I somehow call the octave routine and will decrease p

Consol mode question

2006-07-13 Thread Benn Fine
Warning - old time unix user, unsure windows user newbie question: how do I use cygwin from a dos window, as seen in the example below from the documentation. Console Mode Applications Use gcc to compile, just like under UNIX. Refer to the GCC User's Guide for information on standard usage and op