I can't get tcc to work on FC4. I have built from source code:
[EMAIL PROTECTED] tmp]$ tcc -v
tcc version 0.9.23
[EMAIL PROTECTED] tmp]$ cat f.c
main()
{
puts("hello world");
}
[EMAIL PROTECTED] tmp]$ tcc f.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'
[EMAIL PROTECTED] tmp]$
-Nigel Horne
_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel