Re: [Rd] package config file for windows

2008-09-14 Thread Duncan Murdoch
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

Re: [Rd] package config file for windows

2008-09-14 Thread Christophe Dutang
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

Re: [Rd] package config file for windows

2008-09-13 Thread Duncan Murdoch
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

[Rd] package config file for windows

2008-09-13 Thread Christophe Dutang
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