Advise IDE

2018-03-20 Thread Basin Ilya
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

What does -no-fast-install libtool option do?

2018-03-26 Thread Basin Ilya
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

Re: What does -no-fast-install libtool option do?

2018-03-26 Thread Basin Ilya
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

Re: What does -no-fast-install libtool option do?

2018-03-28 Thread Basin Ilya
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 пишет: >