Re: [Dar-support] Static dar build issues again
For full, incremental, compressed and encrypted backups or archives
Brought to you by:
edrusb
|
From: Neil D. <ne...@da...> - 2022-01-20 16:13:54
|
Hi Robin, On Thu, 2022-01-20 at 22:10 +0700, Robin Atwood wrote: > I don't want static libraries in general because my executables would > be enormous and eat up memory. Is there some nifty way of building > static libraries that are only used by dar? I have a Gentoo system. In order to build a stand-alone statically-linked dar binary you need to have the library dependencies available as static (.a files). You already have some of those libraries available in static form otherwise configure would have suggested more as missing. You could emerge those missing libraries with a static build flag, rebuild dar and then rebuild those libraries without the static build flag again. It wouldn't take long to do this. Regards, Neil Darlow -- Sent with Evolution Mail and Calendar on fedora 35 Silverblue edition. |