[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Gerrit P. Haase <gerrit@f...> |
| Subject: | [Caml-list] ocaml-3.07beta2 on Cygwin |
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