Quote:
Originally Posted by Tux-Slack
did you run ./configure and make before make install?
|
yes i have done this by the following command
./configure --prefix=/usr --sysconfdir=/etc &&
make
done successfully
make install &&
install -v -m755 -d /usr/share/doc/gtk+-2.8.20/{faq,tutorial} &&
cp -v -R docs/faq/html/* /usr/share/doc/gtk+-2.8.20/faq &&
cp -v -R docs/tutorial/html/* /usr/share/doc/gtk+-2.8.20/tutorial
Error:No rule to make target install,"stop"
Please guide me in this case
thank you
shahid1