users-prolog
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FreeBSD porting trouble


From: Seiichiro SAKURAI
Subject: FreeBSD porting trouble
Date: Fri, 06 Oct 2000 12:47:46 +0900

I have installed GNU prolog 1.2.1 on FreeBSD(4.0-STABLE). However,
gprolog wasn't compiled successfully. I think that the reason is the
difference of symbol table handling between NetBSD and FreeBSD.

I have modified the Ma2Asm/ix86_any.c as following:d

#if defined(M_ix86_cygwin) || defined(M_ix86_bsd)
#ifndef __FreeBSD__
#define UN                         "_"
#else
#define UN
#endif

#else

#define UN

#endif

Thanks in advance.

Seiichiro SAKURAI



reply via email to

[Prev in Thread] Current Thread [Next in Thread]