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.3 required=5.0 tests=AWL 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 1F295BBAF for ; Thu, 16 Oct 2008 18:22:57 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgcDAAoH90jAXQImiGdsb2JhbACMGYdNAQEBFSKnDYhMg2w X-IronPort-AV: E=Sophos;i="4.33,424,1220220000"; d="scan'208";a="16166051" Received: from discorde.inria.fr ([192.93.2.38]) by mail2-smtp-roc.national.inria.fr with ESMTP; 16 Oct 2008 18:22:56 +0200 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id m9GGMuck005701 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Thu, 16 Oct 2008 18:22:56 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApcAAAoH90jYSfEMmmdsb2JhbACMGYdNAQEBAQEICwoHEQSnCYhMg2w X-IronPort-AV: E=Sophos;i="4.33,424,1220220000"; d="scan'208";a="30422863" Received: from info-smtp-004.amnh.org ([216.73.241.12]) by mail4-smtp-sop.national.inria.fr with ESMTP; 16 Oct 2008 18:22:55 +0200 Received: from localhost (localhost.localdomain [127.0.0.1]) by info-smtp-004.amnh.org (Postfix) with ESMTP id 9341D1CD53A; Thu, 16 Oct 2008 12:22:54 -0400 (EDT) X-Virus-Scanned: amavisd-new at amnh.org Received: from info-smtp-004.amnh.org ([127.0.0.1]) by localhost (info-smtp-004.amnh.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kz5LnmpKMrs2; Thu, 16 Oct 2008 12:22:53 -0400 (EDT) Received: from samson.internal.amnh.org (unknown [216.73.248.11]) by info-smtp-004.amnh.org (Postfix) with ESMTPSA id C89CA1CD533; Thu, 16 Oct 2008 12:22:53 -0400 (EDT) Cc: "'caml users'" Message-Id: <671A4B19-5BE9-4715-8F32-4A737B364288@gmail.com> From: Andres Varon To: David Allsopp In-Reply-To: <26356A7BC7C1475DB47FDC10D67220FA@countertenor> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: [Caml-list] OCaml version 3.11.0+beta1 Date: Thu, 16 Oct 2008 12:22:53 -0400 References: <83E04F95-55DD-470E-9C6D-98FA15AE0CE0@inria.fr> <26356A7BC7C1475DB47FDC10D67220FA@countertenor> X-Mailer: Apple Mail (2.929.2) X-Miltered: at discorde with ID 48F76A60.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocaml:01 mingw:01 makefile:01 ocaml:01 lib:01 lib:01 makefile:01 dll's:01 mingw:01 wrote:01 compile:01 msvc:01 caml-list:01 data:02 commented:02 On Oct 16, 2008, at 5:58 AM, David Allsopp wrote: > Both the MSVC and MinGW ports seem to have an error in the Makefile - > they're linking against tk83.dll and tcl83.dll - the OCaml 3.10.2 > line to > link against tk84.lib and tcl84.lib is commented out. > > Changing the Makefile to link against tk84.dll and tcl84.dll seems > to fix > the problem. Did you manage to do it with *.dll or *.lib? I don't have those dll's and have been unable to compile the MinGW port with a setup that succeeded since 3.09.3. I keep getting: Cannot export tcl84_NULL_THUNK_DATA: symbol not found Could it be a path issue? Could you please show me an example of the a path that you are using successfully? Andres