This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


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

Re: libstdc++-2.90.6 fails to build


Mike Howard <mike@clove.com> writes:

[...]

| So there is a compatibility probem with the compiler/libs I'm using.  Any 
| thoughts?

Please try this patch.  Let me know what is going on.

-- Gaby

Index: mknumeric_limits
===================================================================
RCS file: /cvs/libstdc++/libstdc++/mknumeric_limits,v
retrieving revision 1.12
diff -c -r1.12 mknumeric_limits
*** mknumeric_limits    1999/06/29 15:41:32     1.12
--- mknumeric_limits    1999/08/17 22:22:59
***************
*** 36,41 ****
--- 36,45 ----
  OUT_H="$BUILD_DIR/bits/std_limits.h"
  OUT_C="$BUILD_DIR/src/limitsMEMBERS.cc"
  
+ if [ -x $OUT_C ]; then
+     rm -f $OUT_H $OUT_C
+ fi
+ 
  cat <<EOF > $OUT_H
  // The template and inlines for the -*- C++ -*- numeric_limits classes.
  

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