[gambit-list] Gambit installer
Kurt B. Kaiser
kbk at shore.net
Wed Oct 1 01:47:20 EDT 2008
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=""
--
KBK
More information about the Gambit-list
mailing list