Hey,
What's the best way to fix:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/libxml2.py",
line 1, in <module>
import libxml2mod
ImportError:
dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/libxml2mod.so,
2): Symbol not found: ___divmoddi4
Referenced from: /opt/local/lib/libicui18n.67.dylib
resulting from the default build configuration of macports icu on Tiger?
My current solution is to set:
configure.optflags -O0
in the icu Portfile and I wonder if there is a better way to prevent this
optimization.
Thanks.