[flac-dev] Can't cross-compile from git now.

Ralph Giles giles at thaumas.net
Fri Mar 8 10:55:51 PST 2013


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



More information about the flac-dev mailing list