This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/16814] [mingw32] libgcj dpends on both winsock32dll and ws2_32.dll


------- Additional Comments From dannysmith at users dot sourceforge dot net  2004-07-29 02:19 -------
The patch is trivial.  Just remove -lwsock32 from SYSTEMSPEC in configure.in.
To be extra safe,  also force the choice of winsock2.h by explicitly including 
it before including windows.h in win32.h (just in case someone is using an old 
or modified  windows.h that has a different default) 

Danny

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16814


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]