Re: Tab completion not working on OSX Lion (10.7.3) - Mailing list pgsql-general

From Tom Lane
Subject Re: Tab completion not working on OSX Lion (10.7.3)
Date
Msg-id 2625.1334371937@sss.pgh.pa.us
Whole thread Raw
In response to Re: Tab completion not working on OSX Lion (10.7.3)  (Bryan Hughes <huuuze@gmail.com>)
List pgsql-general
Bryan Hughes <huuuze@gmail.com> writes:
> I now have "libreadline.a" in /usr/local/lib. Assuming that's the goal,
> would you be kind enough to walk me through the next step -- linking that
> lib to psql?

I think it should work to just configure and build postgres the same as
you otherwise would --- I believe Apple's gcc follows the usual
convention of looking in /usr/local first.  You can check the results
with "otool -L psql".  If it mentions /usr/lib/libedit.dylib or
/usr/lib/libreadline.dylib, you still have a dependency on libedit,
else not.

            regards, tom lane

pgsql-general by date:

Previous
From: Bryan Hughes
Date:
Subject: Re: Tab completion not working on OSX Lion (10.7.3)
Next
From: "go.dbms"
Date:
Subject: Error with compile source code on CentOS5.7