X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdbuild.pod;h=badab5a11fa3cb79fab8615f9e4bc1c7d3ca1734;hb=480d14d757f48039c49aadf5571d7086c9c91dfb;hp=836557ec3455857a1395322eb380246cc46d23b1;hpb=4d37dde9e8b66d5f735ce77b6ba5ad8d7128897a;p=rrdtool.git diff --git a/doc/rrdbuild.pod b/doc/rrdbuild.pod index 836557e..badab5a 100644 --- a/doc/rrdbuild.pod +++ b/doc/rrdbuild.pod @@ -174,7 +174,8 @@ the syntax again differs from system to system: if you are using the Sun Studio/Forte compiler, you may also want to set - CFLAGS="-xO3 -kPIC" + CFLAGS="-xO3 -xcode=pic13" (SPARC) + CFLAGS="-xO3 -Kpic" (x86) =item Linux @@ -259,8 +260,8 @@ add the following at the start the configure line: cd $BUILD_DIR wget http://oss.oetiker.ch/rrdtool/pub/libs/libxml2-sources-2.6.31.tar.gz - gunzip -c libxml2-sources-2.6.32.tar.gz | tar xf - - cd libxml2-sources-2.6.32 + gunzip -c libxml2-sources-2.6.31.tar.gz | tar xf - + cd libxml2-sources-2.6.31 ./configure --prefix=$INSTALL_DIR CFLAGS="-O3 -fPIC" $MAKE $MAKE install @@ -294,7 +295,7 @@ config file. cd $BUILD_DIR wget http://oss.oetiker.ch/rrdtool/pub/libs/cairo-1.6.4.tar.gz - gunzip -c cairo-1.4.10.tar.gz | tar xf - + gunzip -c cairo-1.6.4.tar.gz | tar xf - cd cairo-1.4.10 ./configure --prefix=$INSTALL_DIR \ --enable-xlib=no \