hi,when i try to install a tar.gz program,after "./configure" command it gives this error:
"checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!"
what do i have to do?
Install the xorg-x11-devel package. You may also need to install a bunch of other -devel packages, depending on whatever it is that you are trying to build. You'll need to read the documentation for the package you're trying to build and see what it requires.
Paul.