Re: PGXS problem with pdftotext

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PGXS problem with pdftotext
Дата
Msg-id 26095.1246648216@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PGXS problem with pdftotext  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> Tom Lane <tgl@sss.pgh.pa.us> wrote: 
>> What does pg_config report for the various FLAGS variables?
> CPPFLAGS = -D_GNU_SOURCE -I/usr/include/libxml2
> CFLAGS = -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
> -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
> -fwrapv -g
> CFLAGS_SL = -fpic
> LDFLAGS = -Wl,-rpath,'/usr/local/pgsql-8.3.7/lib'
> LDFLAGS_SL =

Well, that looks about right, so the next question is why the CFLAGS
value isn't getting used in your build.  What's the whole output of
make when you try to build your module?
        regards, tom lane


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

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: [pgsql-www] commitfest.postgresql.org
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PGXS problem with pdftotext