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

RedHat 6.0



Tony R. Ambardar wrote:
> 

> 
> I have also tried building egcs-1.1.2/binutils-2.9.1/newlib-1.8.1 with the
> latest patches and the previous 2 fixes applied. The compilation fails at
> 2 files -- filbuf.cc and streambuf.h -- with errors about some
> redeclarations.
> 
> If any of this sounds familiar to people, please let me know.
> 
> Thanks.


Did you fix newlib-1.8.1/newlib/libc/sys/rtems/sys/time.h ?




*** newlib-1.8.1/newlib/libc/sys/rtems/sys/time.h       Wed May 19
12:57:20 1999
---
/home/jskulpin/epi/rtems-new/tools/newlib-1.8.1/newlib/libc/sys/rtems/sys/time.h   
Wed May 12 22:50:40 1999
***************
*** 4,16 ****

  #include <sys/types.h>

  #ifdef __cplusplus
  extern "C" {
  #endif

- #ifndef __POSIX_SYS_TIME_h
- #define __POSIX_SYS_TIME_h
-
  /*
   *  Get the CPU dependent types for clock_t and time_t
   *
--- 4,16 ----

  #include <sys/types.h>

+ #ifndef __POSIX_SYS_TIME_h
+ #define __POSIX_SYS_TIME_h
+
  #ifdef __cplusplus
  extern "C" {
  #endif

  /*
   *  Get the CPU dependent types for clock_t and time_t
   *