> I am running Linux and am tring to get Mutt installed but the make
> is erroring out eith the following:
Not enough information. Which version of Linux? On my Linux systems,
R_OK is defined in <fcntl.h>.
Posting the output of configure might be helpful, too.
> gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\"
> -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I/usr/include/ncurses
> -DDL_STANDALONE -DDOTLOCK="\"/usr/local/bin/mutt_dotlock\"" -I./intl
> -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c compose.c
> compose.c: In function `mutt_compose_menu':
> compose.c:561: warning: implicit declaration of function `access'
> compose.c:561: `R_OK' undeclared (first use in this function)
> compose.c:561: (Each undeclared identifier is reported only once
> compose.c:561: for each function it appears in.)
make: *** [compose.o] Error 1