> >> I had already applied that on the branch, but to make the code >> portable between AIX and other platforms, I did this by setting >> EXPORT_SYMBOLS_DYNAMIC in configure.in and using it's value in >> gmond/Makefile.am >> >> Can you please look at whether EXPORT_SYMBOLS_DYNAMIC is being used >> properly? Please share the output of this command: >> >> egrep 'DYN|STATIC' config.status > Here the output against config.status in the Ganglia root directory: > s,@STATIC_BUILD_TRUE@,|#_!!_#|#,g > s,@STATIC_BUILD_FALSE@,|#_!!_#|,g > s,@STATIC_USER_MODULES@,|#_!!_#|,g > s,@EXPORT_SYMBOLS_DYNAMIC@,|#_!!_#|-Wl\,-bexpfull,g > > The output against libmetrics/config.status is empty.
I haven't implemented it for libmetrics/configure.in (yet) - it is needed there too? My current implementation of that is only used in gmond/Makefile.am, but I can duplicate it to libmetrics if it is needed there > >>> I also had to apply the following patch to libmetrics/aclocal.m4 >>> (essentially removing any "-berok" occurrences): >> I want to avoid patching aclocal.m4 and try to find the right way to >> make this work >> >> Looking at the comments in the code, do you know about the -brtl >> suggestion? Can you try that flag in your LDFLAGS? > I will comment this separately, this takes longer :-) > >> Could you also post this particular issue on the list >> [email protected]? Someone else may already know the solution >> straight away. > Ok, good tip. > I notice you only mentioned libmetrics/aclocal.m4, I presume you also meant aclocal.m4 in the top level? Does it appear that putting the -Wl,-bexpfull in GLDFLAGS is somehow over-riding the -berok? ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Ganglia-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-developers
