23 Déc
2008
23 Déc
'08
13:26
On 23-Dec-08, at 1:17 PM, Bradley Lucier wrote:
And make update will again not update Gambit across a release number change:
Yes... that's because the Scheme runtime library uses the new notation for system files (i.e. ~~lib/ instead of ~~/lib/), and maybe a few other things. You may be able to do a "make update" by doing % cd lib % ln -s . ~~lib and also in gsi/ and gsc/ . I think the simplest option is to download a fresh v4.4.0 and build it. Marc