I'm sure I'm doing this wrong.
I tried following these directions in the read me:
When running ./configure I get the following:
And for "make install" I get:
Can anyone help this newb out, or better yet, is there a way to install through one of the packet managers?
I'm guessing I have to install everything that has "no" next to it but I'm already frustrated and didn't want to waste more time.
I tried following these directions in the read me:
Code:
./configure make make install
Code:
checking build system type... i686-pc-linux-gnuoldld checking host system type... i686-pc-linux-gnuoldld checking target system type... i686-pc-linux-gnuoldld 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... no checking for mawk... mawk 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.
Code:
make: *** No rule to make target `install'. Stop.
I'm guessing I have to install everything that has "no" next to it but I'm already frustrated and didn't want to waste more time.
Comment