gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Problem compiling gcl-2.4.3 on RedHat 7.3


From: Andrey G. Grozin
Subject: [Gcl-devel] Problem compiling gcl-2.4.3 on RedHat 7.3
Date: Wed, 18 Sep 2002 17:09:30 +0700

Hello *,

First, many thanks for keeping gcl alive and well.

I the following problem on my RedHat 7.3 box: when I make gcl-2.4.3, I get

gcc -pipe -fwritable-strings  -DVOL=volatile
-I/home/grozin/maxima/gcl-2.4.3/o -fsigned-char -c -O  -I../gcl-tk -I../h/
-O  sfasl.c
In file included from ../h/include.h:62,
                 from sfasl.c:40:
../h/object.h:67: conflicting types for `_Bool'
/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdbool.h:41: previous
declaration of `_Bool'
make[1]: *** [sfasl.o] Error 1
make[1]: Leaving directory `/home/grozin/maxima/gcl-2.4.3/o'
make: *** [all] Error 2

I cannot understand this. ../h/object.h:67 is

typedef int bool;

it does not mention _Bool at all.

Do you have any idea how to build gcl-2.4.3 on RedHat 7.3? Or, maybe, I
can find rpm somewhere?

Best regards,
Andrey





reply via email to

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