Re: AIX compilation problems (was Re: Proposal ...)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Zeugswetter Andreas SB SD" <ZeugswetterA(at)spardat(dot)at>
Cc: "Peter Eisentraut" <peter_e(at)gmx(dot)net>, "PostgreSQL Development" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: AIX compilation problems (was Re: Proposal ...)
Date: 2002-09-26 14:55:25
Message-ID: 4226.1033052125@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Zeugswetter Andreas SB SD" <ZeugswetterA(at)spardat(dot)at> writes:
> Further research prooved, that the AIX linker eliminates functions on a per
> c file basis if none of them is referenced elsewhere (declared extern or not).
> Thus it eliminates the whole conv.c file from the postgres executable since
> those functions are only used by the conversion shared objects.

Yipes. Surely there is a linker switch to suppress that behavior?

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Shridhar Daithankar 2002-09-26 14:58:11 Re: [HACKERS] Performance while loading data and indexing
Previous Message Shridhar Daithankar 2002-09-26 14:52:05 Re: Performance while loading data and indexing