[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Possible bug ?



On Mon, Dec 16, 2002 at 11:23:29PM +0100, Jérôme Marant wrote:
>   /usr/lib/ocaml/3.06/stublibs/dllbigarray.so
>   /usr/lib/ocaml/3.06/bigarray.cma

Well, I'm almost sure that dynamic loading of Bigarray modules works
properly, just try the following with ocamlfind package uploaded today:

   $ ledit ocaml
           Objective Caml version 3.06
   
   # #use "topfind";;
   Findlib has been successfully loaded. Additional directives:
     #require "package";;      to load a package
     #list;;                   to list the available packages
     #camlp4o;;                to load camlp4 (standard syntax)
     #camlp4r;;                to load camlp4 (revised syntax)
     Topfind.reset();;         to force that packages will be reloaded
   
   - : unit = ()
   # #require "bigarray";;
   Loading /usr/lib/ocaml/3.06/bigarray.cma
   # Bigarray.float32;;
   - : (float, Bigarray.float32_elt) Bigarray.kind = <abstr>

So the probably must be somewhere else ...

Cheers.

-- 
Stefano Zacchiroli  -  Undergraduate Student of CS @ Uni. Bologna, Italy
 zack@{cs.unibo.it,debian.org,bononia.it} - http://www.bononia.it/zack/
 "I know you believe you understood what you think I said, but I am not
 sure you realize that what you heard is not what I meant!" -- G.Romney

Attachment: pgpcBhpg_tC9K.pgp
Description: PGP signature


Reply to: