Christoph Berg <cb@df7cb.de> writes:
> Here's what I did:
> ./configure
> cd src && make
> cd pl/plperl && make clean && make CFLAGS="-g"
> make check
You sure that wholesale override of CFLAGS is a good idea?
This report doesn't show what flags the rest of your system was built
with, but seems like there could be a compatibility issue. Or maybe
you prevented plperl from being built with -fpic, or something like
that.
I tend to usemake PROFILE="-g"
for this sort of tweak to the compile flags --- that adds the flags
you specify, without removing any.
regards, tom lane