From: | tmorrison <tmorrison(at)avaya(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Update to readline and Postgresql |
Date: | 2002-04-04 18:58:54 |
Message-ID: | 02040411585400.26633@red58066x.sd.avaya.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi again,
I have included the config.log file after I configure 7.2 around the area
where it checks for readline:
configure:3288: checking for readline
configure:3310: gcc -o conftest -O9 -I/usr/local/include -L/usr/local/lib
conftest.c -lreadline 1>&5
/usr/local/lib/libreadline.so: undefined reference to `tgetnum'
/usr/local/lib/libreadline.so: undefined reference to `tgoto'
/usr/local/lib/libreadline.so: undefined reference to `tgetflag'
/usr/local/lib/libreadline.so: undefined reference to `BC'
/usr/local/lib/libreadline.so: undefined reference to `tputs'
/usr/local/lib/libreadline.so: undefined reference to `PC'
/usr/local/lib/libreadline.so: undefined reference to `tgetent'
/usr/local/lib/libreadline.so: undefined reference to `UP'
/usr/local/lib/libreadline.so: undefined reference to `tgetstr'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3299 "configure"
#include "confdefs.h"
Any thoughts from anyone? TIA
Trevor
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-04-04 19:09:50 | Re: Problem with factorial operator |
Previous Message | Jean-Luc Lachance | 2002-04-04 17:16:58 | Problem with factorial operator |