Re: building static libs

2020-11-03 Thread Paul Smith
My ISP appears to get this sort of treatment regularly. I just don't have the time or energy to investigate or switch to something else. I know that's why they can probably get away with it, but... that doesn't give me more time or energy :p On Tue, 2020-11-03 at 00:16 +0100, Mark Wielaard wrote

Re: ** POTENTIAL FRAUD ALERT - RED HAT ** building static libs

2020-11-02 Thread Mark Wielaard
Hi, (Interesting Subject. Disclaimer, I work for Red Hat, but had no idea we had a potential fraud alert detection system :) On Sat, Oct 31, 2020 at 04:05:52PM -0400, Paul Smith wrote: > On Sat, 2020-10-31 at 15:52 -0400, Frank Ch. Eigler wrote: > > > I'd like to build, just as an example, libde

Re: ** POTENTIAL FRAUD ALERT - RED HAT ** building static libs

2020-10-31 Thread Paul Smith
On Sat, 2020-10-31 at 15:52 -0400, Frank Ch. Eigler wrote: > > I'd like to build, just as an example, libdebuginfod as ONLY a > > static library and link it statically with debuginfod, gdb, etc. > > libdebuginfod relies on a bunch of other libraries (curl and all of > its dependencies), so a libde

Re: ** POTENTIAL FRAUD ALERT - RED HAT ** building static libs

2020-10-31 Thread Frank Ch. Eigler via Elfutils-devel
Hi - > I'd like to build, just as an example, libdebuginfod as ONLY a static > library and link it statically with debuginfod, gdb, etc. libdebuginfod relies on a bunch of other libraries (curl and all of its dependencies), so a libdebuginfod.a is unlikely to buy you much. OTOH, libtool is one

building static libs

2020-10-31 Thread Paul Smith
Hi all; sorry for the lack of more details on my coredumper library issue. I am underwater with other things but I will definitely get back to that, hopefully next week. In the meantime I have a question: has anyone done any work to get the --{enable/disable}-{shared/static} configure options wor