Re: Users-prolog Digest, Vol 65, Issue 2
Duncan Patton a Campbell <[email protected]>
| Newsgroups | gmane.comp.gnu.prolog.general |
|---|---|
| Organization | 240am ltd. |
| Message-ID | <[email protected]> |
Try ./configure --disable-fast-call when you build. Dhu On Fri, 29 Aug 2008 12:00:37 -0400 [email protected] wrote: > Send Users-prolog mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.gnu.org/mailman/listinfo/users-prolog > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Users-prolog digest..." > > > Today's Topics: > > 1. Install-check problem. (Charles Gillan) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 29 Aug 2008 10:20:12 +0100 > From: Charles Gillan <[email protected]> > Subject: Install-check problem. > To: "[email protected]" <[email protected]> > Message-ID: > <2B40D698C7D2754DB501A74A3E1D6F8637F1BDB2CA@EX2K7-VIRT-1.ads.qub.ac.uk> > > Content-Type: text/plain; charset="us-ascii" > > I have downloaded and installed gprolog-1.3.0 from http://www.gprolog.org/ > > I encounter a problem when running "make check". The error is as follows: > > chkma.c:232:2: error: #error FAST defined but cannot compile for FC > > Full output from "make check" is at end of this e-mail. > > I can't figure out from the source code and Makefile(s) what exactly the problem is. > > Can anyone suggest what has happened. > > By the way the machine is a quad core Dell PC (x86_64) architecture and running RedHat > Enterprise Linux. The gcc compiler version is > > 4.1.2 20071124 (Red Hat 4.1.2-42) > > Thanks, > > Charles. > > ------------------------------------------------------------------------------------------------------------------------------------------------ > > bash-3.2$ make check > (cd EnginePl; make check) && \ > (cd Ma2Asm; make check) && \ > (cd Pl2Wam; make check) && \ > (cd BipsPl; make check) && \ > echo All tests succeeded > make[1]: Entering directory `/users/tcp0031/GNUProlog/gprolog-1.3.0/src/EnginePl' > ./test_oc > starting... > object <object #5> found &name:0x607300 > object <object #4> found &name:0x6072e0 > object <object #3> found &name:0x6072c0 > object <object #2> found &name:0x6072a0 > object <object #1> found &name:0x607280 > finished - OK ! > make[1]: Leaving directory `/users/tcp0031/GNUProlog/gprolog-1.3.0/src/EnginePl' > make[1]: Entering directory `/users/tcp0031/GNUProlog/gprolog-1.3.0/src/Ma2Asm' > if [ "$FC" = "Y" ]; then FCFLAGS='-DFAST'; fi; \ > gplc --c-compiler "gcc " -C "-O3 -fomit-frame-pointer $FCFLAGS" -c chkma.c > chkma.c:232:2: error: #error FAST defined but cannot compile for FC > compilation failed > make[1]: *** [chkma.o] Error 1 > make[1]: Leaving directory `/users/tcp0031/GNUProlog/gprolog-1.3.0/src/Ma2Asm' > make: *** [check] Error 2 > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://lists.gnu.org/pipermail/users-prolog/attachments/20080829/3e845ccd/attachment.html > > ------------------------------ > > _______________________________________________ > Users-prolog mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/users-prolog > > > End of Users-prolog Digest, Vol 65, Issue 2 > ******************************************* >