On Aug 11, 2012, at 13:34 PM, code monkey wrote:
Sorry. Here is a cut and paste of the patch I came up with for it:
diff -Naur origeglibc-2.12/stdlib/bits/stdlib-ldbl.h
neweglibc-2.12/stdlib/bits/stdlib-ldbl.h
--- origeglibc-2.12/stdlib/bits/stdlib-ldbl.h 2007-09-12
09:26:54.000000000 -0700
+++ neweglibc-2.12/stdlib/bits/stdlib-ldbl.h 2010-08-28
13:45:50.000000000 -0700
@@ -31,7 +31,7 @@
__LDBL_REDIR1_DECL (strtold_l, strtod_l)
#endif
-#if defined __USE_SVID || defined __USE_XOPEN_EXTENDED
+#if defined __USE_SVID || (defined __USE_XOPEN_EXTENDED && !defined
__USE_XOPEN2K)
# ifdef __USE_MISC
__LDBL_REDIR1_DECL (qecvt, ecvt)
__LDBL_REDIR1_DECL (qfcvt, fcvt)
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
Thanks codemonkey,
Wow never saw the XOPEN2K in the posts I was reading following up
with the changes in that header. Thanks. I'll give it a whirl. Right
now I'm attempting to boot the temp system.
Sincerely,
William Harrington
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org