"Yaakov S (Cygwin Ports)" wrote: > curl's configure looks for gdi32 and winmm libs for building on MinGW. > If w32api is installed, configure will pick these up, even though we > don't necessary want them on Cygwin.
I noticed that too (that it was adding -lwinmm to the link line) but as far as I can tell it does not actually import anything from them: $ cygcheck curl Found: C:\cygwin\bin\curl.exe C:/cygwin/bin/curl.exe C:\cygwin\bin\cygcurl-3.dll C:\cygwin\bin\cygcrypto-0.9.8.dll C:\cygwin\bin\cygwin1.dll C:\WINXP\system32\ADVAPI32.DLL C:\WINXP\system32\ntdll.dll C:\WINXP\system32\KERNEL32.dll C:\WINXP\system32\RPCRT4.dll C:\cygwin\bin\cygssl-0.9.8.dll C:\cygwin\bin\cygz.dll > Also, I haven't been following all the recent discussion on g-b-s > logging, but it looks *very* strange to me to include the logs in the > - -src tarball. GRRR.. I failed to notice that it was doing that, nor did I intend to include the logs. I'll have to delete that stuff from the GBS for the next revision. Brian