Originariamente inviato da iperuber
ho scaricato i sorgenti dal sito
http://www.k3b.org/ perchè ci sono anche le istruzioni x installazione. Nonostante questo non riesco a installarlo(sono alle prime installazioni sotto linux). Seguo la procedura descritta
# tar -xjvf k3b-0.11.10.tar.bz2
# cd k3b-0.11.10
# ./configure
# make
# su -c "make install"
ma già al ./configure ho dei problemi (forse dovrei installare il compilatore C). Ho fatto comunque per curiosità il make e lultimo comando. Posto l'output:
linux:/home/lxuser/Desktop/k3b-0.12.12 # ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for kde-config... /opt/kde3/bin/kde-config
checking where to install... /opt/kde3 (as returned by kde-config)
checking for style of include used by make... GNU
checking for gcc...
no
checking for cc...
no
checking for cc...
no
checking for cl...
no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
linux:/home/lxuser/Desktop/k3b-0.12.12 # make
make: *** No targets specified and no makefile found. Stop.
linux:/home/lxuser/Desktop/k3b-0.12.12 # su -c make install
su: user install does not exist
linux:/home/lxuser/Desktop/k3b-0.12.12 #