From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id QAA25958; Fri, 29 Aug 2003 16:29:47 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id QAA09016 for ; Fri, 29 Aug 2003 16:29:46 +0200 (MET DST) Received: from koeln.convey.de (koeln.convey.de [62.138.63.18]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h7TETif16645 for ; Fri, 29 Aug 2003 16:29:44 +0200 (MET DST) Received: from ismene.koeln.convey.de (192.168.5.3) by koeln.convey.de with [XMail 1.12 (Win32/Ix86) ESMTP Server] id for from ; Fri, 29 Aug 2003 15:32:56 +0200 Date: Fri, 29 Aug 2003 15:33:08 +0200 From: "Gerrit P. Haase" X-Mailer: The Bat! (v1.63 Beta/7) Business Reply-To: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <99176537377.20030829153308@familiehaase.de> To: caml-list@inria.fr Subject: [Caml-list] ocaml-3.07beta2 on Cygwin MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Loop: caml-list@inria.fr X-Spam: no; 0.00; 3.07:01 cygwin:01 hallo:99 cygwin:01 binaries:01 3.07:01 libx:01 libx:01 usr:01 ocaml-:01 ocaml-:01 -lx:01 lib:01 executables:01 configure:02 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hallo, Cygwin changed the naming scheme for X binaries and importlibraries, this means the X11 is not found by configure without this change: diff -Nurd ocaml-3.07beta2~/configure ocaml-3.07beta2/configure --- ocaml-3.07beta2~/configure 2003-08-20 17:10:58.000000000 +0200 +++ ocaml-3.07beta2/configure 2003-08-29 15:23:24.000000000 +0200 @@ -1194,6 +1194,7 @@ do if test -f $dir/libX11.a || \ test -f $dir/libX11.so || \ + test -f $dir/libX11.dll.a || \ test -f $dir/libX11.sa; then if test $dir = /usr/lib; then x11_link="-lX11" #END Besides this it builds clean. Are there testsuites available to test the different generated executables for regression? Gerrit -- =^..^= ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners