Re: [PATCH] Link Python bindings against platform-specific library directory v3 (was: Re: [PATCH] Explicitly link the python bindings against libpython (was: Re: Major upgrades to SWIG/Python bindings in r15848))
From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2005-08-28 18:25:43 CEST
--On August 28, 2005 2:29:33 AM -0400 David James <james82@gmail.com> wrote:
> Justin, does this patch work better?
Nope. Here's some pointers as to what I'm getting and what's incorrect with
Mac OS X 10.4:
% python ./build/get-py-info.py --link
We don't need -F/System/Library/Frameworks, but that's minor. The big problem
Solaris 10:
% python get-py-info.py --link
We don't need '-L/pkg/python-2.4/lib' as there's nothing in there.
% python get-py-info.py --link
Again, this is wrong. It should prefer the DSO sitting in /usr/lib. The
% python ./build/get-py-info.py --link
The version of get-py-info.py in trunk has some stat()'s to try to prevent us
HTH. Thanks. -- justin
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.