Skip to content
Prev 29968 / 63462 Next

package config file for windows

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