[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] Linux support
From: |
Nigel Horne |
Subject: |
[Tinycc-devel] Linux support |
Date: |
Thu, 31 Aug 2006 16:18:50 +0100 |
User-agent: |
Thunderbird 1.5.0.5 (X11/20060808) |
How is Linux (FC5) support going? This has been broken for sometime
and still doesn't work.
address@hidden tmp]$ cat f.c
main()
{
puts("hello world");
}
address@hidden 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
tcc: undefined symbol '_Unwind_Resume'
tcc: undefined symbol '__gcc_personality_v0'
tcc: undefined symbol '_Unwind_Backtrace'
tcc: undefined symbol '_Unwind_GetIP'
tcc: undefined symbol '_Unwind_GetGR'
tcc: undefined symbol '_Unwind_GetCFA'
address@hidden tmp]$ tcc -v
tcc version 0.9.23
address@hidden tmp]$
-Nigel
njh.vcf
Description: Vcard
- [Tinycc-devel] Linux support,
Nigel Horne <=