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

initializer element for `jumptable[0]' is not computable at load time (Solaris, gcc) #2340

Closed
vicuna opened this issue Dec 20, 1999 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Dec 20, 1999

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

Bug description

Full_Name: Vincent Poirriez
Version: 2.99
OS:
Submission from: estephe.inria.fr (128.93.11.95)
Submitted by: xleroy

more log.world
cd byterun; make all
sed -n -e '/^ /s/ ([A-Z])/ &&lbl_\1/gp'
-e '/^}/q' instruct.h > jumptbl.h
gcc -O -fno-defer-pop -Wall -Wno-unused -D_REENTRANT -c interp.c
jumptbl.h: In function interprete': In file included from interp.c:185: jumptbl.h:1: initializer element for jumptable[0]' is not computable at
load time
....

interp.c:186: initializer element for jumptable[133]' is not computable at load time *** Error code 1 make: Fatal error: Command failed for target interp.o'
Current working directory /prof/poirriez/OcamlStuff/ocaml-2.99/byterun
*** Error code 1
make: Fatal error: Command failed for target `coldstart

ultraistv1% gcc -v
Reading specs from
/usr/local/gantsou/3.12p/install/lib/gcc-lib/sparc-sun-solaris2.5.1/2.8.1/specs
gcc version 2.8.1

@vicuna
Copy link
Author

vicuna commented Dec 20, 1999

Comment author: administrator

jumptbl.h: In function interprete': In file included from interp.c:185: jumptbl.h:1: initializer element for jumptable[0]' is not computable at
load time

Est-ce que tu compiles en mode 32 bits ou en mode 64 bits? Qu'est-ce que
./configure affiche? Et que contiennent les fichiers config/m.h et
config/s.h generes?

  • Xavier

@vicuna vicuna closed this as completed Dec 20, 1999
@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