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=2.2 required=5.0 tests=AWL,DNS_FROM_RFC_POST, SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr 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 2991BBB84 for ; Wed, 11 Feb 2009 15:51:10 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnIBACt0kklKfU4ZkGdsb2JhbACUBz8BAQEBCQkMBxEDrj4IgQCPdQEDAQOEFwaCNoEn X-IronPort-AV: E=Sophos;i="4.38,192,1233529200"; d="scan'208";a="22818229" Received: from ey-out-2122.google.com ([74.125.78.25]) by mail3-smtp-sop.national.inria.fr with ESMTP; 11 Feb 2009 15:51:09 +0100 Received: by ey-out-2122.google.com with SMTP id 25so15394eya.33 for ; Wed, 11 Feb 2009 06:51:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=eJXmQLuiE2rmx0HFZAnPecZXtd6tzsvAqQLQMPQ9ea0=; b=Op5tV7q0Tazm+VLNgfI6KmZd7a1aal5lOZ2gypapP4N8VJdN8fKT68nyVP8S+rIs1F 6dVfIG9zUzizPHcuu6I6HcFZxnt5gpgsyFUvYcfaYxfT5g5hkcG93DZnlj4uKX4kvDuJ 4qyemdrQ/3r9w8J6l0S/gQzTdwQeDUCDuTgws= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=WirmjnLB9le5oLda6LQUtN84MUqWKIQRlIXiz6sjnz1titmcUFoOhIirOlJLw/da+F tr2frdpBpweFgdwKSLUfWij7xn2whxD73hDKSzLYW7+wYqrbdumYcGzsSABNqGNnfcKV DSoJWtqerK2vvrrxAy6LFYSKNUvtmrI2c0sTo= Received: by 10.210.120.7 with SMTP id s7mr5776990ebc.184.1234363869326; Wed, 11 Feb 2009 06:51:09 -0800 (PST) Received: from ?192.168.0.102? (papillon.metalscan.fr [212.73.210.234]) by mx.google.com with ESMTPS id 10sm7090042eyz.50.2009.02.11.06.51.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 11 Feb 2009 06:51:08 -0800 (PST) Message-ID: <4992E5DB.2090302@gmail.com> Date: Wed, 11 Feb 2009 15:51:07 +0100 From: Matthieu Dubuget Reply-To: matthieu.dubuget@gmail.com User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: caml-list@inria.fr Subject: Re: [Caml-list] Re: Strange compilation problem References: <49929A28.8070708@gmail.com> <4992E0F9.6050300@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam: no; 0.00; matthieu:01 dubuget:01 matthieu:01 dubuget:01 compilation:01 ocamldebug:01 printf:01 0.14:98 caml-list:01 caml:02 binary:02 christoph:04 spaces:04 correctly:04 white:94 Christoph Bauer a =C3=A9crit : > Hi, > > I had also similar problems: > http://caml.inria.fr/mantis/view.php?id=3D4645 > > Make sure, that you use the latest flexlink. > =20 Thanks for the answer. I do have the very last flexdll (0.14). I downloaded the binary version. And I'm inside the subversion version of flexlink.exe in order to underst= and where the problem comes from. Since I'm not able to use ocamldebug, I go with printf ;-) > One of the problems was with white spaces in the path to libmingw32.a > if i remember correctly > =20 Something else, in my case=E2=80=A6 Salutations