libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI backport notes.texi from HEAD


From: Peter O'Gorman
Subject: Re: FYI backport notes.texi from HEAD
Date: Mon, 28 Jan 2008 21:55:21 -0600
User-agent: Thunderbird 2.0.0.9 (X11/20071115)

Tim Rice wrote:
> On Thu, 24 Jan 2008, Ralf Wildenhues wrote:
> 
>>> It will also be in the libtool manual on www.gnu.org (which the README
>>> is not), so I am not really worried about that.
>> At least with Libtool HEAD, there is a notes.txt generated from
>> notes.texi.
> 
> Excelent!
> 
> Difficult to do in branch-1-5?
> 

Done.

Peter
-- 
Peter O'Gorman
http://pogma.com
 2008-01-29  Peter O'Gorman  <address@hidden>
 
        * doc/Makefile.am, doc/notes.texi, doc/libtool.texi: Move the
        platform specific notes to notes.texi and generate notes.txt.
        Reported by Tim Rice

Index: doc/Makefile.am
===================================================================
RCS file: /sources/libtool/libtool/doc/Attic/Makefile.am,v
retrieving revision 1.3
diff -u -r1.3 Makefile.am
--- doc/Makefile.am     8 Apr 2001 00:29:06 -0000       1.3
+++ doc/Makefile.am     29 Jan 2008 03:50:32 -0000
@@ -2,4 +2,12 @@
 
 AUTOMAKE_OPTIONS = gnits
 info_TEXINFOS = libtool.texi
-libtool_TEXINFOS = PLATFORMS fdl.texi
+libtool_TEXINFOS = PLATFORMS fdl.texi notes.texi
+EXTRA_DIST = notes.txt
+
+all-local: $(srcdir)/notes.txt
+
+$(srcdir)/notes.txt: notes.texi
+               cd $(srcdir) && \
+               $(MAKEINFO) --no-headers $(MAKEINFOFLAGS) -o notes.txt 
notes.texi
+
Index: doc/libtool.texi
===================================================================
RCS file: /sources/libtool/libtool/doc/libtool.texi,v
retrieving revision 1.134.2.26
diff -u -r1.134.2.26 libtool.texi
--- doc/libtool.texi    24 Jan 2008 16:12:19 -0000      1.134.2.26
+++ doc/libtool.texi    29 Jan 2008 03:50:34 -0000
@@ -1850,90 +1850,8 @@
 some have to be taken into account when configuring either the Libtool package
 or a libtoolized package.
 
address@hidden
address@hidden notes.texi
 
address@hidden
-Note that Sun C++ compiler versions before 5.6 may need some special
-setup to link properly against shared versions of the C++ standard libraries.
-See @url{http://lists.gnu.org/archive/html/libtool/2005-08/msg00088.html} for
-more information.
-
address@hidden
-On AIX there are two different styles of shared linking, one in which symbols
-are bound at link-time and one in which symbols are bound at runtime only,
-similar to address@hidden  In case of doubt use @code{LDFLAGS=-Wl,-brtl} for 
the latter style.
-
address@hidden
-On AIX, native tools are to be preferred over binutils; especially for C++ 
code,
-if using the AIX Toolbox GCC 4.0 and binutils, configure with
address@hidden/usr/bin/ar LD=/usr/bin/ld NM='/usr/bin/nm -B'}.
-
address@hidden
-On AIX, the @command{/bin/sh} is very slow due to its inefficient handling
-of here-documents.  A modern shell is preferable:
address@hidden
-CONFIG_SHELL=/bin/bash; export $CONFIG_SHELL
-$CONFIG_SHELL ./configure [...]
address@hidden example
-
address@hidden @item
address@hidden FreeBSD @command{make} does not conform to @sc{posix} in its 
handling
address@hidden of file modification times, which causes it to loop while 
building libtool.
address@hidden Consider using a different @command{such} as GNU make instead.
-
address@hidden
-Note in some cases you might need to put ABI-changing compiler flags
-into the compiler name.  For example, use of
address@hidden
-  configure CC='gcc -m32'
address@hidden example
-rather than
address@hidden
-  configure CC=gcc CFLAGS=-m32 LDFLAGS=-m32
address@hidden example
-might help with this Libtool release.
-
address@hidden
-The default shell on UNICOS 9, a ksh 88e variant, is too buggy to
-correctly execute the libtool script.  Users are advised to install a
-modern shell such as GNU bash.
-
address@hidden
-Some HP-UX @command{sed} programs are horribly broken, and cannot handle
-libtool's requirements, so users may report unusual problems.  There
-is no workaround except to install a working @command{sed} (such as GNU sed)
-on these systems.
-
address@hidden
-The vendor-distributed NCR MP-RAS @command{cc} programs emits copyright
-on standard error that confuse tests on size of @file{conftest.err}.  The
-workaround is to specify @env{CC} when run configure with
address@hidden'cc -Hnocopyr'}.
-
address@hidden
-Any earlier DG/UX system with ELF executables, such as R3.10 or
-R4.10, is also likely to work, but hasn't been explicitly tested.
-
address@hidden
-On Reliant Unix libtool has only been tested with the Siemens C-compiler
-and an old version of @command{gcc} provided by Marco Walther.
-
address@hidden
address@hidden, @file{ltdl.m4} and the @file{configure.ac} files are marked
-to use autoconf-mode, which is distributed with GNU Emacs 21, Autoconf itself,
-and all recent releases of XEmacs.
-
address@hidden
-When building on some linux systems for multilib targets
address@hidden sometimes guesses the wrong paths that the linker
-and dynamic linker search by default. If this occurs, you may override
-libtool's guesses at @command{configure} time by setting the
address@hidden cache variables
address@hidden and
address@hidden respectively to the correct search
-paths.
-
address@hidden itemize
 @node Distributing
 @section Including libtool in your package
 
Index: doc/notes.texi
===================================================================
RCS file: doc/notes.texi
diff -N doc/notes.texi
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ doc/notes.texi      29 Jan 2008 03:50:34 -0000
@@ -0,0 +1,84 @@
address@hidden
+
address@hidden
+Note that Sun C++ compiler versions before 5.6 may need some special
+setup to link properly against shared versions of the C++ standard libraries.
+See @url{http://lists.gnu.org/archive/html/libtool/2005-08/msg00088.html} for
+more information.
+
address@hidden
+On AIX there are two different styles of shared linking, one in which symbols
+are bound at link-time and one in which symbols are bound at runtime only,
+similar to address@hidden  In case of doubt use @code{LDFLAGS=-Wl,-brtl} for 
the latter style.
+
address@hidden
+On AIX, native tools are to be preferred over binutils; especially for C++ 
code,
+if using the AIX Toolbox GCC 4.0 and binutils, configure with
address@hidden/usr/bin/ar LD=/usr/bin/ld NM='/usr/bin/nm -B'}.
+
address@hidden
+On AIX, the @command{/bin/sh} is very slow due to its inefficient handling
+of here-documents.  A modern shell is preferable:
address@hidden
+CONFIG_SHELL=/bin/bash; export $CONFIG_SHELL
+$CONFIG_SHELL ./configure [...]
address@hidden example
+
address@hidden @item
address@hidden FreeBSD @command{make} does not conform to @sc{posix} in its 
handling
address@hidden of file modification times, which causes it to loop while 
building libtool.
address@hidden Consider using a different @command{such} as GNU make instead.
+
address@hidden
+Note in some cases you might need to put ABI-changing compiler flags
+into the compiler name.  For example, use of
address@hidden
+  configure CC='gcc -m32'
address@hidden example
+rather than
address@hidden
+  configure CC=gcc CFLAGS=-m32 LDFLAGS=-m32
address@hidden example
+might help with this Libtool release.
+
address@hidden
+The default shell on UNICOS 9, a ksh 88e variant, is too buggy to
+correctly execute the libtool script.  Users are advised to install a
+modern shell such as GNU bash.
+
address@hidden
+Some HP-UX @command{sed} programs are horribly broken, and cannot handle
+libtool's requirements, so users may report unusual problems.  There
+is no workaround except to install a working @command{sed} (such as GNU sed)
+on these systems.
+
address@hidden
+The vendor-distributed NCR MP-RAS @command{cc} programs emits copyright
+on standard error that confuse tests on size of @file{conftest.err}.  The
+workaround is to specify @env{CC} when run configure with
address@hidden'cc -Hnocopyr'}.
+
address@hidden
+Any earlier DG/UX system with ELF executables, such as R3.10 or
+R4.10, is also likely to work, but hasn't been explicitly tested.
+
address@hidden
+On Reliant Unix libtool has only been tested with the Siemens C-compiler
+and an old version of @command{gcc} provided by Marco Walther.
+
address@hidden
address@hidden, @file{ltdl.m4} and the @file{configure.ac} files are marked
+to use autoconf-mode, which is distributed with GNU Emacs 21, Autoconf itself,
+and all recent releases of XEmacs.
+
address@hidden
+When building on some linux systems for multilib targets
address@hidden sometimes guesses the wrong paths that the linker
+and dynamic linker search by default. If this occurs, you may override
+libtool's guesses at @command{configure} time by setting the
address@hidden cache variables
address@hidden and
address@hidden respectively to the correct search
+paths.
+
address@hidden itemize

reply via email to

[Prev in Thread] Current Thread [Next in Thread]