Heiko Lehmann <hlehmann(at)fh-lausitz(dot)de> writes:
> /usr/lib/dld.sl: Unresolved symbol: __umoddi3 (code) from /usr/local/pgsql/lib/libpq.sl
You might find it helps to explicitly link libgcc.a into libpq.sl when
building the latter. This sort of thing is common when you mix gcc and
HP-cc output files ...
regards, tom lane