Bonjour,

Julien Cristau a écrit :

Hi,

numerix still seems to fail to build with this patch:
ocamlmklib -I kernel/ocaml/o -o numerix -oc numerix-ocaml \
kernel/ocaml/o/numerix.cmo kernel/ocaml/o/numerix.cmx \
kernel/ocaml/o/chrono.o kernel/ocaml/o/hash.o kernel/ocaml/o/numerix-c.o \
kernel/ocaml/o/numerix-s.o kernel/ocaml/o/numerix-g.o \
kernel/n/o/numerix-c.o kernel/n/o/numerix-s.o kernel/n/o/numerix-t.o \
-lgmp
/usr/bin/ld: kernel/n/o/numerix-t.o: pc-relative relocation against dynamic 
symbol sn_addloop
/usr/bin/ld: kernel/n/o/numerix-t.o: pc-relative relocation against dynamic 
symbol sn_subloop
/usr/bin/ld: kernel/n/o/numerix-t.o: pc-relative relocation against dynamic 
symbol sn_addsubloop
/usr/bin/ld: kernel/n/o/numerix-t.o: pc-relative relocation against dynamic 
symbol sn_mulloop
...

see
http://experimental.ftbfs.de/fetch.php?&pkg=numerix&ver=0.22a-1&arch=alpha&stamp=1158496566&file=log&as=raw
for the full build log.

Cheers,
Julien
--------------------------------- Français ----------------------
A première vue, il y a un sac de noeuds avec des symboles locaux qui sont considérés comme dynamiques. Une solution serait de les déclarer explicitement comme locaux (avec un nom en .Lxxx), mais je n'ai pas accès à une machine Alpha sous Linux pour tester. Avant de tout changer, est-ce qu'il y a moyen de compiler sans l'option -fPIC qui apparaît dans les logs (elle ne devrait pas être présente puisque le mode d'édition de liens retenu est l'édition statique (cf. compte-rendu avant compilation : "shared libraries no") ? Sinon, je vais voir à l'Inria s'ils ont une machine disponible pour faire des essais.

Cordialement,

--------------------------------- English ----------------------
Seems to be some micmac with local symbols that are unexpectedly promoted to the dynamic status. Would it be possible to give a try without the "-fPIC" gcc option before I rewrite all local computed jumps (I can't test, having no access to an Alpha computer running Linux).

Cheers,

--
Michel Quercia
23 rue de Montchapet, 21000 Dijon
http://michel.quercia.free.fr (maths)
http://pauillac.inria.fr/~quercia (informatique)
mailto:[EMAIL PROTECTED]


Reply via email to