Re: Running an uninstalled executable

2015-05-13 Thread Alberto Luaces
Bob Friesenhahn writes: > 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=e

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 ther

Re: Running an uninstalled executable

2015-05-12 Thread Nick Bowler
On 2015-05-12 12:00 +0200, Alberto Luaces wrote: > David writes: > > El Tue, 12 May 2015 11:38:42 +0200 > > Alberto Luaces escribió: [...] > >> libtool --mode=execute program_binary > >> > >> but it fails, since there are undefined references to shared libraries > >> not installed in standard di

Re: Running an uninstalled executable

2015-05-12 Thread Alberto Luaces
David writes: > El Tue, 12 May 2015 11:38:42 +0200 > Alberto Luaces 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 >> >> libt

Re: Running an uninstalled executable

2015-05-12 Thread David
El Tue, 12 May 2015 11:38:42 +0200 Alberto Luaces 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 program_b

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 libraries