Systeminfo.h is a headerfile and headerfiles are usually distributed with
library packages. I'd make sure you have all the required libraries
installed that the Oleo program requires. Often times, headerfiles are also
distributed in development packages as well...for expample glibc-devel, etc.

Beyond those generalities, I can't help you much...don't know what lib
package systeminfo.h is in.  :-(

You might also try locating the headerfile in other directories. Try:

locate systeminfo.h

or

find / -name systeminfo.h

If those come up empty, then you really don't have the file, and you'll need
to track down what library has that file...maybe check the website for Oleo
or look in the README file in oleo-1.6.tar.gz.

Regards,

Chris

-----Original Message-----


>
>I'm trying to install the gnu oleo spreadsheet, but the make process abends
>with the following error message:
>
> xrdb.c:44: sys/systeminfo.h: No such file or directory
> make: *** [xrdb.o] Error 1
>
>and the file xrdb.c has the following lines in it:
>
>    37  #if HAVE_SYSINFO
>    38  #include <sys/systeminfo.h>
>    39  #endif
>
>I can't find any file named `systeminfo.h', nor in the oleo-1.6.tar.gz
>contents, nor in my `lib' or `include' directories.  I use Slackware 96
>with Linux 2.0.0.

Reply via email to