Flashproblem - rtld-elf will nicht kompilieren

septi

New Member
Ich habe das Problem dass ich rtld-elf nicht kompilieren kann und firefox wohl deswegen immer abstuerzt wenn ich eine Flashanimation abspielen will...

Code:
(1:12) root (/usr/src/libexec/rtld-elf) %make
cc -O2 -fno-strict-aliasing -pipe  -Wall -DFREEBSD_ELF -DIN_RTLD -I/usr/src/libexec/rtld-elf/i386 -I/usr/src/libexec/rtld-elf -elf -fpic -DPIC -Wformat=2 -Wno-format-extra-args -Werror -c /usr/src/libexec/rtld-elf/i386/reloc.c
In file included from /usr/src/libexec/rtld-elf/i386/reloc.c:50:
/usr/src/libexec/rtld-elf/rtld.h:182: error: syntax error before '*' token
/usr/src/libexec/rtld-elf/rtld.h:184: error: syntax error before '*' token
/usr/src/libexec/rtld-elf/rtld.h:186: error: syntax error before '*' token
*** Error code 1

Stop in /usr/src/libexec/rtld-elf.

den patch habe ich eingespielt... Wenn ich (wie es in der Makefile empfohlen wird) mit Libmap kompiliere kommt folgendes:

Code:
(1:12) root (/usr/src/libexec/rtld-elf) %make WITH_LIBMAP=yes install clean
chflags noschg /usr/libexec/ld-elf.so.1
install -s -o root -g wheel -m 555  -C -b -fschg -S ld-elf.so.1 /libexec
install: ld-elf.so.1: No such file or directory
*** Error code 71

Stop in /usr/src/libexec/rtld-elf.
 
Back
Top