XBMC - instalacja glibc 2.8 ze źróde

Tematy związane z oprogramowaniem, instalacją, konfiguracją
miodo07
Posty: 23
Rejestracja: 11 lutego 2008, 21:32

XBMC - instalacja glibc 2.8 ze źródeł

Post autor: miodo07 »

Witam.
Zachciało mi się zainstalować XBMC, zajęło mi to sporo czasu, było parę problemów ale jakoś w końcu się udało.
Chcąc go uruchomić wyświetla informację:

Kod: Zaznacz cały

kacper@debian:~$ xbmc
/usr/share/xbmc/xbmc.bin: /lib/i686/cmov/libc.so.6: version `GLIBC_2.8' not found (required by /usr/share/xbmc/xbmc.bin)
Więc znalazłem źródła glibc 2.8 i chciałbym je skompilować, jednak:

Kod: Zaznacz cały

debian:/home/kacper/Desktop/XBMC/glibc-2.8+20080809# ./configure
configure: error: you must configure in a separate build directory
No to zrobiłem mu osobny folder:

Kod: Zaznacz cały

checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i686-pc-linux-gnu
configure: running configure fragment for add-on build
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
No i tu mam problem. Nie za bardzo rozumiem "--build --host --target"
Mam mu wskazać gdzie ma się zainstalować?
Proszę o pomoc.
kalota

Post autor: kalota »

http://www.linuxfromscratch.org/lfs/vie ... glibc.html
--host=$LFS_TGT, --build=$(../glibc-2.10.1/scripts/config.guess)

The combined effect of these switches is that Glibc's build system configures itself to cross-compile, using the cross-linker and cross-compiler in /tools.
Zanim coś zaczniesz kompilować wpisz:

Kod: Zaznacz cały

./configure --help | less
żeby przeczytać dokumentację i wszystkie przełączniki.

Jeżeli używasz Debiana to instalacja pakietu build-essential z repozytorium powinna załatwić sprawę brakującego glibc.
ODPOWIEDZ