Re: Compiling with gettimeofday

2006-04-28 Thread Brian Dessent
TV JOE wrote: > gcc -I/usr/include/mingw -I/usr/include/mingw/sys GoCart_v04.c -lm Stop right there. You should *never* do this. This is like filling a gasoline car's tank with diesel -- it will not work and it will cause breakage. Mingw is a completely separate environment from Cygwin, you ca

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