| Anonymous | Login | Signup for a new account | 2013-05-19 09:04 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0004446 | OCaml | Caml light | public | 2007-11-11 19:59 | 2012-02-02 15:19 | |||
| Reporter | avsm | |||||||
| Assigned To | ertai | |||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 3.10.0 | |||||||
| Target Version | Fixed in Version | 3.10+dev | ||||||
| Summary | 0004446: configure script detection for X11 on MacOS X 10.5 | |||||||
| Description | The shared libraries on MacOS X end in .dylib, which is not detected correctly by the configure script and so X11 support isnt compiled in. Minor patch below sorts it out: --- configure.orig 2007-11-11 18:43:26.000000000 +0000 +++ configure 2007-11-11 18:43:58.000000000 +0000 @@ -1221,6 +1221,7 @@ if test -f $dir/libX11.a || \ test -f $dir/libX11.so || \ test -f $dir/libX11.dll.a || \ + test -f $dir/libX11.dylib || \ test -f $dir/libX11.sa; then if test $dir = /usr/lib; then x11_link="-lX11" | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2007-11-11 19:59 | avsm | New Issue | |
| 2007-11-12 14:07 | xleroy | Status | new => assigned |
| 2007-11-12 14:07 | xleroy | Assigned To | => doligez |
| 2007-11-21 16:45 | ertai | Assigned To | doligez => ertai |
| 2007-11-21 16:45 | ertai | Status | assigned => resolved |
| 2007-11-21 16:45 | ertai | Resolution | open => fixed |
| 2007-11-21 16:45 | ertai | Fixed in Version | => 3.10+dev |
| 2010-04-29 14:26 | xleroy | Status | resolved => closed |
| 2012-02-02 15:19 | protz | Category | Caml-light => Caml light |
| Copyright © 2000 - 2011 MantisBT Group |