DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(libtool14.info.gz) Installing executables

Info Catalog (libtool14.info.gz) Installing libraries (libtool14.info.gz) Using libtool (libtool14.info.gz) Static libraries
 
 3.6 Installing executables
 ==========================
 
 If you used libtool to link any executables against uninstalled libtool
 libraries ( Linking executables), you need to use libtool to
 install the executables after the libraries have been installed (
 Installing libraries).
 
    So, for our Ultrix example, we would run:
 
      a23# libtool install -c hell /usr/local/bin/hell
      install -c hell /usr/local/bin/hell
      a23#
 
    On shared library systems, libtool just ignores the wrapper script
 and installs the correct binary:
 
      burger# libtool install -c hell /usr/local/bin/hell
      install -c .libs/hell /usr/local/bin/hell
      burger#
 
Info Catalog (libtool14.info.gz) Installing libraries (libtool14.info.gz) Using libtool (libtool14.info.gz) Static libraries
automatically generated byinfo2html