[issue1676121] Problem linking to readline lib on x86(64) Solaris

Alexander Belopolsky report at bugs.python.org
Tue Mar 31 03:37:12 CEST 2009


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

I don't have a Solaris box to test at the moment, but I believe the
following commit fixed this issue:

------------------------------------------------------------------------
r66283 | gregory.p.smith | 2008-09-07 01:15:18 -0400 (Sun, 07 Sep
2008) | 5 lines

- Issue #1204: The configure script now tests for additional libraries
  that may be required when linking against readline.  This fixes issues
  with x86_64 builds on some platforms (at least a few Linux flavors as
  well as OpenBSD/amd64).

------------------------------------------------------------------------

If it is the case, this issue should be closed as a duplicate of #1204.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1676121>
_______________________________________


More information about the Python-bugs-list mailing list