Michael Perzl wrote:
> On 01/15/2010 06:18 PM, Daniel Pocock wrote:
>>
>>> 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@,|#_!!_#|-
On 01/15/2010 06:18 PM, Daniel Pocock wrote:
>
>> 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 out
>
>> 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
On 01/15/2010 05:39 PM, Daniel Pocock wrote:
>> I built it on my AIX 5.3 build host and you have to have the
>> following RPMs installed as prereqs for Ganglia to compile (you can
>> get all those from my website http://www.perzl.org/aix):
>>
>> Here are the versions I used:
>> apr-1.3.9 and apr-
Michael Perzl wrote:
> Hi Daniel,
>
> I gave this tar-ball a quick try and here is the outcome:
>
Thanks for testing this so quickly, there are some things I need to
clear up and then I'll build another snapshot for you
> I built it on my AIX 5.3 build host and you have to have the following
> RP
Hi Daniel,
I gave this tar-ball a quick try and here is the outcome:
I built it on my AIX 5.3 build host and you have to have the following
RPMs installed as prereqs for Ganglia to compile (you can get all those
from my website http://www.perzl.org/aix):
Here are the versions I used:
apr-1.3
I've created branches/monitor-core-3.1-aix and applied the following:
BUG226: detect virtual IO server
BUG227: I've modified the patch to try and selectively set the linker
flags for AIX and for fabsf on AIX < 5.2
I'd also like to test the effect the new autotools have on AIX
Therefore, I've