On 14/09/2008 5:26 AM, Christophe Dutang wrote:
Thanks for your answer.
You confirm what I fear, it is not easily possible to test for SSE2
support on windows.
Can I assume there exists inttypes.h on windows platform?
I think you misunderstood. The test scripts produced by autoconf won't
Thanks for your answer.
You confirm what I fear, it is not easily possible to test for SSE2
support on windows.
Can I assume there exists inttypes.h on windows platform?
Thanks again
Christophe
Le 14 sept. 08 à 01:11, Duncan Murdoch a écrit :
Christophe Dutang wrote:
Hi,
I'm maintainin
Christophe Dutang wrote:
Hi,
I'm maintaining randtoolbox package on CRAN and I wonder how to do a
windows config file? I need to test SSE2 instructions support as well
as inttypes.h library check.
Currently I use the trick of 'foreign' package, i.e. I have config.win
file with
cp -p src
Hi,
I'm maintaining randtoolbox package on CRAN and I wonder how to do a
windows config file? I need to test SSE2 instructions support as well
as inttypes.h library check.
Currently I use the trick of 'foreign' package, i.e. I have config.win
file with
cp -p src/config.h.win src/config.h
an