edwin mit-scheme on x86-64 Ubuntu Hardy Haron
April 21, 2010 at 9:26 am | Posted in Uncategorized | 1 Commentedwin didn’t work on mit-scheme for some reason. Kept on giving me a “Can’t find any usable display type” error. I had to compile mit-scheme manually since ubuntu’s package system didn’t handle it for some reason (at least on the 64 bit version). Turns out I was missing a few libraries at compile time and the configure script didn’t tell me about it. This is straight from the author:
Here’s the list of package dependencies that must be installed when building:
m4, autotools-dev, libssl-dev, libncurses5-dev, libx11-dev,
libxt-dev, libltdl-devAnd here are some optional packages that are needed for specific
purposes like crypto and databases:libmhash-dev, libmcrypt-dev, libgdbm-dev, libpq-dev, libdb-dev
Putting this on my blog so other people can benefit. I don’t want the author bothered unnecessarily.
1 Comment »
RSS feed for comments on this post. TrackBack URI
Leave a Reply
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.
thank you! I was struggling to install it but those packages did the trick!
Comment by saygo— May 18, 2010 #