head 1.3; access; symbols pkgsrc-2005Q3:1.3.0.2 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.2.0.4 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.2 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.1.1.1.0.8 pkgsrc-2004Q4-base:1.1.1.1 pkgsrc-2004Q3:1.1.1.1.0.6 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-2004Q2:1.1.1.1.0.4 pkgsrc-2004Q2-base:1.1.1.1 pkgsrc-2004Q1:1.1.1.1.0.2 pkgsrc-2004Q1-base:1.1.1.1 bootstrap-pkgsrc-20040311:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2005.07.29.00.56.24; author grant; state Exp; branches; next 1.2; 1.2 date 2005.02.16.21.38.41; author reed; state Exp; branches; next 1.1; 1.1 date 2004.03.11.13.03.59; author grant; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2004.03.11.13.03.59; author grant; state Exp; branches; next ; desc @@ 1.3 log @wording tweaks @ text @$NetBSD: README.AIX,v 1.2 2005/02/16 21:38:41 reed Exp $ pkgsrc has been tested on AIX 4.3 and 5.1. It will probably work on newer releases also. You will need gcc. gcc 3.3 and 3.4 have been tested. full support for xlC needs to be written. Please note the use of GNU binutils on AIX is not supported. You must not have GNU ld(1) in your path. If you are using gcc -------------------- It makes life much simpler if you only use the same gcc consistently for building all packages. It is recommended that an external gcc be used only for bootstrapping gcc from pkgsrc, lang/gcc3 is recommended. Post bootstrap setup -------------------- Some versions of AIX don't ship with gzip so install it and set GUNZIP_CMD and GZCAT in mk.conf as needed. Here is an example mk.conf: --- Cut here --- # Configure scripts don't always get this right MACHINE_GNU_PLATFORM=powerpc-ibm-aix4.3.3.0 CC=gcc CHECK_SHLIBS=no RENAME= USE_GCC3=yes PKGMAKECONF=${MAKECONF} --- Cut here --- You also need to setup a few environment variables: PKG_DBDIR=/usr/pkg/pkgdb MAKECONF=/usr/pkg/etc/mk.conf MAKESYSPATH=/usr/pkg/share/mk You'll also want to set PATH, MANPATH and LIBPATH @ 1.2 log @Note that gzip may be needed (as mentioned by T. Rightnour, P. Schmiedeskamp, A. Wallis, and others on tech-pkg). (TODO: look at http://home.comcast.net/~rawallis/ for adding gzip to bootstrap.) @ text @d1 1 a1 1 $NetBSD: README.AIX,v 1.1.1.1 2004/03/11 13:03:59 grant Exp $ d3 2 a4 2 You will need gcc. The AIX xlC compiler doesn't work, but probably could be made to. gcc-3.3.2 has been tested. d6 2 a7 2 bootstrap-pkgsrc has been tested on AIX 4.3. It will probably work on newer releases also. d9 2 a10 2 Please note the use of GNU binutils on AIX is not supported. Make sure GNU ld is not in your path. a44 1 @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: README.AIX,v 1.2 2004/03/05 08:38:46 grant Exp $ d23 3 @ 1.1.1.1 log @import the required bits of bootstrap-pkgsrc from 20040311. @ text @@ .