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   |
|
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
|
|
|
Goto Forum:
Current Time: Sat Apr 26 23:23:04 CEST 2025
Total time taken to generate the page: 0.00514 seconds
|