Hi,
I'm trying to build uclibc-ng-test, but I can't link with complex trigo functions (such as cacos, casin, catan, etc.). They are required for the following test targets: test-double, test-double-finite, test-float, test-float-finite, test-idouble, and test-ifloat. They are declared in uclibc-ng/sysdeps/linux/common/bits/cmathcalls.h, but I can't find their definitions.
Does uclibc-ng define them?
Thanks,
--
Laurent Thévenoux
lthevenoux(a)kalray.eu
Kalray S.A.
180 Avenue de l'Europe 38330 Montbonnot FRANCE
Hi,
I'm having an issue where it seems recvmmsg/sendmmsg is being included
into the c library regardless of kernel version. I work with kernel
versions < 2.6.33 before this feature was included. When compiling
applications, autoconf is then mistakenly told from the c-library that
recvmmsg/sendmmsg is supported by the kernel, resulting in runtime
errors. I use buildroot to compile my toolchains.
Looking through uclibc-ng git, it looks like this feature was added with
this commit.
https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/commit/?id=6e15fafa200666…
thanks,
Lance Fredrickson
Hi,
I'm having an issue where it seems recvmmsg/sendmmsg is being included
into the c library regardless of kernel version. I work with kernel
versions < 2.6.33 before this feature was included. When compiling
applications, autoconf is then mistakenly told from the c-library that
recvmmsg/sendmmsg is supported by the kernel, resulting in runtime
errors. I use buildroot to compile my toolchains.
Looking through uclibc-ng git, it looks like this feature was added with
this commit.
https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/commit/?id=6e15fafa200666…
thanks,
Lance Fredrickson