Re: PGXS problem with pdftotext - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PGXS problem with pdftotext
Date
Msg-id 26095.1246648216@sss.pgh.pa.us
Whole thread Raw
In response to Re: PGXS problem with pdftotext  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List 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 by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: [pgsql-www] commitfest.postgresql.org
Next
From: Tom Lane
Date:
Subject: Re: PGXS problem with pdftotext