caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Re: ocaml 3.12.1 and delimcc
@ 2012-10-16  7:06 oleg
  2012-10-16 14:59 ` Anthony Tavener
  0 siblings, 1 reply; 6+ messages in thread
From: oleg @ 2012-10-16  7:06 UTC (permalink / raw)
  To: christophe.raffalli; +Cc: caml-list


It so happened that I had to upgrade to amd64 (Intel Core 2) last
week. I have installed FreeBSD 9.0 from scratch and OCaml 3.12.1 
from ports. I have just recompiled delimcc. All tests passed,
both for byte-code and the native compiler.

I'm really not sure what the reported problem might be. I have used
the following line in delimcc's Makefile
	OCAMLINCLUDES=./ocaml-byterun-3.11
That OCAMLINCLUDES worked with 3.12.0 (and with 3.12.1, it seems). I'm
not sure if it works with 4.x though.

Could you check your Makefile? Could you check that 
	$(LIBDIR)/Makefile.config
has sane values, where
	LIBDIR := $(shell ocamlc -where)
If you have several versions of OCaml on your system, it could be that
delimcc's Makefile picks a wrong version (inconsistent with
OCAMLINCLUDES). Such an inconsistency could certainly cause a
segfault.




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-10-26  3:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-16  7:06 [Caml-list] Re: ocaml 3.12.1 and delimcc oleg
2012-10-16 14:59 ` Anthony Tavener
2012-10-19  2:20   ` oleg
2012-10-19 10:35     ` Gabriel Kerneis
2012-10-20 17:25       ` Anthony Tavener
2012-10-26  3:47       ` Anthony Tavener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).