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
Linking Ubuntu 10.10 [message #32174] Fri, 29 April 2011 09:53 Go to next message
arkady_c is currently offline  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 Go to previous messageGo to next 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
Re: Linking Ubuntu 10.10 [message #32187 is a reply to message #32174] Fri, 29 April 2011 14:15 Go to previous message
arkady_c is currently offline  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 : Confused Thanks a lot.

2a7aff6be3f76940495be32258777636
Previous Topic: using namespace system
Next Topic: Makefile: propose to remove CXX
Goto Forum:
  


Current Time: Fri Mar 29 10:27:35 CET 2024

Total time taken to generate the page: 0.01508 seconds