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 dalke
Recipients BreamoreBoy, dalke, ihavetopee, jackjansen, jjw, ronaldoussoren, skiolding
Date 2011-07-17.19:04:43
SpamBayes Score 0.0012322365
Marked as misclassified No
Message-id <1310929483.99.0.115369861146.issue1602133@psf.upfronthosting.co.za>
In-reply-to
Content
I confirm that under Python 2.7.2 while trying to build a 3rd-party package (from rdkit.org) I get the error


Linking CXX shared library ../../lib/libRDBoost.dylib
ld: warning: path '/usr/local/lib/libpython2.7.a' following -L not a directory
Undefined symbols:
  "_environ", referenced from:
      _initposix in libpython2.7.a(posixmodule.o)
     (maybe you meant: cstring=ignore_environment)
ld: symbol(s) not found
collect2: ld returned 1 exit status

My Python-2.7 was configured with "./configure" and is not a framework install. I applied the patch to my local 2.7 copy and the third party package builds without a problem.
History
Date User Action Args
2011-07-17 19:04:44dalkesetrecipients: + dalke, jackjansen, ronaldoussoren, skiolding, ihavetopee, BreamoreBoy, jjw
2011-07-17 19:04:43dalkesetmessageid: <1310929483.99.0.115369861146.issue1602133@psf.upfronthosting.co.za>
2011-07-17 19:04:43dalkelinkissue1602133 messages
2011-07-17 19:04:43dalkecreate