Re: [Cppcms-users] Issue with using -rdynamic with GCC on OS X
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2012-04-07 16:18:45
|
Have you tried -Wl,--export-dynamic compiler option, it should work If not take a look on the options passed to the compiler by the CMake (because it works in the unit tests, so it should work) Once it works... Update the wiki with correct flag: http://cppcms.com/wikipp/en/page/cppcms_1x_tut_hello_templates#Dynamic.loading > do I just need to man up & use a 'real' operating system? ;) Mac OS X is fully supported. I run tests on it using Darwin 8 VM (~Mac OS X 10.4) and everything should work with 10.5 and above. I don't have Mac OS X but AFAIK everything should work well. If you have issues report them. Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ >________________________________ > From: doug livesey <bi...@gm...> >To: cpp...@li... >Sent: Saturday, April 7, 2012 6:25 PM >Subject: [Cppcms-users] Issue with using -rdynamic with GCC on OS X > > >Cheers, > Doug. >------------------------------------------------------------------------------ >For Developers, A Lot Can Happen In A Second. >Boundary is the first to Know...and Tell You. >Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! >http://p.sf.net/sfu/Boundary-d2dvs2 >_______________________________________________ >Cppcms-users mailing list >Cpp...@li... >https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > |