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