Import KDE4.3.1 from wip
[pkgsrc.git] / bootstrap / README.AIX
1 $NetBSD: README.AIX,v 1.2 2004/03/05 08:38:46 grant Exp $
2
3 You will need gcc.  The AIX xlC compiler doesn't work, but probably
4 could be made to.  gcc-3.3.2 has been tested.
5
6 bootstrap-pkgsrc has been tested on AIX 4.3.  It will probably work on newer
7 releases also.
8
9 Please note the use of GNU binutils on AIX is not supported.
10 Make sure GNU ld is not in your path.
11
12 If you are using gcc
13 --------------------
14 It makes life much simpler if you only use the same gcc consistently
15 for building all packages.
16
17 It is recommended that an external gcc be used only for bootstrapping
18 gcc from pkgsrc, lang/gcc3 is recommended.
19
20 Post bootstrap setup
21 --------------------
22
23 Here is an example mk.conf:
24
25 --- Cut here ---
26 # Configure scripts don't always get this right
27 MACHINE_GNU_PLATFORM=powerpc-ibm-aix4.3.3.0
28 CC=gcc
29 CHECK_SHLIBS=no
30 RENAME=
31 USE_GCC3=yes
32 PKGMAKECONF=${MAKECONF}
33 --- Cut here ---
34
35 You also need to setup a few environment variables:
36
37 PKG_DBDIR=/usr/pkg/pkgdb
38 MAKECONF=/usr/pkg/etc/mk.conf
39 MAKESYSPATH=/usr/pkg/share/mk
40
41 You'll also want to set PATH, MANPATH and LIBPATH
42