[Mono-list] Re: Welcome to the "Mono-list" mailing list

Jonathan Stowe jns@gellyfish.com
Wed, 04 Aug 2004 17:45:07 +0100


On Tue, 2004-08-03 at 21:33, Enrique Catala BaƱuls wrote:
> Please, i cant compile mono-1.0 :( 
> When i run the configure script, i have this configuration:
> 
>         GC:          included
>         ICU:         yes. Version: 2.6
>         __thread:    yes
>         SIGALTSTACK: no
>         Engine:      Building and using the JIT
>         2.0 Alpha:   no
>         JNI support: yes
> 
> Then i execute "make" , and receive this error.
> Thanks.
> 
> P.D: If anybody needs this information for solve the problem, i use the
> gentoo distribution.
> 

<snip>

> ./.libs/libmono.so: undefined reference to `___tls_get_addr'
> collect2: ld returned 1 exit status

You need to include  --with-nptl=no when you run configure.

/J\