On Dec 13, 2005, at 3:59 PM, Zhi Peng wrote:

> As I tried to make shared dynamic library, ld command shows some  
> error message
>
> ld: Undefined symbols:
> dyld_stub_binding_helper
>
> I do not know which lib including this "dyld_stub_binding_helper"  
> even though I used "nm" to find it. The list libs that I used is
> -L/usr/lib -L/usr/local/lib -lpython -lc -lm -lSystemStubs - 
> lSystem_profile
>
> It may need more lib? anyone knoew. This may be old problem that  
> people had.

Use distutils to compile extensions.  Don't try and do it manually.

-bob

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to