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

Native compiler doesn't build on AIX 5.1L #8495

Closed
vicuna opened this issue Feb 25, 2004 · 1 comment
Closed

Native compiler doesn't build on AIX 5.1L #8495

vicuna opened this issue Feb 25, 2004 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Feb 25, 2004

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

Bug description

Full_Name: John Goerzen
Version: OCaml 3.07
OS: AIX 5.1L, PowerPC
Submission from: gatekeeper.excelhustler.com (68.99.114.105)

Have downloaded OCaml 3.07 source distribution and ran configure specifying only
-prefix. Configure appeared to work fine and detect appropriate native values.

make world and make bootstrap both succeeded. However, make opt yields:

gcc -I../byterun -DNATIVE_CODE -DTARGET_power -DSYS_aix -O -Wall -Wno-unused
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o globroots.o globroots.c
gcc -I../byterun -DNATIVE_CODE -DTARGET_power -DSYS_aix -O -Wall -Wno-unused
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals.o signals.c
In file included from ../byterun/misc.h:22,
from ../byterun/alloc.h:20,
from signals.c:21:
../byterun/config.h:35: warning: redefinition of int16' /usr/include/sys/inttypes.h:632: warning: int16' previously declared here
../byterun/config.h:39: warning: redefinition of int32' /usr/include/sys/inttypes.h:633: warning: int32' previously declared here
../byterun/config.h:50: warning: redefinition of int64' /usr/include/sys/inttypes.h:638: warning: int64' previously declared here
signals.c: In function handle_signal': signals.c:288: error: structure has no member named __sc_jmpbuf'
signals.c: In function trap_handler': signals.c:526: error: structure has no member named __sc_jmpbuf'
signals.c:527: error: structure has no member named __sc_jmpbuf' make[1]: *** [signals.o] Error 1 make[1]: Leaving directory /home/jgoerzen/ocaml-3.07/asmrun'
make: *** [runtimeopt] Error 2

Feel free to ask if you need any additional information. I'm happy to provide
it.

@vicuna
Copy link
Author

vicuna commented Jun 19, 2004

Comment author: administrator

Obsoleted the PPC/AIX port. XL, 2004-06-19

@vicuna vicuna closed this as completed Jun 19, 2004
@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