Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Linking Ubuntu 10.10
Re: Linking Ubuntu 10.10 [message #32180 is a reply to message #32174] Fri, 29 April 2011 11:17 Go to previous messageGo to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1789
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

Hi arkady_c!

arkady_c wrote on Fri, 29 April 2011 09:53

Linking...
/usr/bin/ld: cannot find -lwsock32
collect2: ld returned 1 exit status

Library wsock32 is windows-only, so it is of course not present on your Ubuntu. I believe you are using it in your package's code (since I couldn't find it anywhere in U++), so you will have to rewrite the code to support linux as well (either using some multiplatform library, or using #ifndef PLATFORM_WIN32).

If you tell us what are you using the library for, someone might be able to advise you on how to make it work on both win and linux...

Best regards,
Honza
 
Read Message
Read Message
Read Message
Previous Topic: using namespace system
Next Topic: Makefile: propose to remove CXX
Goto Forum:
  


Current Time: Mon May 06 07:06:40 CEST 2024

Total time taken to generate the page: 0.02845 seconds