Browse thread
[Caml-list] Problem building O'Caml 3.03-alpha
- Richard Nyberg
[
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: | 2001-10-15 (08:45) |
From: | Richard Nyberg <rnyberg@i...> |
Subject: | [Caml-list] Problem building O'Caml 3.03-alpha |
I'm trying to build the 3.03-alpha release on FreeBSD 4.3 with tk but I have some problems. This is how I try to build it ------------ # ./configure \ -prefix /pkg/ocaml/3.03-alpha \ -libdir /pkg/ocaml/3.03-alpha/lib -with-pthread \ -tkdefs '-I/pkg/tcltk/8.3.3/include' \ -tklibs '-Wl,-rpath=/pkg/tcltk/8.3.3/lib,-rpath-link=/pkg/tcltk/8.3.3/lib -L/pkg/tcltk/8.3.3/lib -ltk8.3 -ltcl8.3' ------------- Output from configure seems ok. ------------- # make world <snip everything until end> ../../../tools/ocamlmklib -ocamlc '../../../boot/ocamlrun ../../../ocamlc -I ../../../stdlib' -o labltk -oc labltk41 \ ../support/support.cmo ../support/widget.cmo ../support/protocol.cmo ../support/textvariable.cmo ../support/timer.cmo ../support/fileevent.cmo tk.cmo scale.cmo radiobutton.cmo dialog.cmo selection.cmo toplevel.cmo frame.cmo canvas.cmo pack.cmo listbox.cmo grab.cmo button.cmo grid.cmo imagephoto.cmo bell.cmo w info.cmo imagebitmap.cmo tkwait.cmo scrollbar.cmo checkbutton.cmo palette.cmo focus.cmo optionmenu.cmo wm.cmo entry.cmo text.cmo message.cmo option.cmo clipboard.cmo menubutton.cmo label.cmo place.cmo menu.cmo \ -Wl,-rpath=/pkg/tcltk/8.3.3/lib,-rpath-link=/pkg/tcltk/8.3.3/lib -L/pkg/tcltk/8.3.3/lib -ltk8.3 -ltcl8.3 -L/usr/X11R6/lib -lX11 Unknown option '-Wl,-rpath=/pkg/tcltk/8.3.3/lib,-rpath-link=/pkg/tcltk/8.3.3/lib', ignored ../../../boot/ocamlrun ../../../ocamlc -I ../../../stdlib -linkall -o labltktop -I ../support \ -I ../../../toplevel toplevellib.cma labltk.cma \ -I ../../unix unix.cma \ -I ../../str str.cma \ `if true; then echo -dllpath /pkg/ocaml/3.03-alpha/lib/labltk; fi` \ topmain.cmo Error on dynamically loaded library: Shared object "libtk8.3.so" not found gmake[2]: *** [labltktop] Error 2 gmake[2]: Leaving directory `/yap/src/ocaml-3.03-alpha/otherlibs/labltk/lib' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/yap/src/ocaml-3.03-alpha/otherlibs/labltk' gmake: *** [otherlibraries] Error 2 ------------ Do you have any ideas on how to make it build correctly? Thanks in advance, -Richard ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr