<br>I download the source snapshot<div><br></div><div>./configure --enable-framework</div><div>make</div><div><br></div><div>...</div><div><br></div><div><div>/usr/bin/install -c -d -m 755 Python.framework/Versions/3.1</div>
<div>if test &quot;&quot;; then \</div><div>                gcc -o Python.framework/Versions/3.1/Python  -dynamiclib \</div><div>                        -isysroot &quot;&quot; \</div><div>                        -all_load libpython3.1.a -Wl,-single_module \</div>
<div>                        -install_name /Library/Frameworks/Python.framework/Versions/3.1/Python \</div><div>                        -compatibility_version 3.1 \</div><div>                        -current_version 3.1 \</div>
<div>                        -framework CoreFoundation -ldl  -framework CoreFoundation; \</div><div>        else \</div><div>                /usr/bin/libtool -o Python.framework/Versions/3.1/Python -dynamic  libpython3.1.a \</div>
<div>                         -lSystem -lSystemStubs -arch_only x86_64 -install_name /Library/Frameworks/Python.framework/Versions/3.1/Python -compatibility_version 3.1 -current_version 3.1 -framework CoreFoundation -ldl  -framework CoreFoundation;\</div>
<div>        fi</div></div><div><br></div><div><div>Undefined symbols:</div><div>  &quot;_libintl_bindtextdomain&quot;, referenced from:</div><div>      _PyIntl_bindtextdomain in libpython3.1.a(_localemodule.o)</div><div>
  &quot;_libintl_textdomain&quot;, referenced from:</div><div>      _PyIntl_textdomain in libpython3.1.a(_localemodule.o)</div><div>  &quot;_libintl_dgettext&quot;, referenced from:</div><div>      _PyIntl_dgettext in libpython3.1.a(_localemodule.o)</div>
<div>  &quot;_libintl_gettext&quot;, referenced from:</div><div>      _PyIntl_gettext in libpython3.1.a(_localemodule.o)</div><div>  &quot;_libintl_dcgettext&quot;, referenced from:</div><div>      _PyIntl_dcgettext in libpython3.1.a(_localemodule.o)</div>
<div>ld: symbol(s) not found</div><div>/usr/bin/libtool: internal link edit command failed</div><div><br></div><div>I&#39;m on 10.6.2, gcc version 4.2.1</div><div><br></div><div>Any hints on where to go from here?</div><div>
<br></div><div><br></div><div class="gmail_quote">On Sun, Mar 7, 2010 at 8:57 AM, Antoine Pitrou <span dir="ltr">&lt;<a href="mailto:solipsis@pitrou.net">solipsis@pitrou.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Le Sun, 07 Mar 2010 11:10:52 +0100,<br>
Stefan Behnel &lt;<a href="mailto:stefan_ml@behnel.de">stefan_ml@behnel.de</a>&gt; a écrit :<br>
<div class="im">&gt;<br>
&gt; Any reason the fix for bug 7173 didn&#39;t make it in? The test case that<br>
&gt; Amaury came up with seems to indicate that this a pretty serious<br>
&gt; issue.<br>
<br>
</div>The patch needs to properly include an unit test reproducing the test<br>
case.<br>
Also, a committer must step up and apply it. I am currently on vacation<br>
and refrain from doing commits myself.<br>
<br>
Regards<br>
<font color="#888888"><br>
Antoine.<br>
</font><div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-dev" target="_blank">http://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/bmiller%40luther.edu" target="_blank">http://mail.python.org/mailman/options/python-dev/bmiller%40luther.edu</a><br>
</div></div></blockquote></div><br></div>