Hi

We have restricted our application to build and run on Centos 5.x o/s, which 
means that it always links to Python 2.4.  So our makefile contains:

PYTHON = /usr/include/python2.4
INCPATH=$(PYTHON)

However, now we want to build on other systems that will have later versions of 
Python.  What is the correct way of handling this?  Should we expect the system 
path to contain the Python header file path? Is it bad practice to specify the 
explicit path in the makefile?

Best regards

David

_______________________________________________
Help-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to