On Sun, Oct 9, 2016 at 3:35 PM, Samuel Thibault <samuel.thiba...@gnu.org> wrote: > Samuel Thibault, on Tue 04 Oct 2016 16:45:36 +0200, wrote: >> Ludovic Courtès, on Tue 04 Oct 2016 15:22:32 +0200, wrote: >> > FWIW Guix follows upstream glibc releases for GNU/Linux (we’re currently >> > in the process of switching from 2.23 to 2.24), >> >> Ah! I was asking the question some time ago, and thought Guix was still >> on 2.22. We can easily upgrade to 2.23 and 2.24 as needed, we already >> have the required changes in Debian. > > I have now upgraded to 2.23.
This seems to have fixed the static-linking weirdness, however I now have to remove a reference to the non-existent libmvec_nonshared at: http://git.savannah.gnu.org/cgit/hurd/glibc.git/tree/math/Makefile?h=tschwinge/Roger_Whittaker#n102 Linking with -lm fails due to that missing file. Is it supposed to be built? Thanks. David