[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Problem including pthreadtypes.h
From: |
Marc van Dongen |
Subject: |
Re: [Tinycc-devel] Problem including pthreadtypes.h |
Date: |
Mon, 30 Oct 2006 13:33:41 +0000 |
User-agent: |
Mutt/1.2.5.1i |
* Fred Weigel <address@hidden> [2006-10-28 11:24:45 -0400]:
: On line 70 of /usr/include/bits/pthreadtypes.h, change
: };
: to
: } __NOT_ANON_UNION_TCC;
:
: Fred Weigel.
Thanks a Mille Fred,
That worked. I now get the following:
tcc: file 'AS_NEEDED' not found
/usr/lib/libc.so:3: filename expected
/usr/lib/libc.so:3: unrecognized file type
I get this both with tcc-0.9-22 and tcc-0.9.23.
If I try from the command line I get:
$ ./tcc ../tmp.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'
I couldn't find a solution for this problem on the web.
Any suggestions?
Regards,
Marc