Skip to content
Snippets Groups Projects
  1. Nov 12, 2002
  2. Nov 11, 2002
  3. Oct 09, 2002
    • Bruce Momjian's avatar
      > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not · 33a6b67b
      Bruce Momjian authored
      > > > > 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
      33a6b67b
  4. Feb 01, 2002
  5. Mar 27, 2001
    • Bruce Momjian's avatar
      The following patch updates the FAQ_AIX and makes C++ code work with · 341cb700
      Bruce Momjian authored
      more recent versions of the IBM C++ compiler (now called VisualAge C++).
      The C++ part was previously broken (g++ and xlC), thus this is zero risk.
      Only AIX specific parts are touched (1 Makefile.shlib line (link with $(COMPILER
      ) instead
      of $(CC) and one shell script line (parameter -C to nm to not demangle C++ symbo
      ls for
      .exp file)).
      
      I thus ask you to please apply this patch before release.
      
      With or without this patch RC1 on AIX 4.3.2 RS6000 passes "gmake check" for both
       the native
      compiler vac.C 5.0.1 and gcc 2.95.2 :-)
      
      Andreas
      341cb700
  6. Nov 18, 2000
  7. Nov 09, 2000
  8. May 05, 2000
  9. Apr 17, 2000
  10. Sep 14, 1999
  11. May 27, 1999
Loading