|
[SOLVED] Błąd przy kompilacji programow.
Stephen - 06-05-2007 13:07
Za każdym razem kiedy chce zainstalować program metodą make && make install wywala mi jakiś błąd typu:
stephen@tp600e:~/thcrut-1.2.5$ sudo ./configure && make all install Password: loading cache ./config.cache Begining autoconfiguration process for thcrut-1.2.5... checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH stephen@tp600e:~/thcrut-1.2.5$
czy ktoś wie o co chodzi??
lays - 06-05-2007 13:09
Sprawdz czy masz zainstalowane najnowsze gcc.
sudo apt-get install gcc-4.1
potem
sudo rm /usr/bin/gcc sudo ln -s /usr/bin/gcc-4.1 /usr/bin/gcc
I wsio ;-)
Stephen - 06-05-2007 13:14
niestety nie pomogło... :-( terz wywala to:
checking whether the C compiler (gcc ) works... no configure: error: installation or configuration problem: C compiler cannot create executables.
Lorenzo - 06-05-2007 13:20
Niektóre źródełka plują się jeżeli nie ma w systemie paczki gcc, mimo iż kompilator w systemie jest ;-)
wydaj apt-get install gcc, i spróbuj ponownie.
Stephen - 06-05-2007 13:25
niestety dalej to samo... mam ten problem na ubuntu i na debianie, wszystko instalowane z netinstall wiec najnowsze wersje pakietów. Juz nie mam pomysłow.
velmafia - 06-05-2007 13:37
spróbuj zainstalować build-essential
Stephen - 06-05-2007 14:01
ok trzeba bylo jeszcze tylko libpcap-dev i juz wszystko gra:] dięki wielkie :mrgreen:
zanotowane.pldoc.pisz.plpdf.pisz.plminister.pev.pl
|