Re: PG still fussy to compile on Solaris + GCC, may still need Sun ld - Mailing list pgsql-bugs

From Tom Lane
Subject Re: PG still fussy to compile on Solaris + GCC, may still need Sun ld
Date
Msg-id 1473.967917130@sss.pgh.pa.us
Whole thread Raw
In response to PG still fussy to compile on Solaris + GCC, may still need Sun ld  (pgsql-bugs@postgresql.org)
Responses Re: PG still fussy to compile on Solaris + GCC, may still need Sun ld  (Matt Benjamin <matt@linuxbox.nu>)
List pgsql-bugs
pgsql-bugs@postgresql.org writes:
> 2. PG Perl interface Makefile.PL produced Sun compiler options for
> compiling PG.c, e.g., "-KPIC", etc.

We deliberately try to build the Perl interface with the same compiler
and options that the local Perl installation claims it was built with,
regardless of what you are building Postgres with.  Experience so far
on multi-compiler platforms is that it's much more likely that the
interface will actually work if built that way (remember it's going to
link into the Perl executable, not into Postgres).

Did it not work if you just let the makefile do what it wanted?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: LIKE 'bla%'
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: unique/references not honored when inheriting tables