This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: bootstrap/4710: Cannot Build 3.0.2 on Linux 2.4.5 using 2.95.2


Synopsis: Cannot Build 3.0.2 on Linux 2.4.5 using 2.95.2

State-Changed-From-To: open->feedback
State-Changed-By: rodrigc
State-Changed-When: Fri Nov  9 19:50:38 2001
State-Changed-Why:
    What Linux distribution are you using, and what version
    of glibc?
    Something might be messed up on your system, because
    on my Linux system, if I include <sys/resource.h>,
    that file includes <bits/resource.h> which defines
    RUSAGE_CHILDREN as:
    enum __rusage_who
    {
      /* The calling process.  */
      RUSAGE_SELF = 0,
    #define RUSAGE_SELF RUSAGE_SELF
     
      /* All of its terminated child processes.  */
      RUSAGE_CHILDREN = -1,
    #define RUSAGE_CHILDREN RUSAGE_CHILDREN

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4710&database=gcc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]