Re: [HACKERS] problem compiling 6.5 cvs (Linux, gcc 2.7.2, egcs 1.12)

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: gjerde(at)icebox(dot)org
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] problem compiling 6.5 cvs (Linux, gcc 2.7.2, egcs 1.12)
Date: 1999-05-11 10:01:40
Message-ID: Pine.GSO.3.96.SK.990511135552.24747F-100000@ra
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Something is weird for me. After posting my problems with compiling 6.5 cvs
I compiled the same cvs source at home using egcs-1.12 release.
Everything was ok and regression tests passed as usual with some of
them failed (int2,int4, triggers etc). At home I run Linux 2.2.7 while at
work I use Linux 2.0.36. Could this be a problem ?

Regards,

Oleg

On Tue, 11 May 1999 gjerde(at)icebox(dot)org wrote:

> Date: Tue, 11 May 1999 04:24:50 -0500 (CDT)
> From: gjerde(at)icebox(dot)org
> To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
> Cc: pgsql-hackers(at)postgresql(dot)org
> Subject: Re: [HACKERS] problem compiling 6.5 cvs (Linux, gcc 2.7.2, egcs 1.12)
>
> On Tue, 11 May 1999, Oleg Bartunov wrote:
> > Sereval days I can't compile 6.5 cvs sources under Linux,
> > I got sporadical errors so I suspected it's compiler/hardware
> > problem. I'm using egcs 1.12 release.
>
> I have had no problems with redhat 5.2(gcc 2.7.2.3, glibc 2.0)
> But with redhat 6.0(egcs 1.1.2, glibc 2.1) I'm having one problem.
> psql doesn't compile :)
> psql.c:152: initializer element is not constant
> which is
> static FILE * cur_cmd_source = stdin;
>
> I don't believe I have ever seen that error, and I don't know why it has
> problems with that line.
>
> Other than that it works great here.
>
> Ole Gjerde
>
>

_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 1999-05-11 10:13:59 Re: [HACKERS] inet data type regression test fails
Previous Message gjerde 1999-05-11 10:01:14 Re: [HACKERS] problem compiling 6.5 cvs (Linux, gcc 2.7.2, egcs 1.12)