[
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: | Yaron M. Minsky <yminsky@C...> |
| Subject: | [Caml-list] Assembler errors with _ notation |
Here's an odd compile error I've run up against:
foo.ml:
open Printf
let snoo x = 60_000. /. x
let print x =
printf "snoo(%f): %f\n" x (snoo x)
Compilation results:
dragonfly: tmp $ ocamlopt foo.ml
/tmp/camlasm9587be.s: Assembler messages:
/tmp/camlasm9587be.s:53: Warning: rest of line ignored; first
ignored character
is `_'
/tmp/camlasm9587be.s:82: Warning: rest of line ignored; first
ignored character
is `_'
This is on redhat 8.0 running ocaml 3.06.
Any ideas?
y
-------------------
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