Closed lemzwerg closed 1 year ago
Thanks for this. I can't find a good way to test the libc type from the command line, but having configure
check for gnu_get_libc_version
looks fine (works with glibc >= 2.1), so I'll change libpaper to do that.
I have pushed a fix; I'd be grateful if you could test it!
For me it works, thanks!
Thanks for confirming, I'll make a release shortly.
[libpaper 2.1.1]
If I say
LANGUAGE= ldd --version
on my openSUSE GNU/Linux box I getTo me, this looks like I'm using GNU libc :slightly_smiling_face:
However, the test
default-size-lc_paper.sh
gets skipped because it greps forGLIBC
, which seems incorrect to me.