Package: epic4 Version: 1:2.4-1 Severity: important Hi,
There are various problems with aliasing. If you turn on warnings, you gets lots (727) warnings like this: warning: dereferencing type-punned pointer will break strict-aliasing rules (You also get 1420 of type pointer targets in passing argument 1 of 'my_strnicmp' differ in signedness) Anyway, upstream only builds with -O1 for this reason, and -O2 isn't supported. Please build it with -O1 or use -fno-strict-aliasing. PS: You have this: CFLAGS = -O2 -Wall [...] $(MAKE) CFLAGS=$(CFLAGS) This doesn't work, you only get -O2, you'll need to add quotes somewhere. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]