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