Click to See Complete Forum and Search --> : Problem Compiling Driver


HypoLuxa
07-17-2001, 10:17 PM
I downloaded a driver from gimp-print.sourceforge.org. When I try to compile it, I get the following error:

[root@localhost /root]# cd /home/christi/gimp-print-4.1.99-a1/
[root@localhost gimp-print-4.1.99-a1]# ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... no
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking host system type... i686-pc-linux-gnuoldld
checking build system type... i686-pc-linux-gnuoldld
checking for ranlib... :
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
[root@localhost gimp-print-4.1.99-a1]#

WTF does this mean? Thanks guys! - and Gals

lazyboy
07-17-2001, 10:43 PM
What distribution of linux are you using?
Do you have autoconf installed? Do you have kernel sources?

HypoLuxa
07-17-2001, 11:08 PM
I'm using mandrake 8. I don't have autoconf installed. I don't even know what that is. What are kernel sources?

n0thing
07-18-2001, 04:29 AM
Sounds like you didn't install gcc. You really aren't going to compile anything without a compiler. Autoconf, automake and gcc should be on the Mandrake CD or download it from one of their FTP sites.

The kernel source is the source code used to compile a linux kernel.

HypoLuxa
07-18-2001, 09:13 AM
Great...thanks guys. I got it figured out thanks to your suggestions. The driver doesn't work worth crap, but it's installed. :rolleyes: