make install set the PACKAGE_SUBDIR="" to remove the version number from the installation path.For me the configure, make, install routine works as follows:
$ ./configure --enable-single-host --enable-gcc-opts --prefix=/Users/Shared$ make install prefix=/usr/local PACKAGE_SUBDIR=""This places the Gambit files in the directories I expect them to be in.




No comments:
Post a Comment