Re: [q-lang-users] Q 7.11 def: error loading module
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2010-09-14 07:05:29
|
Hi Fred, Fred Liddell wrote: > Hello, > I recently installed Q 7.11, trying a couple different ways, and I > keep coming up with the same error: > > def: error loading module > Warning: 141 unresolved external symbols The error message looks like you're trying to run Q on a 64 bit system. Alas, Q works on 32 bit only. You might want to take a look at Q's successor, Pure. This is a much improved and compiled version of Q which has been under development for two years now. It works fine on 64 bit systems. Pure is available here: http://pure-lang.googlecode.com/ There you can also find a link to Fedora packages for Pure. HTH, Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |