Re: 7.4 build problem on Linux Vserver

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 7.4 build problem on Linux Vserver
Дата
Msg-id 13494.1071156668@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 7.4 build problem on Linux Vserver  ("Dave Page" <dpage@vale-housing.co.uk>)
Ответы Re: 7.4 build problem on Linux Vserver  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
"Dave Page" <dpage@vale-housing.co.uk> writes:
> gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
> -Wmissing-declarations prod -I../../src/include -D_GNU_SOURCE
> -I/usr/include  -c -o path.o path.c
> gcc: cannot specify -o with -c or -S and multiple compilations

How is "prod" getting into that command line?  I suspect it's coming
from an environment variable like PROFILE or CFLAGS ...
        regards, tom lane


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

Предыдущее
От: Chris Travers
Дата:
Сообщение: Re: [GENERAL] Should we consider empty fields as NULL values when
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: [GENERAL] Should we consider empty fields as NULL values when dealing with string columns ?