From: | "Marcin Wasilewski" <marcingrupy(at)poczta(dot)onet(dot)pl> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Postgresql - multibyte |
Date: | 2001-05-18 14:12:45 |
Message-ID: | 9e3aos$cvn$1@news.tpi.pl |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
hello,
I have a problem during compilation of Postgresql 7.1
I configure it with --enable-multibyte=LATIN2 --enable-odbc --enable-locale
Everything goes OK.
Then I type gmake, and after a while of compilation I get an error message
like:
gmake[4]: Entering directory
`/export/home/root/instalacje/postgresql-7.1/src/backend/utils/mb'
/usr/ccs/bin/ld -r -o SUBSYS.o common.o conv.o mbutils.o wchar.o wstrcmp.o
wstrncmp.o big5.o
gmake[4]: Leaving directory
`/export/home/root/instalacje/postgresql-7.1/src/backend/utils/mb'
/usr/ccs/bin/ld -r -o SUBSYS.o fmgrtab.o adt/SUBSYS.o cache/SUBSYS.o
error/SUBSYS.o fmgr/SUBSYS.o hash/SUBSYS.o init/SUBSYS.o misc/SUBSYS.o
mmgr/SUBSYS.o sort/SUBSYS.o time/SUBSYS.o mb/SUBSYS.o
ld: fatal: symbol `PG_char_to_encoding' is multiply-defined:
(file init/SUBSYS.o and file mb/SUBSYS.o);
ld: fatal: symbol `getdatabaseencoding' is multiply-defined:
(file init/SUBSYS.o and file mb/SUBSYS.o);
ld: fatal: symbol `PG_encoding_to_char' is multiply-defined:
(file init/SUBSYS.o and file mb/SUBSYS.o);
ld: fatal: File processing errors. No output written to SUBSYS.o
gmake[3]: *** [SUBSYS.o] Error 1
gmake[3]: Leaving directory
`/export/home/root/instalacje/postgresql-7.1/src/backend/utils'
gmake[2]: *** [utils-recursive] Error 2
gmake[2]: Leaving directory
`/export/home/root/instalacje/postgresql-7.1/src/backend'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory
`/export/home/root/instalacje/postgresql-7.1/src'
gmake: *** [all] Error 2
Can anyone help me.
Best regards
Marcin
From | Date | Subject | |
---|---|---|---|
Next Message | J.H.M. Dassen Ray | 2001-05-18 14:15:19 | Re: Which OS to Use for Postgresql |
Previous Message | Tom Lane | 2001-05-18 14:08:41 | Re: Re: 7.0.2 backend churning out messages |