AIX patch

From: Alberto 'JCN-9000' Varesio (A-Varesio@eads.matradatavision.com)
Date: Wed Apr 17 2002 - 11:57:06 EDT

  • Next message: Andrzej Pruszynski: "Re: ISO-8859-2 fonts do not print"

    Hi,
    these are the first modifications done on the code to at least have
    AIX compile the code.

    You also need to have some environment/configuration settings,
     which follow:

    ##=========================
    BUILD_AIX.txt
    ##-------------------------
    You need the current GNU versions of some programs instead of AIX's
    ones : make, m4, ...

    You also need some program not available with AIX: bash, automake ...
    Have a look here :
      http://www.bull.de/pub/
      http://freeware.bull.net/

    $ cd .../abiword/abi

    $ alias make=/usr/local/bin/make
    $ alias m4=/usr/local/bin/m4

    $ export CPPFLAGS="-D_ALL_SOURCE -D_BSD"
    $ export LDFLAGS="-Wl,-bbigtoc"
    $ export CC=gcc

    $ bash ./autogen.sh ( maybe 2 times )
    $ bash ./configure

    $ make
    # make install

    ##==========================

    -- 
     Alberto 'JCN-9000' Varesio     AKA  BlueRider    AIX V4.3 System Support
     EADS-MDTV - Via Goito 51/A    Riding the world   Phone: +39-011-415-8111
     10195 Grugliasco (TO) ITALY   on a Honda CB500    Cell: +39-349-492-4769
     mailto:A-Varesio@eads.matradatavision.com      mailto:A-Varesio@edist.it
    --
     Close your eyes, my darling, or three of them at least. - venusian lullaby
    
    



    This archive was generated by hypermail 2.1.4 : Wed Apr 17 2002 - 11:57:52 EDT