On 13-03-08 8:39 AM, bat guano wrote: > /home/user/FLAC_build/flac-05609d5/src/libFLAC/.libs/libFLAC.a(ogg_helper.o):ogg_helper.c:(.text+0x173): > undefined reference to `___stack_chk_guard'
I have a vague memory that -fstack-protector doesn't work in mingw, but the configure check passed. Maybe because it's via a library? Can you re-run with --disable-silent-rules and see if the linker is getting -fstack-protector, or add -lssp manually? My system's /usr/i686-w63-mingw32/sys-root/mingw/linux/libssp.a has a __stack_check_fail, but no __stack_check_guard. -r _______________________________________________ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev