What is this?

This is a OCaml 3.11.2 port to AIX (PPC). AIX support from INRIA for OCaml was dropped.

Installation

Here are some notes how to install OCaml on your AIX machine.

DO NOT RUN ./configure.

Please edit config/Makefile and adjust the PREFIX variable.

This tar-file doesn't contain the compiled object code. You have to compile everyting by running:

  $ make clean
  $ make world
  $ make bootstrap
  $ make opt
  $ make opt.opt
  $ make install

Contact

Christoph (dot) Bauer (at) lmsintl (dot) com (Replace (dot) by . and (at) by @ and remove all spaces.)

Thanks

Many thanks to Xavier Leroy for supporting this port.