osdir.com
mailing list archive

Subject: Typo in libtool manual - msg#00029

List: sysutils.automake.bugs

Date: Prev Next Index Thread: Prev Next Index
"-NO-UNDEFINED" should be "-no-undefined" in the section "Inter-library dependencies".





Was this page helpful?
Yes No
Thread at a glance:

Previous Message by Date: click to view message preview

Re: Bug in automake manual

Hello Bob, Thanks for the report. * Bob Wilkinson wrote on Mon, Jan 22, 2007 at 07:12:03PM CET: > > I have been reading > http://www.gnu.org/software/automake/manual/html_mono/automake.html You should instead be reading <http://sources.redhat.com/automake/automake.html> which is the manual documenting the current Automake version. > > http://www.gnu.org/software/automake/manual/html_mono/standards.html#Makefile%20Conventions > > However, this link does not exist (looking at the source it > seems to be a local link). I think in the sources.redhat.com version the links are corrected. Hope that helps. We've never gotten around to getting the gnu.org manual copy updated. Cheers, Ralf

Next Message by Date: click to view message preview

Re: Typo in libtool manual

Hello Reuben, * Reuben Thomas wrote on Tue, Jan 23, 2007 at 09:33:58PM CET: > "-NO-UNDEFINED" should be "-no-undefined" in the section "Inter-library > dependencies". Thanks. Please report Libtool issues to bug-libtool next time you encounter them. I've applied the patches below. Cheers, Ralf HEAD: 2007-01-24 Reuben Thomas <rrt@xxxxxxxx> (tiny change) * doc/libtool.texi (Inter-library dependencies): Fix typo. Index: doc/libtool.texi =================================================================== RCS file: /cvsroot/libtool/libtool/doc/libtool.texi,v retrieving revision 1.217 diff -u -r1.217 libtool.texi --- doc/libtool.texi 21 Jan 2007 14:34:01 -0000 1.217 +++ doc/libtool.texi 23 Jan 2007 23:47:13 -0000 @@ -2984,7 +2984,7 @@ flexibility. In order to build a shared library, it must be entirely self-contained (that is, have references only to symbols that are found in the @samp{.lo} files or the specified @samp{-l} libraries), and you -need to specify the @var{-no-undefined} flag. By default, libtool +need to specify the @option{-no-undefined} flag. By default, libtool builds only static libraries on these kinds of platforms. The simple-minded inter-library dependency tracking code of libtool branch-1-5: 2007-01-24 Reuben Thomas <rrt@xxxxxxxx> (tiny change) * doc/libtool.texi (Inter-library dependencies): Fix typo. Index: doc/libtool.texi =================================================================== RCS file: /cvsroot/libtool/libtool/doc/libtool.texi,v retrieving revision 1.134.2.17 diff -u -r1.134.2.17 libtool.texi --- doc/libtool.texi 21 Jan 2007 14:34:43 -0000 1.134.2.17 +++ doc/libtool.texi 23 Jan 2007 23:47:56 -0000 @@ -2473,7 +2473,7 @@ flexibility. In order to build a shared library, it must be entirely self-contained (that is, have references only to symbols that are found in the @samp{.lo} files or the specified @samp{-l} libraries), and you -need to specify the @var{-no-undefined} flag. By default, libtool +need to specify the @samp{-no-undefined} flag. By default, libtool builds only static libraries on these kinds of platforms. The simple-minded inter-library dependency tracking code of libtool

Previous Message by Thread: click to view message preview

Bug in automake manual

Hello, I have been reading http://www.gnu.org/software/automake/manual/html_mono/automake.html and saw links through to "GNU Makefile Standards Document (see Makefile Conventions)", where "Makefile Conventions" is a link to http://www.gnu.org/software/automake/manual/html_mono/standards.html#Makefile%20Conventions However, this link does not exist (looking at the source it seems to be a local link). It should correctly link to http://www.gnu.org/software/make/manual/make.html#toc_Makefile-Conventions or at least somewhere in the Make manual. As an aside, while composing this email I find that some of the links for the autmake documentation link to www.gnu.org and some to www.redhat.com? I guess that having them all hosted on one site would aid maintainability. Bob -- Money can't buy happiness, but it can make you awfully comfortable while you're being miserable. -- C. B. Luce signature.asc Description: Digital signature

Next Message by Thread: click to view message preview

Re: Typo in libtool manual

Hello Reuben, * Reuben Thomas wrote on Tue, Jan 23, 2007 at 09:33:58PM CET: > "-NO-UNDEFINED" should be "-no-undefined" in the section "Inter-library > dependencies". Thanks. Please report Libtool issues to bug-libtool next time you encounter them. I've applied the patches below. Cheers, Ralf HEAD: 2007-01-24 Reuben Thomas <rrt@xxxxxxxx> (tiny change) * doc/libtool.texi (Inter-library dependencies): Fix typo. Index: doc/libtool.texi =================================================================== RCS file: /cvsroot/libtool/libtool/doc/libtool.texi,v retrieving revision 1.217 diff -u -r1.217 libtool.texi --- doc/libtool.texi 21 Jan 2007 14:34:01 -0000 1.217 +++ doc/libtool.texi 23 Jan 2007 23:47:13 -0000 @@ -2984,7 +2984,7 @@ flexibility. In order to build a shared library, it must be entirely self-contained (that is, have references only to symbols that are found in the @samp{.lo} files or the specified @samp{-l} libraries), and you -need to specify the @var{-no-undefined} flag. By default, libtool +need to specify the @option{-no-undefined} flag. By default, libtool builds only static libraries on these kinds of platforms. The simple-minded inter-library dependency tracking code of libtool branch-1-5: 2007-01-24 Reuben Thomas <rrt@xxxxxxxx> (tiny change) * doc/libtool.texi (Inter-library dependencies): Fix typo. Index: doc/libtool.texi =================================================================== RCS file: /cvsroot/libtool/libtool/doc/libtool.texi,v retrieving revision 1.134.2.17 diff -u -r1.134.2.17 libtool.texi --- doc/libtool.texi 21 Jan 2007 14:34:43 -0000 1.134.2.17 +++ doc/libtool.texi 23 Jan 2007 23:47:56 -0000 @@ -2473,7 +2473,7 @@ flexibility. In order to build a shared library, it must be entirely self-contained (that is, have references only to symbols that are found in the @samp{.lo} files or the specified @samp{-l} libraries), and you -need to specify the @var{-no-undefined} flag. By default, libtool +need to specify the @samp{-no-undefined} flag. By default, libtool builds only static libraries on these kinds of platforms. The simple-minded inter-library dependency tracking code of libtool
Sign up for updates to this mailing list. email:
Loading Comments...
Home | News | Patents | Sitemap | FAQ | advertise

Advertising by