From 16a9ff409421ef4d991b58a9b5fe3366d1c8180d Mon Sep 17 00:00:00 2001 From: oetiker Date: Mon, 11 Dec 2006 19:11:36 +0000 Subject: [PATCH] added note on alternate CFLAGS for Forte git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@927 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/doc/rrdbuild.pod | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/program/doc/rrdbuild.pod b/program/doc/rrdbuild.pod index 9bb780cd..9ab31a85 100644 --- a/program/doc/rrdbuild.pod +++ b/program/doc/rrdbuild.pod @@ -70,7 +70,7 @@ board, just re-run the last line of the instructions above. 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 @@ -86,6 +86,19 @@ Another hint to get rrdtool working on AIX is to use the IBM XL C Compiler: =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 -- 2.30.2