On Sat, Aug 27, 2016 at 09:14:32AM -0400, Claude Marinier wrote:
> I have solved the immediate problem by purging the Windows machine from
> MinGW and re-installing MinGW-W64 with the i686 architecture. Everything
> works well.

Hi Claude,

The previous installation was built with a 64-bit toolchain?

> Could the older CPU lack some features which either the MinGW-W64 tool
> chain or Chicken Scheme need?

It sounds more likely that CHICKEN didn't detect the 64-bit environment
properly.  Was C_SIXTY_FOUR defined?  Did csi print "64bit" in the banner?
Or did (memq 64bit: (features)) return #f?

Cheers,
Peter

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Chicken-hackers mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to