tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Problems compiling with Glibc 2.4.4 (FC5)


From: Dave Dodge
Subject: Re: [Tinycc-devel] Problems compiling with Glibc 2.4.4 (FC5)
Date: Thu, 20 Apr 2006 02:30:41 -0400
User-agent: Mutt/1.4.2i

On Thu, Apr 20, 2006 at 02:04:09AM +0200, Axel Liljencrantz wrote:
> On 4/19/06, Dave Dodge <address@hidden> wrote:
> >   - Run "gcc -E" on the same piece of code in order to see what the
> >     preprocessing is doing.

> pthread_mutexattr_t is only mentioned once, and everything looks sane.

You could try compiling the output from gcc -E using tcc and see if it
still exhibits the problem.  If tcc doesn't complain, then that would
indicate that tcc's preprocessing is doing something "different" from
gcc's.  If tcc does still complain, then at least you've now got a
completely self-contained test case that you can play with (for
example change the pthread_mutexattr_t to some other identifier and
see if it still breaks; move the typedef to somewhere else in the file
and see if the error follows it; etc).

                                                   -Dave Dodge




reply via email to

[Prev in Thread] Current Thread [Next in Thread]