Yes, I think this is broken because a multi-byte commit failed to add
some files. I have contacted Tatsuo about this.
> With the following configure script:
>
> CC=cc CXX=CC ./configure --prefix=/usr/local/pgsql --enable-syslog \
> --with-CXX --with-perl --enable-multibyte --enable-cassert \
> --with-includes=/usr/local/include --with-libs=/usr/local/lib \
> --enable-debug \
> --with-tcl --with-tclconfig=/usr/local/lib \
> --with-tkconfig=/usr/local/lib --enable-locale --with-python
>
> gmake breaks:
>
> UX:cc: WARNING: debugging and optimization mutually exclusive; -O disabled
> /usr/bin/ld -r -o SUBSYS.o logtape.o tuplesort.o tuplestore.o
> gmake[4]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend/utils/sort'
> gmake -C time SUBSYS.o
> gmake[4]: Entering directory `/home/ler/pg-dev/pgsql/src/backend/utils/time'
> cc -O -K inline -g -I../../../../src/include -I/usr/local/include -c -o tqual.o tqual.c
> UX:cc: WARNING: debugging and optimization mutually exclusive; -O disabled
> /usr/bin/ld -r -o SUBSYS.o tqual.o
> gmake[4]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend/utils/time'
> gmake -C mb SUBSYS.o
> gmake[4]: Entering directory `/home/ler/pg-dev/pgsql/src/backend/utils/mb'
> gmake[4]: *** No rule to make target `encnames.o', needed by `SUBSYS.o'. Stop.
> gmake[4]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend/utils/mb'
> gmake[3]: *** [mb-recursive] Error 2
> gmake[3]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend/utils'
> gmake[2]: *** [utils-recursive] Error 2
> gmake[2]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend'
> gmake[1]: *** [all] Error 2
> gmake[1]: Leaving directory `/home/ler/pg-dev/pgsql/src'
> gmake: *** [all] Error 2
>
> I had re-cvs checkout my source tree into a clean directory....
>
> LER
>
>
>
> --
> Larry Rosenman http://www.lerctr.org/~ler
> Phone: +1 972-414-9812 E-Mail: ler@lerctr.org
> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>
-- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610)
853-3000+ If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill,
Pennsylvania19026