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?
Mustafa Orkun wrote:
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.
On Tue, 2004-11-23 at 16:44 +0200, Mustafa Orkun wrote:
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?
Try "yum install xorg-x11-devel"
Phil
Hi All,
when doing cp filepath filepath I get the following errors,
1stly, I get,
cp writing 'mnt/floppy/' Input/output error
2ndly, I get,
the files showing up on the floppy(as if the copy was successful), but, when removing it, and either inserting it into the same PCs floppy or another, the files don't show, although, when re-copying(from the original machine/the original file), I get asked to allow an overwrite.
3rdly, If I try a cp /mnt/floppy/'filename' 'directorypath' I get,
cp: cannot stat `/mnt/floppy/SMBMountError041203': No such file or directory
What gives with this..? Cheers.
Mark Sargent
Mark Sargent wrote:
Hi All,
when doing cp filepath filepath I get the following errors,
1stly, I get,
cp writing 'mnt/floppy/' Input/output error
2ndly, I get,
the files showing up on the floppy(as if the copy was successful), but, when removing it, and either inserting it into the same PCs floppy or another, the files don't show, although, when re-copying(from the original machine/the original file), I get asked to allow an overwrite.
3rdly, If I try a cp /mnt/floppy/'filename' 'directorypath' I get,
cp: cannot stat `/mnt/floppy/SMBMountError041203': No such file or directory
What gives with this..? Cheers.
Mark Sargent
floppy now seems to be mounted in /media/floppy instead of /mnt/floppy.