Re: compiling pg 7.0.3 on sco 5.0.5

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Arno A(dot) Karner" <karner(at)tnss(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: compiling pg 7.0.3 on sco 5.0.5
Date: 2000-11-30 15:15:31
Message-ID: 4726.975597331@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Arno A. Karner" <karner(at)tnss(dot)com> writes:
> epcg compiles but fails with unresolved var
> nocachegetattr in pgc.o

This is a header bug (there's a backend header file that some bright
soul put a static function declaration into :-( ... and the function
can't link outside the backend ... and ecpg includes that header,
even though it has no use for the particular function).

I'd suggest trying to remove the #define DISABLE_COMPLEX_MACRO from
port/sco.h. If it compiles and passes regress tests that way, you're
better off without the #define anyhow.

There was another discussion about this on pghackers just recently...
see the archives.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Don Baccus 2000-11-30 15:24:30 Re: SQL 'in' vs join.
Previous Message Andrew Snow 2000-11-30 15:05:01 RE: SQL 'in' vs join.