[
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: | 2007-03-28 (20:44) |
From: | Joel Reymont <joelr1@g...> |
Subject: | Re: No caml_startup in 3.10? Where is it? |
I followed the instructions [1] on Ubuntu Edgy and got the same error. The symbols do exist which makes the problem more baffling. nm libasmrun.a |grep startup libasmrun.a(startup.o): 000003dd T _caml_startup nm libcamlrun.a |grep startup libcamlrun.a(startup.o): 00000aa2 T _caml_startup_code Can someone with Ocaml 3.9.x run through the example to see if it's a 3.10 issue? Thanks, Joel [1] http://sciruby.codeforpeople.com/sr.cgi/ProjectIdeas/RubyOCaml On Mar 28, 2007, at 9:39 PM, Joel Reymont wrote: > ruby testfib.rb > dyld: NSLinkModule() error > dyld: Symbol not found: _caml_startup > Referenced from: ./fib.bundle > Expected in: flat namespace > > Trace/BPT trap -- http://wagerlabs.com/