$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Craig Rodrigues (rodrigc_at_[hidden])
Date: 2002-02-27 15:13:29
Hi,
In linux_gcc.mak, why is the following set up this way:
#PYEXE=PYTHONPATH=. /usr/bin/python
#PYINC=-I/usr/include/python1.5
#PYEXE=PYTHONPATH=. /usr/local/Python-1.5.2/bin/python
#PYINC=-I/usr/local/Python-1.5.2/include/python1.5
PYEXE=PYTHONPATH=. /usr/local_cci/Python-2.1.1/bin/python
PYINC=-I/usr/local_cci/Python-2.1.1/include/python2.1
It would be handy to have the commented out lines set as the
defaut, because on many Red Hat Linux based systems,
/usr/bin/python and /usr/include/python1.5 are the default
locations of the standard install for these packages.
This would make regression testing directly from CVS easier
on Linux + gcc setups.
Thanks.
-- Craig Rodrigues http://www.gis.net/~craigr rodrigc_at_[hidden]