--- Dave Korn <[EMAIL PROTECTED]> ha scritto: > On 29 August 2007 13:24, Eric Blake wrote: > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > According to Marco Atzeri on 8/29/2007 1:02 AM: > >> > >> gcc -o conftest.exe -g -O2 conftest.c -ldl > -lwsock32 > >> -lz -lm -lwsock32 > > > > Why are you linking against -lwsock32? > > Well in the absence of any further information I > would assume that's what > the failing configure script is doing...
Right assumption. This test is performed by configure to verify is gettimeofday have one or 2 arguments. As in the snapshot the program fail to compile, configure wrongly assume that gettimeofday have only one argument. On 1.5.24 the program compile fine an gettimeofday is reported as function with two arguments. > > > Why not show us the snippet of conftest.c that is > triggering the error > > message? > > Well in the absence of any further information I > would assume that's what's > in the attached conftest.c. Sorry yahoo mail is not the best to handle the issue. > > > Eric? I think you haven't had enough caffeine > this morning/${TZ}! Should I attach some espresso ;-) ? Marco ___________________________________ L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/