GNU Info

Info Node: (libtool.info)Installing executables

(libtool.info)Installing executables


Next: Static libraries Prev: Installing libraries Up: Using libtool
Enter node , (file) or (file)node

Installing executables
======================

   If you used libtool to link any executables against uninstalled
libtool libraries (Note: Linking executables), you need to use
libtool to install the executables after the libraries have been
installed (Note: 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#


automatically generated by info2www version 1.2.2.9