Re: postgresql-7.1.3 bugs

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: burgonov(at)sibindustry(dot)ru
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: postgresql-7.1.3 bugs
Date: 2001-10-30 01:02:09
Message-ID: 20011030100209H.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> make -C ../../../src/interfaces/libpq all
> make[1]: Entering directory
> `/usr/local/src/postgresql-7.1.3/src/interfaces/libpq'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory
> `/usr/local/src/postgresql-7.1.3/src/interfaces/libpq'
> gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
> pg_encoding.o -L../../
> ../src/interfaces/libpq -lpq -Wl,-rpath,/usr/local/pgsql/lib -lcrypt -lreso
> lv -lnsl -ldl -lm -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+0x81): undefined reference to `pg_encoding_to_char'
> collect2: ld returned 1 exit status
> make: *** [pg_encoding] Error 1

Probably you mixed up MB enabled objects and MB disabled objects. Do
make distclean and try to build PostgreSQL again.
--
Tatsuo Ishii

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-10-30 02:20:40 Bug #501: plpgsql, date data type and time change
Previous Message Tom Lane 2001-10-29 21:14:20 Re: Porting issue with openssl and no /dev/random