jgdavid...@mac.com wrote:
>
> and those NS_IMPORT/NS_EXPORT
> declarations.

Those are less of a windows-only thing now.  Some recent version of gcc 
introduced visibility attributes which are supposed to be super good for 
improving link times or something like that, so unix with a new-enough 
gcc and the default compiler flags pulled in from tcl now needs

#  define NS_EXPORT             __attribute__ ((visibility ("default")))

to allow linking with shared libraries.  Having all those NS_EXPORTs 
already in place greatly simplified fixing this build problem.

-J

------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
aolserver-talk mailing list
aolserver-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aolserver-talk

Reply via email to