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 collect2: ld returned 1 exit status configure: failed program was: #line 1117 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char strerror(); int main() { strerror() ; return 0; } Before I saw that, running make errored. Anyone know why this is? Thanks. -Ken