Re: A question about compatibility
Erick Alphonse <[email protected]>
| Newsgroups | gmane.comp.gnu.prolog.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, > I am working with gnu prolog 2.1.16, g++-3.3 and debian. All files, pl y > cc, compile and link well, but when I execute then I obtain segmentation > fault. The same files execute well one years ago. > > Can you know incompatibility problems between gnu-prolog 2.1.16 and g++-3.3 What were your configure options when you compiled gprolog? I had a similar problem with gcc3.3.2. Try --disable-fast-call. Cheers, Erick.