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, 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 8240DBBAF for ; Thu, 22 Jan 2009 18:11:49 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjICAHM3eEnRVdsUkWdsb2JhbACTPT4BAQEBCQkMBw+mXwh8j0gBAwEDhXCCQA X-IronPort-AV: E=Sophos;i="4.37,307,1231110000"; d="scan'208";a="20022045" Received: from mail-ew0-f20.google.com ([209.85.219.20]) by mail2-smtp-roc.national.inria.fr with ESMTP; 22 Jan 2009 18:11:49 +0100 Received: by ewy13 with SMTP id 13so3346834ewy.9 for ; Thu, 22 Jan 2009 09:11:49 -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:content-type :content-transfer-encoding; bh=f7p98uA7hjpDzWqbzsXUt5svSH4d/FJrFZOxHD0FIgI=; b=UYXhSl/zbd+nrAI8uTifi0t8160VqCfVl5J69AO8gnjfBQ6+Z3hO0nnkLvbEZpaa3B l5PwMQX362kJzWOt7//WgpsVp9eCs5qxTymPD76SdylOl/phaUNSrp3vFAAgRoQk7aPC SLOZO6VDRWl5GrLLlMuz4uLRk1HMfduSYXvN4= 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 :content-type:content-transfer-encoding; b=pTA5chgyzNZIPIieBcvXcq5QmAiFiAmTOZz2vrpmWCT80CdjIS1eEBXaVByMKl58Zz mipNc0I6U7GlFISVm9V7NY2WwG6ioXN6Ot7+TMclb1Zqaww1q6yPpbSnpoCg7XQ5of8h 0fwYGE6IsAOJw3ooEJ1gHO+w8tGeT85Ytmzd8= Received: by 10.210.43.11 with SMTP id q11mr4160264ebq.163.1232644308811; Thu, 22 Jan 2009 09:11:48 -0800 (PST) Received: from ?192.168.0.102? (papillon.metalscan.fr [212.73.210.234]) by mx.google.com with ESMTPS id 10sm9028067eyd.46.2009.01.22.09.11.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 22 Jan 2009 09:11:47 -0800 (PST) Message-ID: <4978A8D1.9060906@gmail.com> Date: Thu, 22 Jan 2009 18:11:45 +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: ocaml mingw installation problem Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam: no; 0.00; matthieu:01 dubuget:01 matthieu:01 dubuget:01 ocaml:01 mingw:01 ocaml:01 mingw:01 cygwin:01 cygwin:01 ocamllib:01 wget:01 ocaml-:01 ocaml-:01 makefile:01 Hello, I still have a problem with my installation of OCaml 3.11. Certainly because of some mis-configuration, but I can't figure out were it could come from? This was a mingw installation, from source. I did it this way: - Installed cygwin (+ some needed packages) - Installed Active TCL 8.4.19.1. Default configuration. - from here, I installed everything from cygwin shell (in fact a KiTTY shell) - get rid of $OCAMLLIB, simplified a lot $PATH to avoid strange effect with other software - Installation of version 0.13 of flexlink + added in PATH - wget http://caml.inria.fr/pub/distrib/ocaml-3.11/ocaml-3.11.0.tar.gz - tar xzf ocaml-3.11.0.tar.gz - cp ocaml-3.11.0/config/s-nt.h ocaml-3.11/config/s.h - cp ocaml-3.11.0/config/m-nt.h ocaml-3.11/config/m.h - cp ocaml-3.11.0/config/Makefile.mingw ocaml-3.11/config/Makefile - sed -i.bak -e 's|PREFIX=C:/ocamlmgw|PREFIX=C:/cygwin/home/matt/ocamlmgw|' ocaml-3.11/config/Makefile - cd ocaml-3.11.0 && make -f Makefile.nt world && make -f Makefile.nt opt && make -f Makefile.nt opt.opt && make -f Makefile.nt install Everything seems to have been installed without problem, but: - ocamlbrowser does not want to run: application error (try to read address 0) - labltk: "Fatal error: cannot load shared library dlllabltk\nReason: Cannot resolve Tk_PhotoPutBlock" Thanks in advance for any idea to go further Salutations Matthieu Dubuget P.S. On the contrary, I was able to install, compile and have lablgtk2 working