[Cppcms-users] Issue with using -rdynamic with GCC on OS X
Brought to you by:
artyom-beilis
From: doug l. <bi...@gm...> - 2012-04-07 15:26:00
|
Hi -- I doubt that there's anything anyone on this list could do about this, but just for the record, dynamically linking views (in the manner outlined in the tutorials) doesn't seem to be possible using GCC on OS X. The best reason for this that I can find (with my imperfect C++/GCC knowledge & google-fu) is this: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37454 Are there any workarounds that might allow me to dynamically link skins in another manner, or do I just need to man up & use a 'real' operating system? ;) Cheers, Doug. |