K3b Installation help....?

Status
Not open for further replies.

LEARNER_LEARNER

Fedora User
Hi guys,I was installing K3b from this command .what is problem pls help..
file name is:-k3b-0.12.17.tar.bz2
[root@localhost K3b]tar -xjvf k3b-0.12.17.tar.bz2
and change to the created directory:
cd k3b-0.12.17

[root@localhost k3b-0.12.17]# ./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... /usr/bin/kde-config
checking where to install... /usr (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.

[root@localhost k3b-0.12.17]# make
make: *** No targets specified and no makefile found. Stop.

[root@localhost k3b-0.12.17]# su -c "make install"
make: *** No rule to make target `install'. Stop.

I'm waiting 4 ur reply bro:eek:
 

JGuru

Wise Old Owl
@Learner_Learner, You have downloaded K3B Source Code. In order to compile &
install K3B, you need to install C Compiler (gcc, g++), make. Install these packages
first. You can install these packages from the Fedora CD/DVD.

After you have installed these packages. Run the following commands :

$ su -
(Enter root password)

# cd k3b-0.12.17

# ./configure

# make

# make install
 

NucleusKore

TheSaint
Instead of all this command line why don't you just install the rpms gcc or k3b. It may look very geeky to compile from source but its not worth the headache when so many precompiled binaries are available.
 

gary4gar

GaurishSharma.com
why do u want to d/l is yourself and install it
use variouus package manager, u haven't mentioned your distro

my research shows u have fc6
so go to root and enter
Code:
yum -y install k3b

thats it!
hassle free
 
Status
Not open for further replies.
Top Bottom