Hello, in an autoconf+automake+libtool C++ project containing only one program, I want to run the executable before installing it.
Reading the manual I thought that it could be done with libtool --mode=execute program_binary but it fails, since there are undefined references to shared libraries not installed in standard directories. Can libtool solve this problem for me? -- Alberto _______________________________________________ https://lists.gnu.org/mailman/listinfo/libtool