Public bug reported:

Tcc appears non-functional in Edgy.  It is unable to compile and link
any programs, even trivial ones, such as "hello world".  For example:
$ cat a.c
#include <stdio.h>
int main()
{
  printf("hello world\n");
  return 0;
}

$ tcc a.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 '__gcc_personality_v0'
tcc: undefined symbol '_Unwind_Resume'
tcc: undefined symbol '_Unwind_Backtrace'
tcc: undefined symbol '_Unwind_GetIP'
tcc: undefined symbol '_Unwind_GetGR'
tcc: undefined symbol '_Unwind_GetCFA'

This seems to be a link-related problem, because `tcc -c a.c' produces a
working a.o file, which can be (for testing purposes) linked with gcc,
and which results in a correctly running executable.

Note that tcc does not exhibit this problem on Debian testing.

Note: the original reporter indicated the bug was in package 'tcc';
however, that package was not published in Baltix.

** Affects: tcc (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed
** Affects: Baltix
     Importance: Undecided
         Status: Unconfirmed

** Also affects: tcc (Ubuntu)
   Importance: Undecided
       Status: Unconfirmed

-- 
Tcc fails to link executables
https://launchpad.net/bugs/70854

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to