LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   k9copy (https://www.linuxquestions.org/questions/linux-software-2/k9copy-464582/)

thebiggiantmouse 07-16-2006 12:50 PM

k9copy
 
while trying to install this program i got the following error message when entering the "make" command
" No targets specified and no makefile found. Stop."
does anyone know what the problem is and how to fix this

hfawzy 07-16-2006 01:13 PM

Did you run ./configure first, before make ?
And did it run successfully, without any errors ?

thebiggiantmouse 07-16-2006 03:39 PM

Quote:

Originally Posted by hfawzy
Did you run ./configure first, before make ?
And did it run successfully, without any errors ?

yes i did here are the commands used
cd ~
tar xvf k9copy-1.0.4-2.tar.gz
cd k9copy-1.0.4-2
./configure
make(this is where the error)

raskin 07-16-2006 03:41 PM

What configure said?

reddazz 07-16-2006 03:47 PM

It seems like configure didn't finish successfully so no makefiles were created. Can you post the last 10 - 20 lines from the configure process.

thebiggiantmouse 07-16-2006 04:13 PM

Quote:

Originally Posted by reddazz
It seems like configure didn't finish successfully so no makefiles were created. Can you post the last 10 - 20 lines from the configure process.

here are those lines
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for X... libraries /usr/lib, headers .
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for perl... /usr/bin/perl
checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

well i hope this helps you help me

raskin 07-16-2006 04:19 PM

You'll have a chance when you have Qt installed.

checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!

- didn't you think this is a complaint?

thebiggiantmouse 07-16-2006 05:17 PM

Quote:

Originally Posted by raskin
You'll have a chance when you have Qt installed.

checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!

- didn't you think this is a complaint?

yes i figured that when i posted it. but i am installing it now and i probably will be for the next week(yes that much command lines generated by Qt)

reddazz 07-16-2006 05:20 PM

Quote:

Originally Posted by thebiggiantmouse
yes i figured that when i posted it. but i am installing it now and i probably will be for the next week(yes that much command lines generated by Qt)

Why would it take a week to install qt? most distros have binaries for qt, so just install the ones for your distro.


All times are GMT -5. The time now is 08:17 PM.