Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ocaml-3.07beta2 on Cygwin #8258

Closed
vicuna opened this issue Aug 29, 2003 · 1 comment
Closed

ocaml-3.07beta2 on Cygwin #8258

vicuna opened this issue Aug 29, 2003 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Aug 29, 2003

Original bug ID: 1807
Reporter: administrator
Status: closed
Resolution: not a bug
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

This is a CC from: 99176537377.20030829153308@familiehaase.de
which was sent to: caml-list@inria.fr

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

=^..^=

@vicuna
Copy link
Author

vicuna commented Aug 29, 2003

Comment author: administrator

Superseded by #8259

@vicuna vicuna closed this as completed Aug 29, 2003
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant