[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: build ddd-3.2.1
From: |
Arnaud Desitter |
Subject: |
Re: build ddd-3.2.1 |
Date: |
Wed, 29 Nov 2000 15:18:01 +0000 () |
>
> I try to build ddd-3.2.1 on Linux RedHat 7.0
>
> #./configure
> #make
>
> c++ -DHAVE_CONFIG_H -DNDEBUG -O2 -g -W -Wall -trigraphs -c -I. -I. -I./..
> -isystem /usr/X11R6/include -o PannedGE.o PannedGE.C
> PannedGE.C: In function `void __static_initialization_and_destruction_0
> (int, int)':
> PannedGE.C:88: non-lvalue in unary `&'
> make[1]: *** [PannedGE.o] Error 1
> make[1]: Leaving directory `/root/ddd-3.2.1/ddd'
> make: *** [all] Error 1
>
>
> What is wrong?
>
The compiler :-(
One solution is to install gcc 2.95.2 and use it to compiler ddd.
Not ideal...
Arnaud