From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 7F92FBB84 for ; Mon, 26 Jan 2009 17:32:02 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuAGAC10fUmCcUBTgWdsb2JhbACTfgEBCwcECgcRtXOFSw X-IronPort-AV: E=Sophos;i="4.37,326,1231110000"; d="scan'208";a="20180628" Received: from sigma957.cis.mcmaster.ca ([130.113.64.83]) by mail2-smtp-roc.national.inria.fr with ESMTP; 26 Jan 2009 17:32:01 +0100 Received: from Gorash7.UTS.McMaster.CA (Gorash7.UTS.mcmaster.ca [130.113.196.61]) by sigma957.cis.mcmaster.ca (8.13.7/8.13.7) with ESMTP id n0QGVi3H002110 for ; Mon, 26 Jan 2009 11:31:59 -0500 (EST) Received: from cgpsrv2.cis.mcmaster.ca (univmail.CIS.McMaster.CA [130.113.64.46]) by Gorash7.UTS.McMaster.CA (8.13.7/8.13.7) with ESMTP id n0QGVNRm015296 for ; Mon, 26 Jan 2009 11:31:23 -0500 Received: from [129.97.169.240] (account carette@univmail.cis.mcmaster.ca [129.97.169.240] verified) by cgpsrv2.cis.mcmaster.ca (CommuniGate Pro SMTP 4.3.12) with ESMTPA id 240136057 for caml-list@inria.fr; Mon, 26 Jan 2009 11:31:24 -0500 Message-ID: <497DE55A.2040104@mcmaster.ca> Date: Mon, 26 Jan 2009 11:31:22 -0500 From: Jacques Carette User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: caml-list@inria.fr Subject: ocaml 3.11, Vista 64/cygwin/gcc4 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version-Mac: 5.4.2.338381, Antispam-Engine: 2.6.0.325393, Antispam-Data: 2009.1.26.161626 X-PerlMx-Spam: Gauge=IIIIIII, Probability=7%, Report='BODY_SIZE_1000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_500_599 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' X-Spam: no; 0.00; ocaml:01 cygwin:01 gcc:01 cygwin:01 gcc:01 compilation:01 byterun:01 interp:01 ubuntu:98 compile:01 caml:02 mcmaster:02 jacques:03 jacques:03 fix:05 Has anyone managed to compile 3.11 on Vista 64 under cygwin using gcc4 [and without flexlink]? Compilation of byterun/interp.c fails miserably, with most _caml_ symbols returning 'undefined reference's. Strangely, configure thinks that my system is 32 bits, which is quite possibly another source of problems. Jacques PS: I'll soon enough install some flavour of Ubuntu on this machine too, which should fix my problems. But in the meantime, I would still like to be able to keep on working!