On Tue, Mar 12, 2002 at 02:08:41PM -0800, Ken Weingold wrote:
> On Tue, Mar 12, 2002, Thomas Dickey wrote:
> > On Tue, Mar 12, 2002 at 01:32:01PM -0800, Ken Weingold wrote:
> > > I am trying to build mutt even with no configure options, and get this
> > > in config.log:
> > > 
> > > configure:1109: checking for strerror in -lcposix
> > > configure:1128: gcc -o conftest -g -O2   conftest.c -lcposix   1>&5
> > > /usr/bin/ld: cannot open -lcposix: No such file or directory
> > 
> > that's normal (the script is checking if strerror() is in the cposix library,
> > which doesn't happen for many platforms - a special case so it can add -lcposix
> > to the library list if needed).
> 
> Oh, so then maybe it's not related to why make crapped out.  Here's
> the error:
> 
> pgpkey.o: In function `pgp_ask_for_key':
> /tmp/hazmat/mutt-1.3.27/pgpkey.c:701: undefined reference to `beep'

beep() is a function in the curses (or ncurses) library.

-- 
Thomas E. Dickey <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net

Reply via email to