From: Mathew Y. <my...@jp...> - 2006-06-14 00:46:02
|
Heres the problem.... The function get_flags_linker_so in numpy/distutils/fcompiler/gnu.py is not called anywhere. Because of this, g2c is not added as a library and -mimpure-text is not set. This causes the "s_wsfe unresolved" problem. Anybody know how to fix this? Mathew |