libstdc++-2.90.6 fails to build
Gabriel Dos Reis
dosreis@cmla.ens-cachan.fr
Tue Aug 17 15:23:00 GMT 1999
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.
More information about the Libstdc++
mailing list