Re: Compiling gprolog with gcc >= 3.3.3
MCENANEY WILLIAM J <[email protected]>
| Newsgroups | gmane.comp.gnu.prolog.general |
|---|---|
| Message-ID | <[email protected]> |
All, After lengthening an array, I had no problem compiling gprolog-1.2.16 with gcc-3.4.0, using -O2. If memory serves me right, the word "delay" was in the array's name, and originally, the array could contain at most 64 or 65 elements, and I replaced the "64" with 512. Bill On Mon, 7 Jun 2004, Daniel Diaz wrote: > I have released a rpm compiled with gcc 3.4.0 and a source distribution: > > ftp://ftp.inria.fr/INRIA/Projects/contraintes/gprolog/unstable/gprolog-20040607.i386.rpm > ftp://ftp.inria.fr/INRIA/Projects/contraintes/gprolog/unstable/gprolog-20040607.tgz > > To compile the source distribution you need to configure it as follows: > > ./configure --with-c-flags=-O > (There is problem when compiling with -O2 or -O3. I'll check this > asap) > > make > (there are a lot of warnings, don't worry) > > make install > > > Good luck > =============================================== > Daniel Diaz > University of Paris 1 INRIA Rocquencourt > 75013 Paris FRANCE 78153 Le Chesnay FRANCE > web: http://pauillac.inria.fr/~diaz > email: [email protected] > > > -- > Ce message a subi une analyse antivirus > par MailScanner ; il est vraisemblablement > sans danger. > > > > _______________________________________________ > Users-prolog mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/users-prolog >