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\ _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
