Re: 7.4 build problem on Linux Vserver

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: 7.4 build problem on Linux Vserver
Дата
Msg-id 03AF4E498C591348A42FC93DEA9661B8720235@mail.vale-housing.co.uk
обсуждение исходный текст
Ответ на 7.4 build problem on Linux Vserver  ("Dave Page" <dpage@vale-housing.co.uk>)
Ответы Re: 7.4 build problem on Linux Vserver  ("Roderick A. Anderson" <raanders@acm.org>)
Список pgsql-hackers

> -----Original Message-----
> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
> Sent: 11 December 2003 15:31
> To: Dave Page
> Cc: pgsql-hackers@postgresql.org
> Subject: Re: [HACKERS] 7.4 build problem on Linux Vserver
>
> "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 ...

Aha - the vserver code uses a var called PROFILE which is set to prod
(meaning production). Unsetting has allowed the compile to run as
normal.

Thanks Tom.

Regards, Dave.


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

Предыдущее
От: Alvaro Herrera Munoz
Дата:
Сообщение: Re: [GENERAL] Transaction Question
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: 7.4 build problem on Linux Vserver