Re: BUG #1999: contrib/spi doesn't receive the configured CFLAGS

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1999: contrib/spi doesn't receive the configured CFLAGS
Дата
Msg-id 5990.1130337903@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #1999: contrib/spi doesn't receive the configured CFLAGS  ("Seneca Cunningham" <scunning@ca.afilias.info>)
Ответы Re: BUG #1999: contrib/spi doesn't receive the configured  (Seneca Cunningham <scunning@ca.afilias.info>)
Список pgsql-bugs
"Seneca Cunningham" <scunning@ca.afilias.info> writes:
> $ cd postgresql-8.1beta4
> $ export OBJECT_MODE=64
> $ CFLAGS="-maix64 -Wl,-bbigtoc" ./configure
> --prefix=/opt/dbs/pgsql81b4-afilias-AIX53-2005-10-25
> --with-includes=/opt/freeware/include --enable-debug --enable-thread-safety
> --with-libraries=/opt/freeware/lib --enable-casert

This is your error.  -Wl,-bbigtoc is not a compiler flag, it's a linker
flag, and hence should be specified in LDFLAGS or related variables.

            regards, tom lane

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Index name different from constraint name
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2001: Signal 11 after concurrent inserts + updates