Thanks for the mails. I can't reach repo.or.cz right now... Is it down?
Arnold
___
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tinycc-devel
Le mardi 03 août 2010 18:13:56, Aharon Robbins a écrit :
> Hi. Thanks for the quick response.
>
> > > 3. I have a static table with some function pointers to static
> > > functions.
> > >
> > >This compiles, but the table values are NULL. Any idea why?
> >
> > Nope, sorry. Are the functions
On 08/03/2010 08:13 AM, Aharon Robbins wrote:
Hi. I built tinycc on my x86_64 Fedora 12 system. Here's a report.
1. Below is a patch that was necessary to get it to find the libraries;
something should be done with configuring etc. to handle this. My patch
is definitely quick and dirt
Hi. Thanks for the quick response.
> > 3. I have a static table with some function pointers to static functions.
> >This compiles, but the table values are NULL. Any idea why?
>
> Nope, sorry. Are the functions and the table local or extern ?
The functions themselves are static at the file le
Le mardi 03 août 2010 17:35:15, Thomas Preud'homme a écrit :
> Le mardi 03 août 2010 17:13:23, Aharon Robbins a écrit :
> >
> > 2. When built, my program could not find some of the string functions,
> >
> >such as strlen, strcmp, strncmp and strcpy. I put in replacement
> >
> > versions, but
Le mardi 03 août 2010 17:13:23, Aharon Robbins a écrit :
> Hi. I built tinycc on my x86_64 Fedora 12 system. Here's a report.
>
> 1. Below is a patch that was necessary to get it to find the libraries;
>something should be done with configuring etc. to handle this. My patch
>is definitely
Hi. I built tinycc on my x86_64 Fedora 12 system. Here's a report.
1. Below is a patch that was necessary to get it to find the libraries;
something should be done with configuring etc. to handle this. My patch
is definitely quick and dirty.
2. When built, my program could not find some of