On 2011/06/30, at 12:10, Brock Organ wrote: > Hi, > > I installed gprolog-1.4.0-snow-leopard, and after installing tried to > start the gprolog command, but it failed to start: > > bash-3.2$ /opt/local/bin/gprolog > dyld: unknown required load command 0x80000022 > Trace/BPT trap > bash-3.2$ > > Here are the specifics on my system: > > bash-3.2$ uname -a > Darwin fiffaro.local 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 > 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386 > bash-3.2$
It seems that you're trying to use the *Snow Leopard* (MacOS X 10.6) installer on *Leopard* (MacOS X 10.5). That was never tested (by me) was I don't have access to 10.5 anymore. > Unfortunately, the error is severe enough that I can't even query the > binary for version info: > > bash-3.2$ /opt/local/bin/gprolog --version > dyld: unknown required load command 0x80000022 > Trace/BPT trap > bash-3.2$ # just installed gprolog 1.4.0 from > http://www.gprolog.org/gprolog-1.4.0.tar.gz > > I am using Mac OS X version 10.5.8 on an Intel-based system ... is > this a known issue, or does it have a workaround? You can always build GNU Prolog from sources, either by downloading the source archive or by using MacPorts (the portfile for GNU Prolog 1.4.0 is already committed). Cheers, Paulo ----------------------------------------------------------------- Paulo Jorge Lopes de Moura, PhD Assistant Professor Dep. of Computer Science, University of Beira Interior 6201-001 Covilhã, Portugal Office 3.18 Ext. 3276 Phone: +351 275319891 Fax: +351 275319899 Email: <mailto:[email protected]> Home page: <http://www.di.ubi.pt/~pmoura> Research: <http://logtalk.org/> Blog: <http://blog.logtalk.org/> ----------------------------------------------------------------- _______________________________________________ Bug-prolog mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-prolog
