Browse thread
Core has landed
[
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: | -- (:) |
| From: | Ashish Agarwal <agarwal1975@g...> |
| Subject: | Re: [Caml-list] Core has landed |
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 <markus.mottl@gmail.com> wrote: > 2008/5/3 Ashish Agarwal <agarwal1975@gmail.com>: > > 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 >