View previous topic :: View next topic |
Author |
Message |
tuxian l33t
Joined: 26 Jan 2004 Posts: 766 Location: Austria
|
Posted: Thu Dec 23, 2004 2:24 am Post subject: Probleme beim Kompilieren von mod_php und ocaml |
|
|
Hallo!
Hab komischerweise folgende 2 Probleme:
1.)
Update auf dev-lang/ocaml-3.08.1
Code: | ../../boot/ocamlrun ../../tools/ocamlmklib -o str strstubs.o
../../ocamlcomp.sh -c -warn-error A str.mli
../../ocamlcomp.sh -c -warn-error A str.ml
../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh' -o str str.cmo
make[1]: Leaving directory `/var/tmp/portage/ocaml-3.08.1/work/ocaml-3.08.1/otherlibs/str'
make[1]: Entering directory `/var/tmp/portage/ocaml-3.08.1/work/ocaml-3.08.1/otherlibs/num'
gcc -O -I../../byterun -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -mcpu=i686 -fomit-frame-pointer -march=pentium4 -mfpmath=sse -msse2 -mmmx -fno-stack-protector -fPIC -DBNG_ARCH_ia32 -DBNG_ASM_LEVEL=2 -c -o bng.o bng.c
In file included from bng.c:20:
bng_ia32.c: In function `bng_ia32_mult_sub_digit':
bng_ia32.c:153: error: can't find a register in class `GENERAL_REGS' while reloading `asm'
make[1]: *** [bng.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/ocaml-3.08.1/work/ocaml-3.08.1/otherlibs/num'
make: *** [otherlibraries] Error 2
!!! ERROR: dev-lang/ocaml-3.08.1 failed.
!!! Function src_compile, Line 51, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message. |
SuFu hat leider nichts ergeben.
2.) Update auf dev-php/mod_php-4.3.10
Code: | grep: /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la: No such file or directory
/bin/sed: can't read /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la: No such file or directory
libtool: link: `/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la' is not a valid libtool archive
make: *** [libphp4.la] Fehler 1
make: *** Warte auf noch nicht beendete Prozesse...
!!! ERROR: dev-php/mod_php-4.3.10 failed.
!!! Function php-sapi_src_compile, Line 513, Exitcode 2
!!! compile problem
!!! If you need support, post the topmost build error, NOT this status message. |
Hab ich aber durch
ln -s /usr/lib/gcc-lib/i686-pc-linux-gnu/ /usr/lib/gcc-lib/i386-pc-linux-gnu/
beseitigen können.
Nur ist mir der Fehler trotzdem nicht klar.
Wieso wird da auf /usr/lib/gcc-lib/i386-pc-linux-gnu/ zugegriffen?
Dieses Verzeichnis gibt es doch gar nicht.
Nur /usr/lib/gcc-lib/i686-pc-linux-gnu/
Bitte um Hilfe. |
|
Back to top |
|
|
tuxian l33t
Joined: 26 Jan 2004 Posts: 766 Location: Austria
|
Posted: Fri Dec 24, 2004 1:01 am Post subject: |
|
|
*bump* |
|
Back to top |
|
|
Haldir Guru
Joined: 27 Sep 2002 Posts: 546
|
Posted: Fri Dec 24, 2004 1:34 am Post subject: |
|
|
gcc-config und richtiges aktives Profil ? |
|
Back to top |
|
|
tuxian l33t
Joined: 26 Jan 2004 Posts: 766 Location: Austria
|
Posted: Fri Dec 24, 2004 11:41 am Post subject: |
|
|
Ja, das passt. |
|
Back to top |
|
|
|