| From: | "Yuri A(dot) Kabaenkov" <sec(at)artofit(dot)com> |
|---|---|
| To: | Pgsql-Admin <pgsql-admin(at)postgresql(dot)org> |
| Subject: | compilation troubles |
| Date: | 2001-12-18 02:49:21 |
| Message-ID: | 099117693.20011218054921@artofit.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Hello,
When i try to compile postgreSQL with --enable-multibyte=KOI8
Then run 'gmake'
Compilations stops on:
gcc -pipe -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include -c -o pg_encoding.o pg_encoding.c
gcc -pipe -O2 -Wall -Wmissing-prototypes -Wmissing-declarations pg_encoding.o -L../../../src/interfaces/libpq -lpq -R/usr/local/pgsql/lib -lz -lcrypt -lcompat -lm -lutil -lreadline -o pg_encoding
pg_encoding.o: In function `main':
pg_encoding.o(.text+0x3d): undefined reference to `pg_char_to_encoding'
pg_encoding.o(.text+0x7c): undefined reference to `pg_encoding_to_char'
gmake[3]: *** [pg_encoding] Error 1
What is this? How can i solve this problem?
------------
With respect,
Yuri A. Kabaenkov
hellman(at)artofit(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-12-18 03:39:17 | Re: compilation troubles |
| Previous Message | Andrew G. Hammond | 2001-12-18 01:02:42 | Re: How do I vacuum safely? And how often should I reindex |