libtool: Installing executables

1 
1 3.6 Installing executables
1 ==========================
1 
1 If you used libtool to link any executables against uninstalled libtool
1 libraries (⇒Linking executables), you need to use libtool to
11 install the executables after the libraries have been installed (⇒
 Installing libraries).
1 
1    So, for our Ultrix example, we would run:
1 
1      a23# libtool --mode=install -c hell /usr/local/bin/hell
1      install -c hell /usr/local/bin/hell
1      a23#
1 
1    On shared library systems that require wrapper scripts, libtool just
1 ignores the wrapper script and installs the correct binary:
1 
1      burger# libtool --mode=install -c hell /usr/local/bin/hell
1      install -c .libs/hell /usr/local/bin/hell
1      burger#
1