On 7/5/12, Rune K. Svendsen <runesv...@gmail.com> wrote: > Hi list! > > I'm trying to build the Streamer part of the PeerStreamer open source > project (http://peerstreamer.org) using the gcc-mingw-w64 package on > Ubuntu 12.04 (gcc version 4.6.3). The building process goes fine. Some > warnings, but I think that's to expect. When it gets to the final step > of statically linking together all the libraries into a single > executable using the following command, I am met with the following error: >
[...] > -lwsock32 -lws2_32 -liberty -o streamer-ml-monl-chunkstream-static.exe You aren't supposed to link to both wsock32 and ws2_32: only to one which you are supposed to be using. -- O.S. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public