problem compiling 6.5 cvs (Linux, gcc 2.7.2, egcs 1.12)

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: problem compiling 6.5 cvs (Linux, gcc 2.7.2, egcs 1.12)
Date: 1999-05-11 06:45:24
Message-ID: Pine.GSO.3.96.SK.990511103910.24747A-100000@ra
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 moved to another Linux box, download cvs again, used gcc 2.7.2
and still has a problem:

make[2]: Entering directory /usr2/u/postgres/cvs/pgsql/src/backend/postmaster'
gcc -I../../include -I../../backend -O2 -m486 -Wall -Wmissing-prototypes -I.. -c postmaster.c -o postmaster.o
postmaster.c: In function erverLoop':
postmaster.c:665: too few arguments to function ettimeofday'
postmaster.c:704: too few arguments to function ettimeofday'
postmaster.c:663: warning: unused variable z'
postmaster.c: In function oBackend':
postmaster.c:1503: too few arguments to function ettimeofday'
postmaster.c:1456: warning: unused variable z'
make[2]: *** [postmaster.o] Error 1

Has anyone successfully compiled latest cvs sources under Linux or these
problems are just mine ?

Regards,

Oleg

_____________________________________________________________
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 1999-05-11 07:35:27 Re: [SQL] plpgsql error
Previous Message Dmitry Samersoff 1999-05-11 06:00:09 Re: [HACKERS] Problem installing plpgsql