Re: GNU Prolog 1.4.0 is released
Nicolas Pelletier <[email protected]>
| Newsgroups | gmane.comp.gnu.prolog.general |
|---|---|
| Message-ID | <CAE9zWoeUd=CZQ6vR9q208DUfAQS-hptNKxVP0187Y_K9-1atgg@mail.gmail.com> |
Hello Daniel, Thank you for your answer. I followed you instructions, and here are the results: unify.wam is already in the distribution tarball. I restarted from a clean slate: $ gzip -dc ~/tmp/gprolog-1.4.0.tar.gz | tar xompf - $ cd gprolog-1.4.0/src $ touch BipsPl/unify.wam $ ./configure --prefix=$HOME ... [successful] $ gmake ... [the compilation goes farther than before, without warning nor error, until] gplc -c --fast-math fd2c.pl compilation failed gmake[1]: *** [fd2c.o] Error 1 ... [leaving directory Fd2C, all error 1] The C compiler is gcc-4.3.5, the OS Solaris 10. The architecture returned by uname -m is sun4us. I do not know how to provide more information about this dry 'compilation failed' message. Could you advise, please? -- Nicolas