This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients pitrou, vstinner
Date 2012-01-23.21:32:14
SpamBayes Score 0.009208959
Marked as misclassified No
Message-id <1327354335.3.0.0960870172041.issue13843@psf.upfronthosting.co.za>
In-reply-to
Content
gcc    -o python Modules/python.o libpython3.3dm.a -lsocket -lnsl -lintl -lrt -ldl -lsendfile   -lm  
Undefined                       first referenced
 symbol                             in file
libintl_bind_textdomain_codeset     libpython3.3dm.a(_localemodule.o)
libintl_gettext                     libpython3.3dm.a(_localemodule.o)
libintl_textdomain                  libpython3.3dm.a(_localemodule.o)
libintl_dcgettext                   libpython3.3dm.a(_localemodule.o)
libintl_bindtextdomain              libpython3.3dm.a(_localemodule.o)
libintl_dgettext                    libpython3.3dm.a(_localemodule.o)
ld: fatal: Symbol referencing errors. No output written to python
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `python'
program finished with exit code 1

http://www.python.org/dev/buildbot/all/builders/sparc%20solaris10%20gcc%203.x/builds/4131/steps/compile/logs/stdio
History
Date User Action Args
2012-01-23 21:32:15vstinnersetrecipients: + vstinner, pitrou
2012-01-23 21:32:15vstinnersetmessageid: <1327354335.3.0.0960870172041.issue13843@psf.upfronthosting.co.za>
2012-01-23 21:32:14vstinnerlinkissue13843 messages
2012-01-23 21:32:14vstinnercreate