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

Pb compiling bigarray for AIX #2397

Closed
vicuna opened this issue Mar 16, 2000 · 2 comments
Closed

Pb compiling bigarray for AIX #2397

vicuna opened this issue Mar 16, 2000 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Mar 16, 2000

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

Bug description

Full_Name: Judicaël Courant
Version: 2.99+6 (2000/02/25)
OS: AIX 1.4
Submission from: ext2.lri.fr (129.175.15.5)

Bonjour,

Lors de la compilation, (make world après un ./configure standard) j'obtiens,
au moment de la compilation du répertoire bigarray ce qui suit :

    gcc -I../../byterun -g -O -fno-defer-pop -Wall -Wno-unused -c

mmap_unix.c
mmap_unix.c: In function bigarray_map_file': mmap_unix.c:89: MAP_FAILED' undeclared (first use this function)
mmap_unix.c:89: (Each undeclared identifier is reported only once
mmap_unix.c:89: for each function it appears in.)
make: 1254-004 Code d'erreur de la dernière commande: 1.

Arrêt.
make: 1254-004 Code d'erreur de la dernière commande: 2.

Arrêt.
make: 1254-004 Code d'erreur de la dernière commande: 2.

Arrêt.
make: 1254-004 Code d'erreur de la dernière commande: 2.

Arrêt.

@vicuna
Copy link
Author

vicuna commented Mar 16, 2000

Comment author: administrator

Lors de la compilation, (make world après un ./configure standard) j'obtiens,
au moment de la compilation du répertoire bigarray ce qui suit :
gcc -I../../byterun -g -O -fno-defer-pop -Wall -Wno-unused -c
mmap_unix.c
mmap_unix.c: In function bigarray_map_file': mmap_unix.c:89: MAP_FAILED' undeclared (first use this function)

Bon, AIX 4.1 n'est pas totalement standard Unix 98 sur ce point.
J'ai ajouté le #define qui va bien.

  • Xavier

@vicuna
Copy link
Author

vicuna commented Mar 16, 2000

Comment author: administrator

Fixed on 2000-03-16 by Xavier

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