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).

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

Reply via email to