summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a8172d1)
raw | patch | inline | side by side (parent: a8172d1)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 11 Dec 2006 19:11:36 +0000 (19:11 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 11 Dec 2006 19:11:36 +0000 (19:11 +0000) |
program/doc/rrdbuild.pod | patch | blob | history |
index 9bb780cd74911777614c5f0526a5e82999100e7b..9ab31a8577fd42a5ea3a46f8a18110a406215a7e 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
+=head3 Build Tipps for 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
=head2 Building Libraries
+In order to build the libraries you need a compiler on your system.
+Unfortunately compilers are not all alike. This has an effect on the CFLAGS
+you want to set. The examples below are for the popular GCC compiler suite.
+If you have an other compile you have to use the following settings:
+
+=over
+
+=item Sun Forte
+
+ CFLAGS="-xO3 -kPIC"
+
+=back
+
=over
=item Building zlib