configure fails on gcc?

Ulrich Drepper drepper at redhat.com
Fri Jul 28 17:40:34 UTC 2006


> 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 ❖

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 251 bytes
Desc: OpenPGP digital signature
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20060728/1305ac33/attachment-0002.bin 


More information about the users mailing list