Difference between revisions of "Objective Caml"

From CBLFS
Jump to navigationJump to search
 
(Multilib)
Line 27: Line 27:
  
 
== Multilib ==
 
== Multilib ==
 +
 +
=== 32Bit ===
 +
 +
Working Configuration Unknown
 +
 +
=== N32 ===
 +
 +
Working Configuration Unknown
  
 
=== 64Bit ===
 
=== 64Bit ===

Revision as of 13:11, 24 September 2006

Download Source: http://caml.inria.fr/pub/distrib/ocaml-3.09/ocaml-3.09.3.tar.bz2

Dependencies

Optional

Non-Multilib

Compile the package:

./configure --prefix /usr --with-pthread &&
make world &&
make opt &&
make opt.opt

Install the package

make install

Multilib

32Bit

Working Configuration Unknown

N32

Working Configuration Unknown

64Bit

Compile the package:

sed -i "/aspp=/s/'gcc'/'gcc ${BUILD64}'/g" configure &&
./configure --prefix /usr --with-pthread -libdir /usr/lib64/ocaml \
-cc "gcc ${BUILD64}" &&
make world &&
make opt &&
make opt.opt

Install the package

make install