Re: [guppi-list] Compile Errors for Goose



On Fri, 28 May 1999, msh wrote:

> /usr/include/linux/errno.h:4: asm/errno.h: No such file or directory

rpm -qif /usr/include/asm/errno.h

shows that this header is part of kernel-headers package
which is probably not installed on your system, check it:

rpm -qi kernel-headers

Get kernel-headers RPM package  which is in RedHat/RPMS
on RedHat 6.0 CD-ROM (or FTP) and install it.

If you have kernel-header package and still got this error, try:

ls -al /usr/include/asm/errno.h

If the file is there add -I/usr/include option although this
should be the very default.

Best Regards,

Jacek






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]