bug-bison
[Top][All Lists]
Advanced

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

Re: bison-1.875 configure error


From: Paul Eggert
Subject: Re: bison-1.875 configure error
Date: 09 Mar 2003 23:50:09 -0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.3

hotlips Internet admin <address@hidden> writes:

> SunOS hotlips 4.1.4 3 sun4c
> gcc 2.7.2.3

> configure: WARNING: sys/resource.h: present but cannot be compiled
> configure: WARNING: sys/resource.h: check for missing prerequisite headers?

What headers are a prerequisite for sys/resource.h on SunOS 4.1.4?
In other words, if I have this in a source file:

#include <sys/resource.h>

I'll get some compile-time errors, right?
Suppose I have this instead: does it prevent the errors?

#include <sys/time.h>
#include <sys/resource.h>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]