Re: problem interfacing prolog and C
Erick Alphonse <[email protected]>
| Newsgroups | gmane.comp.gnu.prolog.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, >> I compile with (under 1.2.18 or 1.2.16) : gplc test_c.c test.pl -o >> test and I get a Fatal Error: Segmentation Violation. It seems that the fast-call mechanism is buggy with gcc 3.3.2 (maybe older) and above. --disable-fast-call must be used. Erick.