[Mono-list] Build error

Hector E. Gomez Morales hgomez_36@flashmail.com
Wed, 18 Feb 2004 21:10:22 -0600


I compile it and gcc did not output any compilation error.

On Wed, 2004-02-18 at 10:13, Varga Zoltan wrote:
>                                         Hi,
> 
>  Could you try compiling and linking the following program:
> 
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
> #include <pthread.h>
> 
> __thread int i;
> 
> void foo (int j)
> {
>     i = j;
> }
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
> 
> Compile and link it using:
> gcc --shared -fPIC foo.c
> 
> and tell me whenever you encounter the same error you
> encountered
> when building mono.
> 
>             thanks
> 
>                     Zoltan
> 
> 
> 
> 
>