Re: compiling pg 7.0.3 on sco 5.0.5

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: compiling pg 7.0.3 on sco 5.0.5
Дата
Msg-id 4726.975597331@sss.pgh.pa.us
обсуждение исходный текст
Ответ на compiling pg 7.0.3 on sco 5.0.5  ("Arno A. Karner" <karner@tnss.com>)
Ответы Re: compiling pg 7.0.3 on sco 5.0.5  ("Billy G. Allie" <bga@mug.org>)
Список pgsql-hackers
"Arno A. Karner" <karner@tnss.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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: SQL 'in' vs join.
Следующее
От: Don Baccus
Дата:
Сообщение: Re: SQL 'in' vs join.