Generally when I see that missing symbol it means mismatched C 
runtimes. Usually in my experience it's safe to declare that symbol 
as weak to make the link error go away while handling if it's present 
correctly.

Niall

On 20 Feb 2012 at 20:02, Jon Wright wrote:

> Hello,
> 
> I have been trying to build pyopencl and pycuda on windows using the 
> subset of boost in those packages on windows 64 bit. The problem is a 
> link error due to missing tss_cleanup_implemented. The codes seem to run 
> without problem if the link error is suppressed:
> 
> http://thread.gmane.org/gmane.comp.python.cuda/2516
> 
> Does anyone know what the tss issue is about and whether it is likely to 
> cause a problem? Any advice would be welcome.
> 
> Many thanks,
> 
> Jon
> _______________________________________________
> Cplusplus-sig mailing list
> Cplusplus-sig@python.org
> http://mail.python.org/mailman/listinfo/cplusplus-sig


-- 
Technology & Consulting Services - ned Productions Limited.
http://www.nedproductions.biz/. VAT reg: IE 9708311Q. Company no: 
472909.



_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to