-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Milestone
Description
Installing executables
If you used libtool to link any executables against uninstalled libtool libraries (see Linking executables), you need to use libtool to install the executables after the libraries have been installed (see Installing libraries).
So, for our Ultrix example, we would run:
a23# libtool --mode=install install -c hell /usr/local/bin/hell
install -c hell /usr/local/bin/hell
See:
https://www.gnu.org/software/libtool/manual/libtool.html
https://www.gnu.org/software/libtool/manual/libtool.html#Linking-executables
Metadata
Metadata
Assignees
Labels
No labels