| For swemic, yes I did check the readme and install files, they didn't have much light on the subject. About the time situation, I have spent significantly less time on the source package issue than the prebuilt packages. On the other side of things, source packages are more up to date, take less time to hunt down, can be used on diverent distros, and have the wnole program in them, so much of the time prebuilt binaries are missing information.
Anyway back to dylunio
Okay, lets start at the beginning of things. Most of the instructions that I have found say to execute the following commands: (./configure), then (make), and followed by (make install)
when I use ./configure, it processes for a moment then comes up with the error message "checking for X . . . configure error: Can't find X includes. Please check your installation and add correct paths."
I don't know what to do with this error message other than to bring it here.
I then tried to skip this portion by using just plain make:
Error message: "make: *** No targets specified and no Makefile found. Stop." the following files are present in most of the sources that I have found: Makefile.am, Makefile.am.in, Makefile.cvs, and Makefile.in
I then tried to go to the last instruciton
Error Message: "make: *** No rule to make target 'install' Stop
As I have used Linux for only a few months, and that I am just a teenager, and have no programming experience beyond a little bit of HTML |