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 skip.montanaro
Recipients brett.cannon, skip.montanaro
Date 2008-10-01.20:27:16
SpamBayes Score 3.1987368e-10
Marked as misclassified No
Message-id <18659.56606.547753.174871@montanaro-dyndns-org.local>
In-reply-to <1222889159.6.0.750270759845.issue4010@psf.upfronthosting.co.za>
Content
Brett> Well, all of my modules are in a non-standard location and I have
    Brett> no build issues on OS X 10.5. If you look at
    Brett> PyBuildExt.detect_modules() you will see that the paths are at
    Brett> least added for the search path from LDFLAGS and CPPFLAGS.

Ah, there's the problem.  It picks through LDFLAGS looking for -L but fails
to pay attention to -R.  I'll see if I can work up a patch.

Also, I'm seeing this problem on Solaris.  I suppose it's possible that
linkage on OS X records the location of the libraries it finds, sort of
implicitly doing a -R.

Skip
History
Date User Action Args
2008-10-01 20:27:18skip.montanarosetrecipients: + skip.montanaro, brett.cannon
2008-10-01 20:27:17skip.montanarolinkissue4010 messages
2008-10-01 20:27:16skip.montanarocreate