On Sun, May 25, 2008 at 08:17:27AM -0400, Marc Feeley wrote:
On 24-May-08, at 10:20 AM, Bradley Lucier wrote:
On Sat, 2008-05-24 at 07:50 -0400, Logiciel Gambit wrote:
Gambit-C v4.2.7 is now available.
it doesn't install:
8 10:14 cd gambc-v4_2_7
10 10:14 ./configure --enable-single-host 11 10:14 time make -j 2 16 10:18 sudo make install ... ../install-sh -c -m 644 gambit-not$version_num.h /usr/local/Gambit- C/v4.2.7/include/gambit-not$version_num.h install: gambit-not402007.h does not exist make[1]: *** [install-post] Error 1
Sorry about that! There was a minor error in the makefiles and my build process did not detect that "make install" failed.
The fix is now in the new release (v4.2.8).
Marc
Gambit 2.4.8 builds and installs on 64-bit FreeBSD 7.0.
One suggestion:
add to the make install script "ln -sf ..." for the lib and include files which are executed automatically if links for the lib and include files were installed for the version being replaced,