Does -CURRENT's gcc generate ___tls_get_addr under any circumstances

Joe Marcus Clarke marcus at marcuscom.com
Fri Jun 25 14:09:34 PDT 2004


On Fri, 2004-06-25 at 16:44, John Merryweather Cooper wrote:
> I'm working on porting (and getting fully working) lang/mono
> version 0.96, and I'm having a problem.  In one of my object
> files--mini.lo--I'm getting an extern reference to
> ___tls_get_addr.  I've been over the source code in mini.c
> and all the included headers, and I can't find anything to
> get rid of this reference or find a way to resolve it.  As
> a result, the linking of the mono runtime binary fails with
> this symbol unresolved.
> 
> Any and all clues are welcome!

As I recall, this is from boehm.  You'll have to tell boehm not to do
thread-local storage.  Note: boehm is in the libgc subdirectory inside
mono.

Joe

> 
> jmc
> _______________________________________________
> freebsd-gnome at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> To unsubscribe, send any mail to "freebsd-gnome-unsubscribe at freebsd.org"
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20040625/ff267082/attachment.bin


More information about the freebsd-gnome mailing list