There are a bunch of underfull and overfull boxes in the libtool
documentation for version 1.5.6.  The underfull boxes are mildly
unaesthetic; the overfull boxes make those portions of the documentation
unreadable when printed.  A patch for libtool.texi which gets rid of
them is attached.
-- 
Jonathan Ryshpan <[EMAIL PROTECTED]>
Berkeley Linux Team
*** libtool.texi-bk	Thu Jan 22 22:05:27 2004
--- libtool.texi	Wed Apr 20 23:42:00 2005
***************
*** 702,708 ****
  Thing (TM) for you:
  
  @example
! burger$ @kbd{libtool --mode=link gcc -g -O -o test test.o /usr/local/lib/libhello.la}
  gcc -g -O -o @value{objdir}/test test.o -Wl,--rpath
  -Wl,/usr/local/lib /usr/local/lib/libhello.a -lm
  creating test
--- 702,709 ----
  Thing (TM) for you:
  
  @example
! burger$ @kbd{libtool --mode=link gcc -g -O -o test \
!                 test.o /usr/local/lib/libhello.la}
  gcc -g -O -o @value{objdir}/test test.o -Wl,--rpath
  -Wl,/usr/local/lib /usr/local/lib/libhello.a -lm
  creating test
***************
*** 884,890 ****
  Here is the shared library example:
  
  @example
! burger# @kbd{libtool --mode=install install -c libhello.la /usr/local/lib/libhello.la}
  install -c @value{objdir}/libhello.so.0.0 /usr/local/lib/libhello.so.0.0
  install -c libhello.la /usr/local/lib/libhello.la
  install -c @value{objdir}/libhello.a /usr/local/lib/libhello.a
--- 885,892 ----
  Here is the shared library example:
  
  @example
! burger# @kbd{libtool --mode=install install -c libhello.la \
!                 /usr/local/lib/libhello.la}
  install -c @value{objdir}/libhello.so.0.0 /usr/local/lib/libhello.so.0.0
  install -c libhello.la /usr/local/lib/libhello.la
  install -c @value{objdir}/libhello.a /usr/local/lib/libhello.a
***************
*** 987,993 ****
  (but you probably don't want to) using libtool:
  
  @example
! burger$ @kbd{libtool --mode=install ./install-sh -c libhello.a /local/lib/libhello.a}
  ./install-sh -c libhello.a /local/lib/libhello.a
  ranlib /local/lib/libhello.a
  burger$
--- 989,996 ----
  (but you probably don't want to) using libtool:
  
  @example
! burger$ @kbd{libtool --mode=install ./install-sh -c libhello.a \
!                 /local/lib/libhello.a}
  ./install-sh -c libhello.a /local/lib/libhello.a
  ranlib /local/lib/libhello.a
  burger$
***************
*** 3348,3354 ****
    dlloader.dlloader_data = (lt_user_data)myloader_function;
  
    /* Add my loader as the default module loader. */
!   if (lt_dlloader_add (lt_dlloader_next (NULL), &dlloader, "myloader") != 0)
      return ERROR;
  
    return OK;
--- 3351,3358 ----
    dlloader.dlloader_data = (lt_user_data)myloader_function;
  
    /* Add my loader as the default module loader. */
!   if (lt_dlloader_add (lt_dlloader_next (NULL), &dlloader, "myloader") \
!                 != 0)
      return ERROR;
  
    return OK;
***************
*** 4177,4185 ****
  server (@url{http://docs.sun.com/}).
  
  @item
! Compaq's Tru64 UNIX online documentation is at
  (@url{http://tru64unix.compaq.com/faqs/publications/pub_page/doc_list.html})
! with C++ documentation at
  (@url{http://tru64unix.compaq.com/cplus/docs/index.htm}).
  
  @item
--- 4181,4189 ----
  server (@url{http://docs.sun.com/}).
  
  @item
! Compaq's Tru64 UNIX online documentation is at @*
  (@url{http://tru64unix.compaq.com/faqs/publications/pub_page/doc_list.html})
! with C++ documentation at @*
  (@url{http://tru64unix.compaq.com/cplus/docs/index.htm}).
  
  @item
_______________________________________________
Bug-libtool mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-libtool

Reply via email to