Re: gprolog on a Mac Intel?
"Geoff Alexander" <[email protected]>
| Newsgroups | gmane.comp.gnu.prolog.general |
|---|---|
| Message-ID | <001c01c6d276$231d8970$b900a8c0@alexander1> |
Have you tried YAP (http://www.ncc.up.pt/~vsc/Yap/index.html)? I'm not sure if works on Intel Mac, but it might be worth a look. Geoff Alexander ----- Original Message ----- From: "Bill Atkins" <[email protected]> To: <[email protected]> Sent: Thursday, September 07, 2006 1:29 AM Subject: gprolog on a Mac Intel? >I have a new Intel MacBook and I need to run gprolog for a course I'm >taking. There are no binaries available in Fink (or anywhere else, as far >as I've found), and when I attempt to compile from source, configure gives >me: > > /Users/batkins/Desktop/gprolog-1.2.16/src % ./ configure > 1:07AM > checking for gcc... gcc > checking for C compiler default output... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for executable suffix... > checking for object suffix... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for ranlib... ranlib > checking whether make sets ${MAKE}... yes > checking for a BSD compatible install... /usr/bin/install -c > checking whether ln -s works... yes > checking build system type... i386-apple-darwin8.7.1 > checking host system type... i386-apple-darwin8.7.1 > configure: error: unsupported architecture > > Is there any way at all to get this running on an Intel Mac? > > Thanks, > Bill > > > _______________________________________________ > Users-prolog mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/users-prolog >