[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r9745 - in /libdfp/trunk: README TODO autom4te.cache/output.0 autom4te.cache/traces.0 configure configure.ac
- To: commits@xxxxxxxxxx
- Subject: [commits] r9745 - in /libdfp/trunk: README TODO autom4te.cache/output.0 autom4te.cache/traces.0 configure configure.ac
- From: ryanarn@xxxxxxxxxx
- Date: Wed, 27 Jan 2010 20:33:52 -0000
Author: ryanarn
Date: Wed Jan 27 12:33:50 2010
New Revision: 9745
Log:
2010-01-27 Ryan S. Arnold <rsa@xxxxxxxxxx>
* configure: Regenerated.
* configure.ac: Added additional help text when warning about the
glibc headers lacking the printf-hooks support.
* README: Clarified version number.
* TODO: Updated.
Modified:
libdfp/trunk/README
libdfp/trunk/TODO
libdfp/trunk/autom4te.cache/output.0
libdfp/trunk/autom4te.cache/traces.0
libdfp/trunk/configure
libdfp/trunk/configure.ac
Modified: libdfp/trunk/README
==============================================================================
--- libdfp/trunk/README (original)
+++ libdfp/trunk/README Wed Jan 27 12:33:50 2010
@@ -4,15 +4,16 @@
The "Decimal Floating Point C Library" Developer's Guide
for the GNU/Linux OS and GLIBC 2.10
Contributed by IBM Corporation
- Copyright (C) 2009 Free Software Foundation
+ Copyright (C) 2009, 2010 Free Software Foundation
===========================================================================
NOTE:Eight space tabs are the optimum editor setting for reading this file.
===========================================================================
- Author(s) : Ryan S. Arnold <rsa@xxxxxxxxxx>
+ Author(s) : Ryan S. Arnold <rsa@xxxxxxxxxx>
+ Andreas Krebbel <Andreas.Krebbel@xxxxxxxxxx>
Date Created: July 14, 2009
- Last Changed: August 13, 2009
+ Last Changed: January 21, 2010
---------------------------------------------------------------------------
Table of Contents:
@@ -173,8 +174,9 @@
---------------------------------------------------------------------------
4.2 GLIBC Minimum Version
-Libdfp version 1.0.0.0 relies upon a minimum GLIBC 2.10 for printf-hooks
-support.
+Libdfp version 1.0.0 relies upon a minimum GLIBC 2.10 for printf-hooks
+support. The libdfp configure stage will check the libc that it is linked
+against for the printf-hook support and will warn if it is not found.
---------------------------------------------------------------------------
4.3 GLIBC Headers
@@ -206,8 +208,8 @@
The libdecnumber library requires the --enable-decimal-float flag when
being configured.
-This pushes this requirement upon the top level Libdfp 'configure'. Sadly this
-is necessary because Autoconf doesn't allow passing flags to
+This pushes this requirement upon the top level Libdfp 'configure'. Sadly
+this is necessary because Autoconf doesn't allow passing flags to
AC_CONFIG_SUBDIRS. It only passes the --with and --enable flags of the
parent configure fragment to the child, therefore the parent needs to have
all the flags used by the child.
@@ -266,7 +268,7 @@
5. Configuration
Standalone libdfp requires that your build directory be separate from
-the source directory. Invoke the source directorie's 'configure' script
+the source directory. Invoke the source directory's 'configure' script
from within the build directory, e.g.
/home/$USER/stage_libdfp/build/$ ../libdfp/configure
@@ -320,7 +322,8 @@
WARNING: Make sure you link to a GLIBC build that supports the same
configure options as how you're configuring libdfp, e.g. if you're
configuring for 'power6' 64-bit, make sure that the GLIBC build you
- link against is a 64-bit, power6 tuned build.
+ link against is a 64-bit. It doesn't have to be tuned for power6
+ but it should be able to execute properly.
--with-cpu={power5|power6|<etc>}
Modified: libdfp/trunk/TODO
==============================================================================
--- libdfp/trunk/TODO (original)
+++ libdfp/trunk/TODO Wed Jan 27 12:33:50 2010
@@ -35,3 +35,9 @@
Prototype versioned symbols support.
Implement libbid backend.
+
+Write User's guide
+
+Write Man Page
+
+Write User's guide in docbook format, .i.e. info file.
Modified: libdfp/trunk/autom4te.cache/output.0
==============================================================================
--- libdfp/trunk/autom4te.cache/output.0 (original)
+++ libdfp/trunk/autom4te.cache/output.0 Wed Jan 27 12:33:50 2010
@@ -2509,12 +2509,16 @@
provides the register_printf_type() function which is
available in GLIBC Version 2.10 or later. The default
headers that this build is using don't provide this
- functionality." >&5
+ functionality. Use --with-glibc-header=<path>/include to
+ direct configure to a set of GLIBC Version 2.10 or later
+ headers. " >&5
echo "$as_me: error: Building Libdfp requires a GLIBC printf.h header that
provides the register_printf_type() function which is
available in GLIBC Version 2.10 or later. The default
headers that this build is using don't provide this
- functionality." >&2;}
+ functionality. Use --with-glibc-header=<path>/include to
+ direct configure to a set of GLIBC Version 2.10 or later
+ headers. " >&2;}
{ (exit 1); exit 1; }; }
fi
exit 1;
Modified: libdfp/trunk/autom4te.cache/traces.0
==============================================================================
--- libdfp/trunk/autom4te.cache/traces.0 (original)
+++ libdfp/trunk/autom4te.cache/traces.0 Wed Jan 27 12:33:50 2010
@@ -94,32 +94,32 @@
m4trace:configure.ac:312: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete.
You should run autoupdate.], [/home/ryanarn/autoconf-2.59/tests/../lib/autoconf/general.m4:2179: AC_TRY_COMPILE is expanded from...
configure.ac:312: the top level])
-m4trace:configure.ac:350: -1- AC_SUBST([glibc_build])
-m4trace:configure.ac:370: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
+m4trace:configure.ac:352: -1- AC_SUBST([glibc_build])
+m4trace:configure.ac:372: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete.
You should run autoupdate.], [/home/ryanarn/autoconf-2.59/tests/../lib/autoconf/general.m4:2222: AC_TRY_LINK is expanded from...
-configure.ac:370: the top level])
-m4trace:configure.ac:415: -1- AC_SUBST([enable_static])
-m4trace:configure.ac:432: -1- AC_SUBST([enable_shared])
-m4trace:configure.ac:526: -1- AC_SUBST([submachine])
-m4trace:configure.ac:527: -1- AC_SUBST([submachine_opt])
-m4trace:configure.ac:593: -1- AC_SUBST([sysdep_dirs])
-m4trace:configure.ac:615: -1- AC_DEFINE_TRACE_LITERAL([ASM_GLOBAL_DIRECTIVE])
-m4trace:configure.ac:615: -1- AH_OUTPUT([ASM_GLOBAL_DIRECTIVE], [/* "Define to the name of the assembler\'s directive for declaring a symbol
+configure.ac:372: the top level])
+m4trace:configure.ac:417: -1- AC_SUBST([enable_static])
+m4trace:configure.ac:434: -1- AC_SUBST([enable_shared])
+m4trace:configure.ac:528: -1- AC_SUBST([submachine])
+m4trace:configure.ac:529: -1- AC_SUBST([submachine_opt])
+m4trace:configure.ac:595: -1- AC_SUBST([sysdep_dirs])
+m4trace:configure.ac:617: -1- AC_DEFINE_TRACE_LITERAL([ASM_GLOBAL_DIRECTIVE])
+m4trace:configure.ac:617: -1- AH_OUTPUT([ASM_GLOBAL_DIRECTIVE], [/* "Define to the name of the assembler\'s directive for declaring a symbol
global (default `.globl\')." */
#undef ASM_GLOBAL_DIRECTIVE])
-m4trace:configure.ac:638: -1- AC_DEFINE_TRACE_LITERAL([ASM_TYPE_DIRECTIVE_PREFIX])
-m4trace:configure.ac:638: -1- AH_OUTPUT([ASM_TYPE_DIRECTIVE_PREFIX], [/* "Define to the prefix before `object\' or `function\' in the assembler\'s
+m4trace:configure.ac:640: -1- AC_DEFINE_TRACE_LITERAL([ASM_TYPE_DIRECTIVE_PREFIX])
+m4trace:configure.ac:640: -1- AH_OUTPUT([ASM_TYPE_DIRECTIVE_PREFIX], [/* "Define to the prefix before `object\' or `function\' in the assembler\'s
`.type\' directive */
#undef ASM_TYPE_DIRECTIVE_PREFIX])
-m4trace:configure.ac:641: -1- AC_PROG_RANLIB
-m4trace:configure.ac:641: -1- AC_SUBST([RANLIB])
-m4trace:configure.ac:641: -1- AC_SUBST([ac_ct_RANLIB])
-m4trace:configure.ac:642: -1- AC_PROG_AWK
-m4trace:configure.ac:642: -1- AC_SUBST([AWK])
-m4trace:configure.ac:660: -1- AC_CONFIG_SUBDIRS([libdecnumber])
-m4trace:configure.ac:660: -1- AC_SUBST([subdirs], ["$subdirs libdecnumber"])
-m4trace:configure.ac:662: -1- AC_CONFIG_SUBDIRS([libbid])
-m4trace:configure.ac:662: -1- AC_SUBST([subdirs], ["$subdirs libbid"])
-m4trace:configure.ac:668: -1- AC_CONFIG_FILES([Makefile])
-m4trace:configure.ac:670: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
-m4trace:configure.ac:670: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
+m4trace:configure.ac:643: -1- AC_PROG_RANLIB
+m4trace:configure.ac:643: -1- AC_SUBST([RANLIB])
+m4trace:configure.ac:643: -1- AC_SUBST([ac_ct_RANLIB])
+m4trace:configure.ac:644: -1- AC_PROG_AWK
+m4trace:configure.ac:644: -1- AC_SUBST([AWK])
+m4trace:configure.ac:662: -1- AC_CONFIG_SUBDIRS([libdecnumber])
+m4trace:configure.ac:662: -1- AC_SUBST([subdirs], ["$subdirs libdecnumber"])
+m4trace:configure.ac:664: -1- AC_CONFIG_SUBDIRS([libbid])
+m4trace:configure.ac:664: -1- AC_SUBST([subdirs], ["$subdirs libbid"])
+m4trace:configure.ac:670: -1- AC_CONFIG_FILES([Makefile])
+m4trace:configure.ac:672: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
+m4trace:configure.ac:672: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
Modified: libdfp/trunk/configure
==============================================================================
--- libdfp/trunk/configure (original)
+++ libdfp/trunk/configure Wed Jan 27 12:33:50 2010
@@ -2509,12 +2509,16 @@
provides the register_printf_type() function which is
available in GLIBC Version 2.10 or later. The default
headers that this build is using don't provide this
- functionality." >&5
+ functionality. Use --with-glibc-header=<path>/include to
+ direct configure to a set of GLIBC Version 2.10 or later
+ headers. " >&5
echo "$as_me: error: Building Libdfp requires a GLIBC printf.h header that
provides the register_printf_type() function which is
available in GLIBC Version 2.10 or later. The default
headers that this build is using don't provide this
- functionality." >&2;}
+ functionality. Use --with-glibc-header=<path>/include to
+ direct configure to a set of GLIBC Version 2.10 or later
+ headers. " >&2;}
{ (exit 1); exit 1; }; }
fi
exit 1;
Modified: libdfp/trunk/configure.ac
==============================================================================
--- libdfp/trunk/configure.ac (original)
+++ libdfp/trunk/configure.ac Wed Jan 27 12:33:50 2010
@@ -331,7 +331,9 @@
provides the register_printf_type() function which is
available in GLIBC Version 2.10 or later. The default
headers that this build is using don't provide this
- functionality.])
+ functionality. Use --with-glibc-header=<path>/include to
+ direct configure to a set of GLIBC Version 2.10 or later
+ headers. ])
fi
exit 1;
fi