"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