caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] ocaml-3.07beta2 on Cygwin
@ 2003-08-29 13:33 Gerrit P. Haase
  2003-08-29 15:32 ` Xavier Leroy
  0 siblings, 1 reply; 3+ messages in thread
From: Gerrit P. Haase @ 2003-08-29 13:33 UTC (permalink / raw)
  To: caml-list

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] ocaml-3.07beta2 on Cygwin
  2003-08-29 13:33 [Caml-list] ocaml-3.07beta2 on Cygwin Gerrit P. Haase
@ 2003-08-29 15:32 ` Xavier Leroy
  2003-08-29 15:42   ` Gerrit P. Haase
  0 siblings, 1 reply; 3+ messages in thread
From: Xavier Leroy @ 2003-08-29 15:32 UTC (permalink / raw)
  To: Gerrit P. Haase; +Cc: caml-list

> Cygwin changed the naming scheme for X binaries and importlibraries,
> this means the X11 is not found by configure without this change:

Applied.  Thanks for the fix.

> Are there testsuites available to test the different generated
> executables for regression?

Not really.  The optional build steps "make bootstrap" and "make
opt.opt" are a good test of ocamlc and ocamlopt, respectively.  We
also have some in-house tests for particular features of the run-time
system.  But there is no comprehensive regression test.  Which is why
feedback on beta releases is very much appreciated :-)

- Xavier Leroy 

-------------------
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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] ocaml-3.07beta2 on Cygwin
  2003-08-29 15:32 ` Xavier Leroy
@ 2003-08-29 15:42   ` Gerrit P. Haase
  0 siblings, 0 replies; 3+ messages in thread
From: Gerrit P. Haase @ 2003-08-29 15:42 UTC (permalink / raw)
  To: Xavier Leroy; +Cc: caml-list

Xavier schrieb:

>> Cygwin changed the naming scheme for X binaries and importlibraries,
>> this means the X11 is not found by configure without this change:

> Applied.  Thanks for the fix.

Please see also my second mail (sent only to caml-bugs) because I
realized later that the GDBM part was not built, it seems Cygwin uses
its own scheme, there is no gdbm-ndbm.h header here so it is not tested
by configure if dbm_open is in libgdbm_compat.a where it seems to be
now.


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-08-29 15:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-29 13:33 [Caml-list] ocaml-3.07beta2 on Cygwin Gerrit P. Haase
2003-08-29 15:32 ` Xavier Leroy
2003-08-29 15:42   ` Gerrit P. Haase

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).