Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re: Bigarray.Array2.get: The external function `bigarray_get_2' is not available #2670

Closed
vicuna opened this issue Jan 22, 2001 · 2 comments
Closed
Labels

Comments

@vicuna
Copy link

vicuna commented Jan 22, 2001

Original bug ID: 268
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Hi,

Thank you for your message to the Caml mailing list.

However your message seems to be a bug report; hence I send it to the
relevant mailing list

caml-bugs@inria.fr

Thank again for your interest in Caml.

Pierre Weis

INRIA, Projet Cristal, Pierre.Weis@inria.fr, http://pauillac.inria.fr/~weis/

Hello,

I wanted to use the module Bigarray in the toplevel. I made my own
toplevel with:

ocamlmltop -o mytop bigarray.cma

started mytop and typed:

open Bigarray;;
let a1 = Array2.create float32 c_layout 3 3;;
Array2.set a1 1 1 2.0;;
Array2.get a1 1 1;;
and got the message:
Bigarray.Array2.get: The external function `bigarray_get_2' is not available

Did I make anything wrong?

-Rolf

Rolf Wester
wester@ilt.fhg.de

@vicuna
Copy link
Author

vicuna commented Jan 23, 2001

Comment author: administrator

I wanted to use the module Bigarray in the toplevel. I made my own
toplevel with:
ocamlmltop -o mytop bigarray.cma
started mytop and typed:
open Bigarray;;
let a1 = Array2.create float32 c_layout 3 3;;
Array2.set a1 1 1 2.0;;
Array2.get a1 1 1;;
and got the message:
Bigarray.Array2.get: The external function `bigarray_get_2' is not
available
Did I make anything wrong?

No, this is a known bug in OCaml 3.00. More explanations and a fix
are available at:
http://caml.inria.fr/bin/caml-bugs/fixed?id=94;page=5;user=guest

Regards,

  • Xavier Leroy

@vicuna
Copy link
Author

vicuna commented Jan 23, 2001

Comment author: administrator

Same bug as #2432

@vicuna vicuna closed this as completed Jan 23, 2001
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant