Hi, On 12/15/05, Kim Lux <[EMAIL PROTECTED]> wrote: > > Is there a fix or work around for this ? > > tcc -o test ./examples/ex1.c > tcc: file 'AS_NEEDED' not found > /usr/lib/libc.so:3: filename expected > /usr/lib/libc.so:3: unrecognized file type > /usr/lib/libc.a: '_dl_tls_static_size' defined twice > tcc: undefined symbol '_Unwind_Resume' > tcc: undefined symbol '__gcc_personality_v0' > tcc: undefined symbol '_Unwind_GetIP' > tcc: undefined symbol '_Unwind_GetGR' > tcc: undefined symbol '_Unwind_GetCFA' > tcc: undefined symbol '_Unwind_Backtrace' > > I am running fc4, which uses gcc-4.0.2
This looks like more of a libc problem than a problem with GCC. If FC allows you to install several libc, I'd suggest trying another one. I don't know which one though ;P Guillaume -- MPlayer's doc is offline. Find some fresh one here: http://tuxrip.free.fr//MPlayer-DOCS-HTML/en/ http://tuxrip.free.fr//MPlayer-DOCS-HTML/fr/ _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
