Imported Upstream version 1.1.11
[platform/upstream/cdrkit.git] / doc / plattforms / README.aix5l
1 Cdrkit can be built on AIX 5 using the following instructions. Note that the
2 SCSI transport has not been tested yet because of missing hardware.
3
4  - install cmake either from source or from binaries downloadable on cmake.org.
5    Make sure the cmake is in your PATH and it can find its modules.
6  - GCC compiler (available on gcc.org) is recommended, however the native xlc
7    compiler should work as well.
8
9 Follow instructions from the INSTALL file.
10
11 If you installed a local version of GNU libiconv and ld is confused and spews
12 linking errors related to .libiconv, check the linker paths with 
13 "cmake -LA build | grep lib". Probably your local path is not listed there and
14 you may need to set LDFLAGS make variable. See INSTALL file for details.
15
16  -- Eduard Bloch -- Sun, 26 Nov 2006 23:06:25 +0100