Ajout options pour le compilo xlc_r AIX
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3561 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
10a3beff9d
commit
ce5f1c3298
3
INSTALL
3
INSTALL
|
@ -90,6 +90,9 @@ Examples:
|
|||
./configure -prefix /usr/bin
|
||||
./configure -bindir /usr/bin -libdir /usr/lib/ocaml -mandir /usr/man/manl
|
||||
./configure -cc "acc -fast" -libs "-lucb"
|
||||
# For Sun Solaris with the acc compiler
|
||||
./configure -cc "xlc_r -D_AIX43 -Wl,-bexpall,-brtl -qmaxmem=8192"
|
||||
# For AIX 4.3 with the IBM compiler
|
||||
|
||||
If something goes wrong during the automatic configuration, or if the
|
||||
generated files cause errors later on, then look at the template files
|
||||
|
|
Loading…
Reference in New Issue