Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Linking Ubuntu 10.10
Linking Ubuntu 10.10 [message #32174] |
Fri, 29 April 2011 09:53  |
arkady_c
Messages: 14 Registered: December 2010 Location: Polska
|
Promising Member |
|
|
Trying to recompile on Ubuntu 10.10 and compile deb_lenny and no problem. I'm looking for it and nothing I have not helped. I installed the TheIde https://launchpad.net/~dolik-rce/+archive/upp
----- Nemesis ( GUI MT MAIN GCC DEBUG SHARED DEBUG_FULL BLITZ LINUX POSIX ) (15 / 15)
main.cpp
plugin/png: 3 file(s) built in (0:00.35), 118 msecs / file, duration = 1042 msecs, parallelization 100%
Core: 48 file(s) built in (0:02.61), 54 msecs / file, duration = 6356 msecs, parallelization 94%
Nemesis: 1 file(s) built in (0:07.00), 7005 msecs / file, duration = 8593 msecs, parallelization 20%
Linking...
/usr/bin/ld: cannot find -lwsock32
collect2: ld returned 1 exit status
There were errors. (0:22.07)
2a7aff6be3f76940495be32258777636
[Updated on: Fri, 29 April 2011 09:54] Report message to a moderator
|
|
|
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
|
|
|
Re: Linking Ubuntu 10.10 [message #32187 is a reply to message #32174] |
Fri, 29 April 2011 14:15  |
arkady_c
Messages: 14 Registered: December 2010 Location: Polska
|
Promising Member |
|
|
I did not work on the project two months. Compiled on Debian Lenny, and we made it work, maybe something changed .. win7 : Thanks a lot.
2a7aff6be3f76940495be32258777636
|
|
|
Goto Forum:
Current Time: Sat Apr 26 16:53:55 CEST 2025
Total time taken to generate the page: 0.04521 seconds
|