[wxPython-users] Re: Problems installing 2.6.8.1
Robin Dunn
robin at alldunn.com
Sat Nov 17 15:49:35 PST 2007
Grant Edwards wrote:
>
> It wasn't built with something else.
>
> Setting CC,CFLAGS,CXX,CXXFLAGS env variables got things to
> compile, but now linking is failing. I tried setting LD and
> LDFLAGS, but those didn't make any difference.
>
> Where can I find out where in the python isnstallation is that stuff
> kept
Look in /usr/local/lib/python2.4/config/Makefile. Distutils parses that
file and gets its defaults from there.
> and/or what the set of environment variables are used by
> setup.py?
I'm not sure it is documented anywhere, but it will be in the distutils
source. Look at /usr/local/lib/python2.4/distutils/sysconfig.py
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list