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.3 required=5.0 tests=AWL,DNS_FROM_RFC_POST, MISSING_HEADERS,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 mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 909D7BB84 for ; Wed, 11 Feb 2009 15:30:20 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ai0DAD9vkklA6ba8kWdsb2JhbACNDoYXYj8BAQEBCQsKBxEDrh8IgQCPdQEDAQOEFwaCNoEn X-IronPort-AV: E=Sophos;i="4.38,192,1233529200"; d="scan'208";a="20958211" Received: from nf-out-0910.google.com ([64.233.182.188]) by mail2-smtp-roc.national.inria.fr with ESMTP; 11 Feb 2009 15:30:20 +0100 Received: by nf-out-0910.google.com with SMTP id e27so26670nfd.7 for ; Wed, 11 Feb 2009 06:30:19 -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:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=Rm2zqdb08KGeMEqzNsBRIofeD9jQKZ4mLPTXP5sGfy8=; b=r4lQt05MEFOZCvi7xVEmPTQt1mBxGjZbBf7o3iRsf/ZyzyIOiY0EffJ+3buA7zfsoX iZLoUc9eYENJOVb+r54S9f9FJW9QeQoBA0K7u7iCAQuL/v1ycFhbWUaHBACfvFyGOpsQ DqrWqL9l4zXiMQ5dP+/iU3xuylljCNFe6SRmU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=uxEZapa7Ez+35JSelZGlmNlzEj/T3ZISR3xmjOrE88+R7LtR7o4xtERcBIS+DH1uh7 0KnxM9mSIzAO6aAJaIecN6rwpLmfrMjn4PCH8PpiRuZgfh7W7RD2ZhSPJTfn4E7RYA+p csMpWDxBbrvu8GwrHmwQZmfHgQfhi+MnSm6ws= Received: by 10.210.92.11 with SMTP id p11mr1559121ebb.2.1234362619842; Wed, 11 Feb 2009 06:30:19 -0800 (PST) Received: from ?192.168.0.102? (papillon.metalscan.fr [212.73.210.234]) by mx.google.com with ESMTPS id 23sm38539eya.56.2009.02.11.06.30.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 11 Feb 2009 06:30:19 -0800 (PST) Message-ID: <4992E0F9.6050300@gmail.com> Date: Wed, 11 Feb 2009 15:30:17 +0100 From: Matthieu Dubuget Reply-To: matthieu.dubuget@gmail.com User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 Cc: caml-list@inria.fr Subject: Re: Strange compilation problem References: <49929A28.8070708@gmail.com> In-Reply-To: <49929A28.8070708@gmail.com> 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 ocamlfind:01 -linkpkg:01 -package:01 unix:01 seems:03 opt:04 problem:05 problem:05 style:93 path:07 Progressing=E2=80=A6 slowly. There is clearly a problem in my configuration or in flexlink, or both? If I copy: libadvapi32.a libmingw32.a libmoldname.a libkernel32.a libmingwex.a libshell32.a in my present working directory, the link stage works. ocamlfind opt -linkpkg -package miniscan test.ml -o test.exe Now trying to understand the problem. It seems like it is the endless uni= x/window path style problem...