Displaying 8 results from an estimated 8 matches for "point_and_mathematical_library".
2016 Feb 01
3
Wrong config check for __libc_stack_end
...functions work
>>>> incompatibly with all other platforms ... but maybe I
>>>> misunderstand completely.
>>>>
>>>> Hmm... I've found this,
>>>>
>>>> http://wiki.musl-libc.org/wiki/Functional_differences_from_glibc#Floating-point_and_mathematical_library
>>>>
>>>> which make what you say above more relevant/interesting.
>>>>
>>>> Still, from this thread I get that the C source code of R needs
>>>> considerable configuration patches before R can work with musl.
>>>> But that nee...
2016 Feb 01
3
Wrong config check for __libc_stack_end
...t; not want to use a platform where R's math functions work
>> incompatibly with all other platforms ... but maybe I
>> misunderstand completely.
>>
>> Hmm... I've found this,
>>
>> http://wiki.musl-libc.org/wiki/Functional_differences_from_glibc#Floating-point_and_mathematical_library
>>
>> which make what you say above more relevant/interesting.
>>
>> Still, from this thread I get that the C source code of R needs
>> considerable configuration patches before R can work with musl.
>> But that needs another thread, something like 'Building...
2016 Feb 01
3
Wrong config check for __libc_stack_end
...s as something pretty grave for R, and indeed, I would
not want to use a platform where R's math functions work
incompatibly with all other platforms ... but maybe I
misunderstand completely.
Hmm... I've found this,
http://wiki.musl-libc.org/wiki/Functional_differences_from_glibc#Floating-point_and_mathematical_library
which make what you say above more relevant/interesting.
Still, from this thread I get that the C source code of R needs
considerable configuration patches before R can work with musl.
But that needs another thread, something like 'Building R with musl'.
>> Until these are res...
2016 Feb 01
1
More problems with building R on a musl platform
...forms ... but maybe I
> >>>>> misunderstand completely.
> >>>>>
> >>>>> Hmm... I've found this,
> >>>>>
> >>>>> http://wiki.musl-libc.org/wiki/Functional_differences_from_glibc#Floating-point_and_mathematical_library
> >>>>>
> >>>>> which make what you say above more relevant/interesting.
> >>>>>
> >>>>> Still, from this thread I get that the C source code of R needs
> >>>>> considerable configuration p...
2016 Feb 01
0
More problems with building R on a musl platform
...bly with all other platforms ... but maybe I
>>>>> misunderstand completely.
>>>>>
>>>>> Hmm... I've found this,
>>>>>
>>>>> http://wiki.musl-libc.org/wiki/Functional_differences_from_glibc#Floating-point_and_mathematical_library
>>>>>
>>>>> which make what you say above more relevant/interesting.
>>>>>
>>>>> Still, from this thread I get that the C source code of R needs
>>>>> considerable configuration patches before R can wor...
2016 Feb 01
0
Wrong config check for __libc_stack_end
...and indeed, I would
> not want to use a platform where R's math functions work
> incompatibly with all other platforms ... but maybe I
> misunderstand completely.
>
> Hmm... I've found this,
>
> http://wiki.musl-libc.org/wiki/Functional_differences_from_glibc#Floating-point_and_mathematical_library
>
> which make what you say above more relevant/interesting.
>
> Still, from this thread I get that the C source code of R needs
> considerable configuration patches before R can work with musl.
> But that needs another thread, something like 'Building R with musl'.
>...
2016 Feb 01
0
Wrong config check for __libc_stack_end
...orm where R's math functions work
>>> incompatibly with all other platforms ... but maybe I
>>> misunderstand completely.
>>>
>>> Hmm... I've found this,
>>>
>>> http://wiki.musl-libc.org/wiki/Functional_differences_from_glibc#Floating-point_and_mathematical_library
>>>
>>> which make what you say above more relevant/interesting.
>>>
>>> Still, from this thread I get that the C source code of R needs
>>> considerable configuration patches before R can work with musl.
>>> But that needs another thread, som...
2016 Jan 28
2
Abuse of a private glibc symbol in R 3.2.3
Hello, developers of R.
I have been unsuccessfully trying to build R on a musl libc system for
the last days.
./configure works, but make fails. The command that errors out is here
- http://pastebin.com/raw/UwFRsiqT
It was brought to my attention that this is a (very longstanding)
abuse of a private
glibc symbol in R.
In R 3.2.3, it seems that configure is trying to test for it on Linux.
It