--enable-multibyte dies (UnixWare 7.1.1)/Current Sources

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: --enable-multibyte dies (UnixWare 7.1.1)/Current Sources
Date: 2000-10-26 12:07:53
Message-ID: 20001026070753.A12174@lerami.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Tried --enable-multibyte for grins. Bad Move.

Top part of config.status:
#! /bin/sh
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# This directory was configured as follows,
# on host lerami.lerctr.org:
#
# ./configure --prefix=/home/ler/pg-test --enable-syslog --with-CXX --with-perl --enable-multibyte --with-includes=/usr/local/include --with-libs=/usr/local/lib
#
# Compiler output produced by configure, useful for debugging
# configure, is in ./config.log if it exists.

Bottom of make output...
UX:acomp: WARNING: "mbutils.c", line 178: argument #1 incompatible with prototype: strlen()
UX:acomp: WARNING: "mbutils.c", line 195: argument #1 incompatible with prototype: strlen()
cc -c -I/usr/local/include -I../../../../src/include -O -K inline -o wchar.o wchar.c
cc -c -I/usr/local/include -I../../../../src/include -O -K inline -o wstrcmp.o wstrcmp.c
cc -c -I/usr/local/include -I../../../../src/include -O -K inline -o wstrncmp.o wstrncmp.c
cc -c -I/usr/local/include -I../../../../src/include -O -K inline -o big5.o big5.c
/bin/ld -r -o SUBSYS.o common.o conv.o mbutils.o wchar.o wstrcmp.o wstrncmp.o big5.o
gmake[4]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend/utils/mb'
/bin/ld -r -o SUBSYS.o fmgrtab.o adt/SUBSYS.o cache/SUBSYS.o error/SUBSYS.o fmgr/SUBSYS.o hash/SUBSYS.o init/SUBSYS.o misc/SUBSYS.o mmgr/SUBSYS.o sort/SUBSYS.o time/SUBSYS.o mb/SUBSYS.o
gmake[3]: Leaving directory `/home/ler/pg-dev/pgsql/src/backend/utils'
cc -O -K inline -o postgres access/SUBSYS.o bootstrap/SUBSYS.o catalog/SUBSYS.o parser/SUBSYS.o commands/SUBSYS.o executor/SUBSYS.o lib/SUBSYS.o libpq/SUBSYS.o main/SUBSYS.o nodes/SUBSYS.o optimizer/SUBSYS.o port/SUBSYS.o postmaster/SUBSYS.o regex/SUBSYS.o rewrite/SUBSYS.o storage/SUBSYS.o tcop/SUBSYS.o utils/SUBSYS.o -L/usr/local/lib -lz -lgen -lld -lnsl -lsocket -ldl -lm -lreadline -ltermcap -lcurses -Wl,-Bexport
Undefined first referenced
symbol in file
reset_client_encoding tcop/SUBSYS.o
UX:ld: ERROR: Symbol referencing errors. No output written to postgres
gmake[2]: *** [postgres] Error 1
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

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 (voice) Internet: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Warner 2000-10-26 12:54:44 Re: Postgres Question
Previous Message devik 2000-10-26 10:48:33 Re: Unneccessary cmax in heap tuple ?