Browse thread
[Caml-list] ocamlc -output-obj problems
[
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: | 2005-11-15 (05:32) |
From: | Jonathan Roewen <jonathan.roewen@g...> |
Subject: | Re: [Caml-list] ocamlc -output-obj problems |
On 11/15/05, Jonathan Roewen <jonathan.roewen@gmail.com> wrote: > Hmm, I made a test case to run with system ocaml tools. It segfaults > =/ So, perhaps this is what's happening in my OS -- except I don't > have anything to catch something like that... > > I've attached it. Very, very simple. Makefile, bytekernel.ml that has > same problems on my OS, and c_loader.c that calls caml_startup() same > way as I do in my OS. > > So perhaps it isn't just my imagination ;-) > > Hell if I know what's wrong either... > > Jonathan > > > I should also note: commenting out the printf declaration, it runs fine.