[
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: | 2004-09-27 (07:55) |
From: | skaller <skaller@u...> |
Subject: | Re: [Caml-list] Can't compile on Cygwin |
On Mon, 2004-09-27 at 16:54, overbored wrote: > ubase/uprintf.o(.text+0x29a):fake: undefined reference to `_format_int' > ubase/uprintf.o(.text+0x2fa):fake: undefined reference to `_format_float' Old version. I've had this problem on a Linux box too. Used to be 'format_int' and 'format_float' were builtin primitives, that is, C functions. All C primitives in Ocaml 3.08 now have a prefix 'caml_' to avoid namespace clashes: stdlib/pervasives.ml:external format_int: string -> int -> string = "caml_format_int" -- John Skaller, mailto:skaller@users.sf.net voice: 061-2-9660-0850, snail: PO BOX 401 Glebe NSW 2037 Australia Checkout the Felix programming language http://felix.sf.net ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners