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

Bigarrays on AIX 3.4 #3547

Closed
vicuna opened this issue Aug 21, 2002 · 1 comment
Closed

Bigarrays on AIX 3.4 #3547

vicuna opened this issue Aug 21, 2002 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Aug 21, 2002

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

Bug description

Full_Name: Norman Scaife
Version: 3.05
OS: AIX 3.4
Submission from: is34e1u23.jaist.ac.jp (150.65.124.23)

Bigarrays not working on the IBM RS6000 SP2:

% uname -a
AIX sp-fep 3 4 0058655D4C00
% cd ocaml-3.05
% ./configure -cc "c89 -qmaxmem=16384 -qlonglong"
% make world opt etc...
% cat file.ml
open Bigarray

let qvf = Genarray.create float32 c_layout [|3;3;3|]

% ocamlopt bigarray.cmxa file.ml -o file
% ./file
Fatal error: exception Invalid_argument("Bigarray.create: negative dimension")

Same behaviour for ocamlc and all kinds, layouts, dimensions.

@vicuna
Copy link
Author

vicuna commented Jul 16, 2003

Comment author: administrator

cannot reproduce this bug

@vicuna vicuna closed this as completed Jul 16, 2003
@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