Dwight Johnson <[EMAIL PROTECTED]> wrote:
>My Pine compile attempt is showing:
>
>cc    -g -DDEBUG   -DLNX -DSYSTYPE=\"LNX\" -DMOUSE -o pine addrbook.o
[...]
>os.o date.c  ../pico/libpico.a ../c-client/c-client.a  -lncurses `cat
>../c-client/LDFLAGS`
>../c-client/c-client.a(osdep.o): In function `checkpw':
>/usr/src/pine4/pine4.21/imap/c-client/osdep.c:106: undefined reference
>to `crypt'

Looks like it needs an -lcrypt there next to -lncurses, at least
assuming that you have libc6-dev installed. (I doubt you'd have got that
far if it weren't.)

-- 
Colin Watson                                     [EMAIL PROTECTED]

Reply via email to