Re: Where is complex.h

2006-07-25 Thread TV JOE
Hi, Would any of you that replied be interested in assisting me with compiling this program. It's a C program written for a Suse Linux distribution. The author maintains the only problem would be resolving the complex.h warnings. TIA. _

Where is complex.h

2006-07-24 Thread TV JOE
Hi, I've a C program referencing complex.h. But make can't find it and the only copy I see is in /usr/include/mingw which I don't think is the right version. Advice welcomed. TIA. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best

Compiling with gettimeofday

2006-04-28 Thread TV JOE
i, I've a program written for SUSE linux. The compile fails at the same place each time while referencing gettimeofday. I compile like this gcc -I/usr/include/mingw -I/usr/include/mingw/sys GoCart_v04.c -lm I compile with and without the -I included dirs and still have the problem. At co