Hi list.
Which IDE knows that build executables are actually libtool wrappers and lets
libtool build .libs/lt-xxx and debug it with gdb transparently? Eclipse-cpp,
apparently, can't.
___
https://lists.gnu.org/mailman/listinfo/libtool
I seek a mode in which libtool would use no wrapper scripts and do the
following:
- `make all` would create a binary with the debug rpath, just like the
`-no-install` option does
- `make install` would install a binary without the debug rpath, just like
without options at all.
The expected dra
Ok, can libtool create both binaries at build stage, the debug one instead of
the wrapper script and the installable one in .libs/program?
26.03.2018 20:46, Simon Richter пишет:
> Hi,
>
> On 26.03.2018 18:57, Basin Ilya wrote:
>
>> The expected drawback is a slower `make inst
Hi.
Can somebody explain what -no-fast-install does?
On 26.03.2018 20:48, Basin Ilya wrote:
> Ok, can libtool create both binaries at build stage, the debug one instead of
> the wrapper script and the installable one in .libs/program?
>
> 26.03.2018 20:46, Simon Richter пишет:
>