Re: Running an uninstalled executable

2015-05-12 Thread David
El Tue, 12 May 2015 11:38:42 +0200 Alberto Luaces alua...@udc.es escribió: 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

Re: Running an uninstalled executable

2015-05-12 Thread Alberto Luaces
David stormb...@gmail.com writes: El Tue, 12 May 2015 11:38:42 +0200 Alberto Luaces alua...@udc.es escribió: 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

Running an uninstalled executable

2015-05-12 Thread Alberto Luaces
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

Re: Running an uninstalled executable

2015-05-12 Thread Bob Friesenhahn
On Tue, 12 May 2015, Alberto Luaces wrote: 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

Re: Running an uninstalled executable

2015-05-12 Thread Nick Bowler
On 2015-05-12 12:00 +0200, Alberto Luaces wrote: David stormb...@gmail.com writes: El Tue, 12 May 2015 11:38:42 +0200 Alberto Luaces alua...@udc.es escribió: [...] libtool --mode=execute program_binary but it fails, since there are undefined references to shared libraries not