> configure:2616: checking for C compiler default output file name > configure:2619: gcc conftest.c -lmimedir >&5 > /usr/bin/ld: a.out: hidden symbol `__stack_chk_fail_local' in > /usr/lib/libc_nonshared.a(stack_chk_fail_local.oS) is referenced by DSO > /usr/bin/ld: final link failed: Nonrepresentable section on output This means the libmimedir DSO isn't built correctly. It has an undefined symbol __stack_chk_fail_local. This should not happen. A correctly built DSO pulls this in from libc_nonshared.a. I guess this is no DSO which comes with FC so you have to track down the owner. -- ➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖
Attachment:
signature.asc
Description: OpenPGP digital signature