Re: PG still fussy to compile on Solaris + GCC, may still need Sun ld

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: matt(at)linuxbox(dot)nu, pgsql-bugs(at)postgresql(dot)org
Subject: Re: PG still fussy to compile on Solaris + GCC, may still need Sun ld
Date: 2000-09-02 17:52:10
Message-ID: 1473.967917130@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Matt Benjamin 2000-09-02 19:38:07 Re: PG still fussy to compile on Solaris + GCC, may still need Sun ld
Previous Message Tom Lane 2000-09-02 17:18:14 Re: LIKE 'bla%'