Thanks Martin. I've made this change in ocaml-3.10.0-1001.

On 26-Nov-07, at 4:00 PM, Martin Costabel wrote:

> David Phillips wrote:
>> On Nov 26, 2007, at 5:20 PM, LiKai Liu wrote:
>>> Did you install the X11 SDK? What does the command 'locate  
>>> Xlib.h'  say?
>
> The reason why this doesn't work on Leopard is that ocaml's  
> configure looks for a couple of libX11 libraries, namely here
>
>  if test -f $dir/libX11.a || \
>     test -f $dir/libX11.so || \
>     test -f $dir/libX11.dll.a || \
>     test -f $dir/libX11.sa; then
>
> On Tiger, it found the static libX11.a. On Leopard the static lib  
> does not exist any more, only the dynamic libX11.dylib.
>
> This configure script needs to be patched so that it looks for  
> libX11.dylib instead of libX11.so.
>
> -- 
> Martin
>


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to