Re: [Mingw-w64-public] issue with gettimeofday()

2010-04-19 Thread Kai Tietz
Hi Patrick, 2010/4/20 Patrick Galbraith : > Hi all, > > I've stumbled across an issue with gettimeofday() returning an incorrect > value with mingw-w64. A simple code sample: > > #include > #include > > int main (void) > { >  struct timeval timer; >  int retval; >  retval= gettimeofday(&timer,NU

[Mingw-w64-public] issue with gettimeofday()

2010-04-19 Thread Patrick Galbraith
Hi all, I've stumbled across an issue with gettimeofday() returning an incorrect value with mingw-w64. A simple code sample: #include #include int main (void) { struct timeval timer; int retval; retval= gettimeofday(&timer,NULL); fprintf(stderr, "retval: %d\n", retval); fprintf(stde

Re: [Mingw-w64-public] [Repost] LIBRARY_PATH environment variable not honoured.

2010-04-19 Thread Doug Semler
Can you post the output of gcc -v so I can see what the search path actually ends up being on that link attempt ( without the -L param that is). Thx On Sunday, April 18, 2010, Sisyphus wrote: > > - Original Message - From: "Doug Semler" > > > With mingw64, is there currently some way I