gcc-20010409 compilation fails on Tru64 Unix

Per Wigren wigren@home.se
Wed Apr 11 13:41:00 GMT 2001


configure.in rejected 1 of 2 hunks:

configure.in.rej:
***************
*** 434,445 ****
  
  AC_HEADER_STDC
  AC_HEADER_TIME
  gcc_AC_HEADER_STRING
  AC_HEADER_SYS_WAIT
  AC_CHECK_HEADERS(limits.h stddef.h string.h strings.h stdlib.h time.h \
                  fcntl.h unistd.h stab.h sys/file.h sys/time.h \
                  sys/resource.h sys/param.h sys/times.h sys/stat.h \
-                 direct.h malloc.h langinfo.h iconv.h stdbool.h)
  
  # Check for thread headers.
  AC_CHECK_HEADER(thread.h, [have_thread_h=yes], [have_thread_h=])
--- 437,449 ----
  
  AC_HEADER_STDC
  AC_HEADER_TIME
+ gcc_AC_HEADER_STDBOOL
  gcc_AC_HEADER_STRING
  AC_HEADER_SYS_WAIT
  AC_CHECK_HEADERS(limits.h stddef.h string.h strings.h stdlib.h time.h \
                  fcntl.h unistd.h stab.h sys/file.h sys/time.h \
                  sys/resource.h sys/param.h sys/times.h sys/stat.h \
+                 direct.h malloc.h langinfo.h iconv.h)
  
  # Check for thread headers.
  AC_CHECK_HEADER(thread.h, [have_thread_h=yes], [have_thread_h=])



// Per Wigren

onsdag 11 april 2001 22:22 skrev Rainer Orth:
> Per,
>
> > I still get the same errors... :( All patches applied fine. The old one
> > (from february) applied ok but 13 lines off.
> >
> > I'm using the 20010409-snapshot from ftp.gnu.org/pub/egcs/snapshots/ .
>
> as some of those patches change configure.in or aclocal.m4, you need to
> regenerate several derived files with an appropriate version of autoconf
> etc. before running configure.
>
> Btw., I've posted an updated (though functionally identical) patch for
> _Bool/bool problems now.  See
>
> 	http://gcc.gnu.org/ml/gcc-patches/2001-04/msg00607.html
>
> Hope this helps.
>
> 	Rainer
>
> ---------------------------------------------------------------------------
>-- Rainer Orth, Faculty of Technology, Bielefeld University
>
> Email: ro@TechFak.Uni-Bielefeld.DE



More information about the Gcc-bugs mailing list