caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Assembler errors with _ notation
@ 2002-12-20 13:35 Yaron M. Minsky
  2002-12-20 16:51 ` Xavier Leroy
  0 siblings, 1 reply; 3+ messages in thread
From: Yaron M. Minsky @ 2002-12-20 13:35 UTC (permalink / raw)
  To: Caml List

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


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

end of thread, other threads:[~2002-12-20 17:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-20 13:35 [Caml-list] Assembler errors with _ notation Yaron M. Minsky
2002-12-20 16:51 ` Xavier Leroy
2002-12-20 17:08   ` Sven Luther

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).