What's the best way to fix:
when building macports icu on Tiger?
My current solution is to set:
in the Portfile and I wonder if there is a better way to prevent this optimization.
Code:
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
when building macports icu on Tiger?
My current solution is to set:
Code:
configure.optflags -O0
in the Portfile and I wonder if there is a better way to prevent this optimization.