[issue3433] Mac, 3.0 framework install error with fink cp

Robin Dunn report at bugs.python.org
Thu Jul 24 16:29:32 CEST 2008


Robin Dunn <robin at alldunn.com> added the comment:

Maybe, but I think that a more proper approach would be one of the
following:

* Decide that features specific to Apple's cp are required and change
the Makefile to use /bin/cp instead of just cp.

* Use configure to determine if a GNU cp is present and if so adjust the
command-line parameters used.

* Just use the $(INSTALL) value already set by configure as already used
in the main Makefile.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3433>
_______________________________________


More information about the Python-bugs-list mailing list