Re: [HACKERS] Cannot compile psql

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: meskes(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Cannot compile psql
Date: 2000-01-19 02:59:50
Message-ID: Pine.LNX.4.21.0001190126140.11420-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2000-01-18, Tatsuo Ishii mentioned:

> I assume you have configured --with-mb=something *before*
> make. --with-mb does not seem to work anymore. Try:
>
> make distclean
> ./configure --enable-multibyte[=something]
>
> Seems we have to warn if --with-mb is used, otherwise multibyte users
> would complain about it.

I wanted to do that, but as soon as you put that option back in it shows
up in --help output, which is against the point of it being deprecated.

--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-01-19 03:00:12 Re: [HACKERS] multi-byte support broken in current
Previous Message Bruce Momjian 2000-01-19 02:58:44 Re: [HACKERS] Index recreation in vacuum