Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: "sebastien FURIC" <sebastien.furic@tni-valiosys.com>
To: David Gray <d.gray@dcu.ie>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Complex Numbers
Date: Wed, 09 Apr 2003 13:53:01 +0200	[thread overview]
Message-ID: <3E94099D.3CE588A1@tni.fr> (raw)
In-Reply-To: <3E93FD23.4000602@dcu.ie>



David Gray a écrit :
> 
> Does anyone have trouble with 3.06 version for windows using the following:
> 
> #open Complex;;
> #let y = {re = -1.; im = 0.};;
> #let ans = sqrt y;;
> Reference to undefined global `Complex'
> 
> the above seems to work under Red Hat.
> 
> Dave

 Hi,

 I've already submitted a bug report for that (id = 1349).
 It will be fixed in the next version.
 Recompiling the Complex module with the bytecode compiler may help:
 ocamlc -c complex.mli complex.ml
 ocaml
        Objective Caml version 3.06

# #load "complex.cmo";;
# open Complex;;
# sqrt;;
- : Complex.t -> Complex.t = <fun>
#

 Cheers,

 Sébastien.

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


  reply	other threads:[~2003-04-09 11:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-09 10:59 David Gray
2003-04-09 11:53 ` sebastien FURIC [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-02-27  6:04 [Caml-list] complex numbers Alexander Danilov
2004-02-27 13:18 ` Andrew Lenharth
2004-02-27 16:36   ` Christophe TROESTLER
     [not found] ` <20040227131719.GA827@peuter>
     [not found]   ` <403F5ABD.1090402@fssg.st-oskol.ru>
2004-02-27 15:36     ` Andrew Lenharth
2001-03-28  2:19 [Caml-list] Complex Numbers David McClain

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E94099D.3CE588A1@tni.fr \
    --to=sebastien.furic@tni-valiosys.com \
    --cc=caml-list@inria.fr \
    --cc=d.gray@dcu.ie \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox