mirror of
https://github.com/postgres/postgres.git
synced 2026-02-11 14:53:31 -05:00
> > > > found in the postmaster and not included from elsewhere) > > > > shared libs on AIX need to be able to resolve all symbols at linkage time. > > Those two symbols are in backend/utils/SUBSYS.o but not in the postgres > > executable. > > They are defined in backend/utils/mb/conv.c and declared in > include/mb/pg_wchar.h. They're also linked into the > postmaster. I don't see anything unusual. Attached is a patch to fix the mb linking problems on AIX. As a nice side effect it reduces the duplicate symbol warnings to linking libpq.so and libecpg.so (all shlibs that are not postmaster loadable modules). Please apply to current (only affects AIX). The _LARGE_FILES problem is unfortunately still open, unless Peter has fixed it per his recent idea. Zeugswetter Andreas SB SD |
||
|---|---|---|
| .. | ||
| Makefile.aix | ||
| Makefile.beos | ||
| Makefile.bsdi | ||
| Makefile.darwin | ||
| Makefile.dgux | ||
| Makefile.freebsd | ||
| Makefile.hpux | ||
| Makefile.irix5 | ||
| Makefile.linux | ||
| Makefile.netbsd | ||
| Makefile.openbsd | ||
| Makefile.osf | ||
| Makefile.qnx4 | ||
| Makefile.sco | ||
| Makefile.solaris | ||
| Makefile.sunos4 | ||
| Makefile.svr4 | ||
| Makefile.ultrix4 | ||
| Makefile.univel | ||
| Makefile.unixware | ||
| Makefile.win | ||