caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Gerrit P. Haase" <gerrit@familiehaase.de>
To: caml-list@inria.fr
Subject: [Caml-list] ocaml-3.07beta2 on Cygwin
Date: Fri, 29 Aug 2003 15:33:08 +0200	[thread overview]
Message-ID: <99176537377.20030829153308@familiehaase.de> (raw)

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


             reply	other threads:[~2003-08-29 14:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-29 13:33 Gerrit P. Haase [this message]
2003-08-29 15:32 ` Xavier Leroy
2003-08-29 15:42   ` Gerrit P. Haase

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=99176537377.20030829153308@familiehaase.de \
    --to=gerrit@familiehaase.de \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).