7 Feb
2007
7 Feb
'07
11:19 p.m.
On 2/7/07, Dan McGee <dpmcgee@gmail.com> wrote:
These have been in the compile output for a while, perhaps we should look into it. I have a guess that it may be related to libdownload not installing a .la file (and it is also missing .so symlinks, compare to libarchive for example). If anyone else knows more about it, feel free to add your input.
There's no way around those errors. glibc has a minor limitation when doing static linking with a handful of functions. In essence, if you're using those functions, you can't have full static linking - you are tied to the glibc version it was build against.