Mark Hatle wrote:
>> For now, I used explit paths to tell it where it is:
>> --with-python-inc-dir=/usr/include/python2.3 \
>> --with-python-lib-dir=/usr/lib/python2.3 \
>
> This is the expected way to work around python not living in the system
> path. I'd prefer we don't change this behavior or it could affect
> cross-compiling rpm. (Any time we use hard coded paths it's just a
> mess.. unless we crap them in if cross-compile....)
That's cool with me, just thought I'd mention it...
When I think further about it, wonder if it wasn't
me that added those paths myself last time I tinkered :-)
Either way, it's a symlink over to the actual location:
/System/Library/Frameworks/Python.framework/Versions/2.3/include/
python2.3
The actual RPM module eventually ends up installed in:
/Library/Python/2.3/site-packages/rpm
So nothing to change or see here, just little Mac quirks.
--anders
Received on Fri Aug 10 21:29:48 2007