> I issued the following commands: > sudo port selfupdate > sudo port upgrade outdated > I got this after typing `maxima': > fatal error encountered in SBCL pid 812: > can't load .core for different runtime, sorry > > > Welcome to LDB, a low-level debugger for the Lisp runtime environment. > ldb>
You need to uninstall and reinstall Maxima after each upgrade of sbcl (unless Maxima was itself upgraded, which happens only if a new version of Maxima was released): your present installation of Maxima uses a bytecode that was compiled with the previous version of sbcl and that can not be run by the new version of sbcl. I don't know how to make this automatic unfortunately. Best wishes
_______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
