Hi here,
I am a new corn to Linux. I just installed fedora core 4. Since I have a color LaserJet printer, I want to install the driver for it. So I download 'hplip-0.9.6' from hp.com. However, when I am doing the procedure as described in
http://hpinkjet.sourceforge.net/install.php#HPLIP .
At step 2: Download and install the HP printing software
When I type 'make', it comes with the following error message
*********
/bin/sh ./libtool --mode=link --tag=CXX g++ -g -O2 -o hpiod hpiod.o channel.o device.o mlc.o system.o jddevice.o jetdirect.o udevice.o uppdevice.o ppdevice.o pp.o -lnetsnmp -lcrypto -lpthread
g++ -g -O2 -o hpiod hpiod.o channel.o device.o mlc.o system.o jddevice.o jetdirect.o udevice.o uppdevice.o ppdevice.o pp.o /usr/lib64/libnetsnmp.so -lcrypto -lpthread
make[1]: *** No rule to make target `COPYING', needed by `all-am'. Stop.
make[1]: Leaving directory `/home/***/Software2005Nov/hplip-0.9.6'
make: *** [all-recursive] Error 1
*********
Could anyone give a hint on what is wrong? Thanks a lot in advance!