ecpg is broken in current

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: ecpg is broken in current
Date: 2000-09-22 06:31:59
Message-ID: 20000922153159V.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

gcc -o ecpg preproc.o pgc.o type.o ecpg.o ecpg_keywords.o output.o keywords.o c_keywords.o ../lib/typename.o descriptor.o variable.o -lz -lcrypt -lnsl -ldl -lm -lbsd -lreadline -ltermcap -lncurses -export-dynamic
pgc.o: In function `yylex':
pgc.o(.text+0x582): undefined reference to `pg_mbcliplen'
pgc.o(.text+0x953): undefined reference to `pg_mbcliplen'
collect2: ld returned 1 exit status

pg_mbcliplen cannot be used in the frontend. Remove them, please.
--
Tatsuo Ishii

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeroen van Vianen 2000-09-22 08:08:12 Re: Bug in RI
Previous Message Tom Lane 2000-09-22 02:34:10 Re: -S is missing in postgresql.conf?