Problems building Postgresql with multibyte enabled
Problems building Postgresql with multibyte enabled
От:
Genty Jean-Paul <jp.genty@digitech.fr>
Дата:
Hi
I use Mandrake 7.2 and try to compile PostgresSQL 7.2.3 with multibyte
enabled.
I ran :
./configure --enable-multibyte && make
The build fails on :
make -C mb SUBSYS.o
make: Entering an unknown directory
make: *** mb: No such file or directory. Stop.
make: Leaving an unknown directory
It seems directory src/backend/utils/mb does not exist.
Can someone tell me what's wrong with my build ???
Thanks !!
Jean-Paul
Re: Problems building Postgresql with multibyte enabled
От:
Genty Jean-Paul <jp.genty@digitech.fr>
Дата:
Sorry for the post
I just found out that now the mb, c++ and java stuff are now in opt tar
file !!
Sorry again.
Jean-Paul
At 13:10 21/11/2002 +0100, Genty Jean-Paul wrote:
> Hi
>
> I use Mandrake 7.2 and try to compile PostgresSQL 7.2.3 with multibyte
> enabled.
>
> I ran :
>./configure --enable-multibyte && make
>
>The build fails on :
>
>make -C mb SUBSYS.o
>make: Entering an unknown directory
>make: *** mb: No such file or directory. Stop.
>make: Leaving an unknown directory
>
>It seems directory src/backend/utils/mb does not exist.
>
> Can someone tell me what's wrong with my build ???
>
> Thanks !!
>
>
> Jean-Paul
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
Re: Problems building Postgresql with multibyte enabled
От:
Tom Lane <tgl@sss.pgh.pa.us>
Дата:
Genty Jean-Paul writes: > It seems directory src/backend/utils/mb does not exist. It should be there. Perhaps you got an incomplete download? regards, tom lane