Browse thread
Compiling a 32 bits version of OCaml with godi and OS X.6 ? (pcre problem)
- Alan Schmitt
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2010-01-05 (12:49) |
From: | Alan Schmitt <alan.schmitt@p...> |
Subject: | Compiling a 32 bits version of OCaml with godi and OS X.6 ? (pcre problem) |
Hello, I'm trying to build a 32 bits version of ocaml, so I added this to my godi.conf OCAML_CONF_ARGS=-cc "gcc -m32" -as "as -arch i386" -aspp "gcc -m32 -c" The problem is that PCRE is built by default in 64 bits. Is there a similar environment variable that I can change to specify the target architecture? Thanks, Alan