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 » Problems compiling packages/examples under Ubuntu
Re: Problems compiling packages/examples under Ubuntu [message #12586 is a reply to message #12578] Fri, 09 November 2007 14:39 Go to previous messageGo to previous message
guido is currently offline  guido
Messages: 169
Registered: April 2006
Experienced Member
Hi,

an all static build with gtk involved is tricky business and theming won't work, which is the reason to link to gtk in the first place, so it's pointless. You are getting link errors, because shared libs pull in dependend libs implicitly, while for static libs all dependend code needs to be listed on the link line explicitly.

Try a shared build. If you want static, build without gtk.

Guido
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Question about Memory Leak Detection
Next Topic: msdev 8.0 strange compiler error
Goto Forum:
  


Current Time: Mon Aug 25 18:58:31 CEST 2025

Total time taken to generate the page: 0.00884 seconds