Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Compiling unison

2 views
Skip to first unread message

steve...@fiserv.com

unread,
Jun 23, 2006, 6:18:04 PM6/23/06
to
I am experiencing difficulty compiling unison on HP-UX and I believe it
has to do with the compile of ocaml I just did. It complains that it
can't find the util library. Sure enough there is no util within my
ocaml directory. How do I get it threre, or do I have another problem?

Here's the make snippet:
ocamlc -verbose -I lwt -I ubase -custom -g -o unison unix.cma str.cma
-cclib -lutil ubase/projectInfo.cmo ubase/myMap.cmo ubase/safelist.cmo
ubase/uprintf.cmo ubase/util.cmo ubase/rx.cmo ubase/uarg.cmo
ubase/prefs.cmo ubase/trace.cmo lwt/pqueue.cmo lwt/lwt.cmo
lwt/lwt_util.cmo lwt/lwt_unix.cmo case.cmo pred.cmo uutil.cmo
fileutil.cmo name.cmo path.cmo fspath.cmo fingerprint.cmo abort.cmo
osx.cmo props.cmo fileinfo.cmo os.cmo lock.cmo clroot.cmo common.cmo
tree.cmo checksum.cmo terminal.cmo transfer.cmo xferhint.cmo remote.cmo
copy.cmo globals.cmo update.cmo files.cmo sortri.cmo recon.cmo
transport.cmo strings.cmo uicommon.cmo uitext.cmo main.cmo linktext.cmo
osxsupport.o pty.o

+ gcc -o 'unison' -I'/usr/local/lib/ocaml' /tmp/camlprim260d0d.c
'-Llwt' '-Lubase' '-L/usr/local/lib/ocaml' '-lstr' '-lunix' '-lutil'
'osxsupport.o' 'pty.o' -lcamlrun -lm -lcurses -lpthread
/usr/ccs/bin/ld: Can't find library: "util"

TIA,
Steve

0 new messages