Comment 26 for bug 43150

Revision history for this message
Nicholas J Kreucher (kreucher) wrote : steps to patch and fix

Personally I don't care if it uses gcl or cmucl, I just want it to work :)

So, here are the steps to rebuild maxina w/Olaf's cmucl patch. Thanks Olaf!

$ cd /tmp
$ apt-get source maxima
$ sudo apt-get build-dep maxima
$ sudo apt-get cmucl
$ cd maxima_5.9.2
$ curl http://leidola.newcon.de/daten/maxima-cmucl.patch | patch -p1
$ debuild -us -uc -b
$ dpkg -i ../maxima_5.9.2-2ubuntu1_i386.deb

Start up wxmaxima and test... should work now.

Hope this helps some newbies!