FreeBSD 4.2 readlib issue

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема FreeBSD 4.2 readlib issue
Дата
Msg-id 200012052329.eB5NTHA00920@hub.org
обсуждение исходный текст
Ответы Re: FreeBSD 4.2 readlib issue  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Branson Matheson (branson@ferguson.com) reports a bug with a severity of 1
The lower the number the more severe it is.

Short Description
FreeBSD 4.2 readlib issue

Long Description
Compiling under freebsd gives this problem:
gcc -I../../include -I../../backend   -O2 -m486 -pipe -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../interfaces/libpq-o psql command.o common.o help.o input.o stringutils.o mainloop.o copy.o startup.o prompt.o
variables.olarge_obj.o print.o describe.o tab-complete.o -L../../interfaces/libpq -lpq -lcrypt -lcompat -lln -lm -lutil
-lreadline-ltermcap -lncurses  -export-dynamic 
tab-complete.o: In function `psql_completion':
tab-complete.o(.text+0x53): undefined reference to `rl_completion_append_character'
tab-complete.o(.text+0x1496): undefined reference to `rl_completion_append_character'


Sample Code


No file was uploaded with this report

В списке pgsql-bugs по дате отправления:

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: foreign key check makes a big LOCK
Следующее
От: Tom Lane
Дата:
Сообщение: Re: FreeBSD 4.2 readlib issue