Thanks for the updates! I can compile now, but still get the following errors in top-level: # #use "topfind";; - : unit = () ... some output ... # #require "core";; ... several libraries loaded ... /Users/ashish/godi/lib/ocaml/site-lib/core/core.cma: loaded Cannot load required shared library dllcore_stubs. Reason: /Users/ashish/godi/lib/ocaml/site-lib/stublibs/dllcore_stubs.so: Symbol not found: _uerror Referenced from: /Users/ashish/godi/lib/ocaml/site-lib/stublibs/dllcore_stubs.so Expected in: flat namespace . # The above is on Mac OS X. I get a slightly different error on a Linux machine: Cannot load required shared library dllcore_stubs. Reason: /home1/aa544/godi/lib/ocaml/site-lib/stublibs/dllcore_stubs.so: /home1/aa544/godi/lib/ocaml/site-lib/stublibs/dllcore_stubs.so: undefined symbol: setsockopt_int. On Sun, May 4, 2008 at 10:22 PM, Markus Mottl wrote: > 2008/5/3 Ashish Agarwal : > > When doing "make", I get the error below. I think I have sexplib > installed > > correctly (through godi), and have tried on both Mac OS and Linux. > Anyone > > else get this error? > > Just update the sexplib package in Godi. The new version should work fine > now. > > Regards, > Markus > > -- > Markus Mottl http://www.ocaml.info markus.mottl@gmail.com >