U++ framework
Do not panic. Ask here before giving up.

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: Fri Sep 11 11:35:00 GMT+2 2026

Total time taken to generate the page: 0.00618 seconds