[C++-sig] RE: Cygwin Boost.Python Build

Raoul Gough RaoulGough at yahoo.co.uk
Sun May 26 17:22:15 CEST 2002


If it's any help, here's my set-up script for building Boost with the Cygwin
Python:

export PYTHON='f:\cygwin\bin\python.exe'
export PYTHON_ROOT='f:\cygwin\lib\python2.1'
export PYTHON_VERSION='2.1'
export PYTHON_INCLUDES='f:\cygwin\usr\include\python2.1'
export PYTHON_LIB_PATH='f:\cygwin\lib\python2.1\config'
export PYTHON_STDLIB_PATH='f:\cygwin\lib\python2.1'
export GCC_PYTHON_ROOT='f:\cygwin\usr'

I remember it taking some time to arrive at this - maybe it will help
Scott get his set-up working (with appropriate replacements).

Regards,
Raoul Gough.



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com






More information about the Cplusplus-sig mailing list