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 mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 74F10BBAF for ; Thu, 16 Oct 2008 18:31:24 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgcDACMJ90jAXQImiGdsb2JhbACMGYdNAQEBFSKnCYhOg2w X-IronPort-AV: E=Sophos;i="4.33,424,1220220000"; d="scan'208";a="18826772" Received: from discorde.inria.fr ([192.93.2.38]) by mail1-smtp-roc.national.inria.fr with ESMTP; 16 Oct 2008 18:31:24 +0200 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id m9GGVNFN005999 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Thu, 16 Oct 2008 18:31:24 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApcAAMQI90jYSfEMmmdsb2JhbACMGYdNAQEBAQEICwoHEQSnEIhOg2w X-IronPort-AV: E=Sophos;i="4.33,424,1220220000"; d="scan'208";a="18184807" Received: from info-smtp-004.amnh.org ([216.73.241.12]) by mail3-smtp-sop.national.inria.fr with ESMTP; 16 Oct 2008 18:31:23 +0200 Received: from localhost (localhost.localdomain [127.0.0.1]) by info-smtp-004.amnh.org (Postfix) with ESMTP id B300D1CD53A; Thu, 16 Oct 2008 12:31:22 -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 Kzds-8fOX6is; Thu, 16 Oct 2008 12:31:22 -0400 (EDT) Received: from samson.internal.amnh.org (unknown [216.73.248.11]) by info-smtp-004.amnh.org (Postfix) with ESMTPSA id F30371CD539; Thu, 16 Oct 2008 12:31:21 -0400 (EDT) Cc: caml users Message-Id: <6E3B13F7-8133-4E1C-B072-9252D419594C@gmail.com> From: Andres Varon To: David Allsopp In-Reply-To: <671A4B19-5BE9-4715-8F32-4A737B364288@gmail.com> 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:31:21 -0400 References: <83E04F95-55DD-470E-9C6D-98FA15AE0CE0@inria.fr> <26356A7BC7C1475DB47FDC10D67220FA@countertenor> <671A4B19-5BE9-4715-8F32-4A737B364288@gmail.com> X-Mailer: Apple Mail (2.929.2) X-Miltered: at discorde with ID 48F76C5B.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 config:01 wrote:01 wrote:01 compile:01 complains:01 msvc:01 On Oct 16, 2008, at 12:22 PM, Andres Varon wrote: > > 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? Let me clarify what I'm asking: I have in config/Makefile TK_ROOT=c:/tcl Do you write your paths somehow differently there? In all honesty I don't think that this is a wrongly written path (there are no complains of not finding the libraries), but I'm clueless and I don't have enough experience in Windows. best, Andres > > > > Andres