On Tue, Sep 30 2008, Robert D. Skeels wrote:
I would like to see an option at configure stage to remove the version from the path, in order to honor the --prefix= path I set before compile. It is tiresome to edit PATH variables in .cshrc every time Gambit's version changes.
Try this:
./configure prefix=/usr/local make make install prefix=/usr/local PACKAGE_SUBDIR=""