Skip to content

package config file for windows

4 messages · Christophe Dutang, Duncan Murdoch

#
Christophe Dutang wrote:
I think most configure scripts on Windows were written using a text 
editor, i.e. by hand. Windows systems are pretty consistent, so the 
kinds of tests and searches that you need to do on *nix aren't needed. 
You can assume that the Rtools are installed, but don't rely on anything 
else. We're unlikely to drop tools from that collection, so this advice 
should last quite a while.

Duncan Murdoch
#
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 :
#
On 14/09/2008 5:26 AM, Christophe Dutang wrote:
I think you misunderstood.  The test scripts produced by autoconf won't 
necessarily work on Windows, but it's still worth trying.  Just extract 
the tests for SSE2 and inttypes.h from your script on some other 
platform, and adapt them to Windows.  They can probably be shortened, 
because there's less variability.

You can count on Windows using gcc 4.x for current and future versions, 
probably until 5.x becomes commonly used.  I don't know if inttypes.h is 
guaranteed in all of those, but it is currently present.

Duncan Murdoch