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
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
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
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
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