LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ./configure > make > make install (https://www.linuxquestions.org/questions/linux-newbie-8/configure-make-make-install-345943/)

tataros3 07-23-2005 05:31 AM

./configure > make > make install
 
./configure > make > make install ( post #1)

hello

i need some help here.

I have programms to install. So, i enter the zipped file and copy the inside folder to my /home. then i change to /home/<my_program> and run the ./configure command. it takes its time showing some messages. at the end of the procedure it writes something about the kde prefix (could not find kde headers, change the prefix). And if i try to run make command, it tells that no makefile was found (in the folder exist some makefile-like files (Makefile.am or .am.in or .in)

can anyone help me?

PS : i have suse 93


thanks in advance

kevinatkins 07-23-2005 06:33 AM

You probably need to install the KDE development libraries, which should be on whatever installation media your distro came with.

koyi 07-23-2005 10:53 AM

Ya, should work after you install the development package. I have never used SuSE so I cannot tell you which file to install, though. Perhaps a SuSE user can answer it better.

But what package are you trying to install? If it is already available for SuSE, you may not need to compile it from source :) (Compile from source when you want to learn or tweak :D )

Just a suggestion.


All times are GMT -5. The time now is 01:58 PM.