Re: symbol not found in plpgsql.so - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: symbol not found in plpgsql.so
Date
Msg-id Pine.LNX.4.21.0010052319480.1486-100000@peter.localdomain
Whole thread Raw
In response to Re: symbol not found in plpgsql.so  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: symbol not found in plpgsql.so  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane writes:

> On HPUX, for example, the loader has to be given a -E switch when
> linking the postgres executable.

Btw., something that has struck me as odd is that the hpux template with
the native compiler sets CFLAGS='-Wl,-E -Ae'.  I know what the -Ae is for,
but the -Wl,-E should probably not be in every compilation command,
no? (in particular since LDFLAGS already contains -Wl,-E)

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: RE: New unified regression test driver
Next
From: Tom Lane
Date:
Subject: Re: symbol not found in plpgsql.so