Re: ecpg hackery to get ecpg to compile from FreeBSD ports...

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: ecpg hackery to get ecpg to compile from FreeBSD ports...
Дата
Msg-id Pine.LNX.4.44.0209092017190.18819-100000@localhost.localdomain
обсуждение исходный текст
Ответ на ecpg hackery to get ecpg to compile from FreeBSD ports...  (Sean Chittenden <sean@chittenden.org>)
Ответы Re: ecpg hackery to get ecpg to compile from FreeBSD ports...  (Sean Chittenden <sean@chittenden.org>)
Список pgsql-bugs
Sean Chittenden writes:

> Different bogon that I ran across:
>
> 2:35pm sean@mat:ecpg/lib > gmake
> cc -O -pipe -g -O  -I/usr/local/include -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPIC
-I../../../../src/interfaces/ecpg/include-I../../../../src/interfaces/libpq -I../../../../src/include
-I/usr/local/include-I/usr/local/include  -c -o connect.o connect.c 

Apparently you somehow put -I/usr/local/include into CFLAGS.  Don't do
that.

--
Peter Eisentraut   peter_e@gmx.net

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

Предыдущее
От: Mats Lofkvist
Дата:
Сообщение: _bt_check_unique checks every row in table when doing update??
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pg_config Makefile bogon...