From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id C3E57BBAF for ; Tue, 5 Jan 2010 13:49:10 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjYDAJPDQkvRVdrkkGdsb2JhbACTXIc2PwEBAQEJCQwHEwOrPoVehgcBAgMFhCsEiy4 X-IronPort-AV: E=Sophos;i="4.47,505,1257116400"; d="scan'208";a="41044568" Received: from mail-bw0-f228.google.com ([209.85.218.228]) by mail3-smtp-sop.national.inria.fr with ESMTP; 05 Jan 2010 13:49:10 +0100 Received: by bwz28 with SMTP id 28so11771046bwz.17 for ; Tue, 05 Jan 2010 04:49:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=O2sh9xxf/ikpqU+qLv58CfPBvmsKv4eig0R3Y152Eko=; b=AMM406EPKaojDuB9zPiDXiWoZgtdmoH1LmmQpTEL97xMLd0aVmuLDymZM1xOUvjeXV Hyy/W5I2kU9qqkVgt2yJG+je+glNFCIXPRTxJxufx6l5bXGVcGLpPPpcKIllp8msQObg Vc1tP16HxoftnMT5Xge22D+yohaZZ3KLXAofo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=fOxaC0eDpVye7D/IcdSM3Z66Tgk1nW6p5v9EdqoW7fzdnf3Ijev5m+WRQMJLewBNRK f1RgG8zYLRjY4TD61iHMBFCicqt95Ugmf7VI4ifmEu4lwfiRUEpYIpnDC4C1i8w0N9Ao RorDq0vCaJUkXVfZ+1Tt96Eh/bxnl1ox6r0Ng= MIME-Version: 1.0 Sender: brab.alan@gmail.com Received: by 10.204.32.19 with SMTP id a19mr3464822bkd.90.1262695749922; Tue, 05 Jan 2010 04:49:09 -0800 (PST) Date: Tue, 5 Jan 2010 13:49:09 +0100 X-Google-Sender-Auth: fc4c6b7eb52d5ea1 Message-ID: <25ec8ca61001050449i348afe08jf474502d97e277bd@mail.gmail.com> Subject: Compiling a 32 bits version of OCaml with godi and OS X.6 ? (pcre problem) From: Alan Schmitt To: caml-list Content-Type: text/plain; charset=ISO-8859-1 X-Spam: no; 0.00; ocaml:01 pcre:01 schmitt:01 schmitt:01 ocaml:01 gcc:01 gcc:01 pcre:01 alan:02 alan:02 compiling:02 conf:04 conf:04 bits:05 bits:05 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