Summary

Numbers egg won't build on Cygwin under 4.7.0

Metadata

Description

This is what happens when compiling:

numbers.o:numbers.c:(.text+0x8d6e): undefined reference to `_C_i_char_greater_or_equal_p' numbers.o:numbers.c:(.text+0x8d85): undefined reference to `_C_i_char_less_or_equal_p' numbers.o:numbers.c:(.text+0x8ded): undefined reference to `_C_i_char_greater_or_equal_p' numbers.o:numbers.c:(.text+0x8e0c): undefined reference to `_C_i_char_less_or_equal_p' numbers.o:numbers.c:(.text+0x8e49): undefined reference to `_C_i_char_greater_or_equal_p' numbers.o:numbers.c:(.text+0x8e60): undefined reference to `_C_i_char_less_or_equal_p' numbers.o:numbers.c:(.text+0x8e7b): undefined reference to `_C_i_char_greater_or_equal_p' numbers.o:numbers.c:(.text+0x8e99): undefined reference to `_C_i_char_less_or_equal_p'

Changes and comments

[2011-09-21 00:47:46 UTC] johnwcowan changed status from new to closed

[2011-09-21 00:47:46 UTC] johnwcowan set resolution to wontfix

[2011-09-21 00:47:46 UTC] johnwcowan wrote:

This turned out to be an artifact of old chicken.h files in the wrong places, plus Cygwin breakage (the $PREFIX/include/chicken path was not being searched).

[2011-09-21 02:04:43 UTC] zbigniew wrote:

fyi this should be fixed in master ef2a97529 and in stability/4.7.0 c04f3214, "C_TARGET_INCLUDE_HOME fix for cygwin"

[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0

[2012-09-24 21:47:48 UTC] felix wrote:

Milestone 4.8.0 deleted