summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0bf3a16)
raw | patch | inline | side by side (parent: 0bf3a16)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 6 Jun 2006 13:25:32 +0000 (13:25 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 6 Jun 2006 13:25:32 +0000 (13:25 +0000) |
program/doc/rrdbuild.pod | patch | blob | history |
index df3bcd61d514cda531c0f84c067773b84236400b..6809cc3e521f5072613e4537a2515fde60b2dd83 100644 (file)
--- a/program/doc/rrdbuild.pod
+++ b/program/doc/rrdbuild.pod
But again this may have been too optimistic, and you actually have to
compile your own copies of the required libraries.
+=head2 Building on AIX
+
If you are woking with AIX, you may find the the B<--disable-shared> option
will cause things to break for you. In that case you may have to install the
shared libraries into the rrdtool PREFIX and work with B<--disable-static>
-instead. (Better instructions for AIX welcome!)
+instead.
+
+Another hint to get rrdtool working on AIX is to use the IBM XL C Compiler:
+
+ export CC=/usr/vac/bin/cc
+ export PERLCC=$CC
+
+(Better instructions for AIX welcome!)
=over
+=head2 Building Libraries
+
=item Building zlib
cd $BUILD_DIR