tsearch2 compiling problem on AIX

From: Mag Gam <magawake(at)gmail(dot)com>
To: pgsql-ports(at)postgresql(dot)org
Subject: tsearch2 compiling problem on AIX
Date: 2005-06-20 13:27:39
Message-ID: 1cbd6f830506200627685b36cc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Okay...I know had problems with this before, but has anyone able to
compile tsearch2 on AIX?

I get this error:

gmake -C snowball SUBSYS.o
gmake[1]: Entering directory
`/usr/src/postgresql-8.0.3/contrib/tsearch2/snowball'
gmake[1]: `SUBSYS.o' is up to date.
gmake[1]: Leaving directory
`/usr/src/postgresql-8.0.3/contrib/tsearch2/snowball'
gmake -C ispell SUBSYS.o
gmake[1]: Entering directory `/usr/src/postgresql-8.0.3/contrib/tsearch2/ispell'
gmake[1]: `SUBSYS.o' is up to date.
gmake[1]: Leaving directory `/usr/src/postgresql-8.0.3/contrib/tsearch2/ispell'
gmake -C wordparser SUBSYS.o
gmake[1]: Entering directory
`/usr/src/postgresql-8.0.3/contrib/tsearch2/wordparser'
gmake[1]: `SUBSYS.o' is up to date.
gmake[1]: Leaving directory
`/usr/src/postgresql-8.0.3/contrib/tsearch2/wordparser'
../../src/backend/port/aix/mkldexport.sh libtsearch2.a > libtsearch2.exp
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels
-fno-strict-aliasing -Wl,-bnoentry -Wl,-H512 -Wl,-bM:SRE -o
libtsearch2.so libtsearch2.a -L../../src/port -L../../src/port -lm
-Wl,-bI:../../src/backend/postgres.imp -Wl,-bE:libtsearch2.exp
ld: 0711-317 ERROR: Undefined symbol: .get_share_path
ld: 0711-317 ERROR: Undefined symbol: .pg_strncasecmp
ld: 0711-317 ERROR: Undefined symbol: .pg_strcasecmp
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
gmake: *** [libtsearch2.so] Error 1

Browse pgsql-ports by date

  From Date Subject
Next Message Andrew Hammond 2005-06-23 18:36:22 Re: pthreads issue when compiling 7.4.8 on AIX 5.3
Previous Message Christopher Browne 2005-06-17 02:36:22 Re: pthreads issue when compiling 7.4.8 on AIX 5.3