Ken Weingold <[EMAIL PROTECTED]> wrote:
>
> Would that cause make to error out?
> 
> /tmp/hazmat/mutt-1.3.27/pgpkey.c:701: undefined reference to `beep'
> resize.o: In function `mutt_resize_screen':
> /tmp/hazmat/mutt-1.3.27/resize.c:79: undefined reference to
> `resizeterm'
> collect2: ld returned 1 exit status
> gmake[2]: *** [mutt] Error 1
> gmake[2]: Leaving directory `/tmp/hazmat/mutt-1.3.27'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/tmp/hazmat/mutt-1.3.27'
> gmake: *** [all-recursive-am] Error 2

You are not supplying sufficient information for this list to tell you
what is wrong.  All the above messages mean is that function beep()
could not be found.  It doesn't tell us WHY it could not be found.

Perhaps it is not found because you are linking to a deficient curses
library.  Perhaps your ncurses is not up to date.  Perhaps the correct
location of ncurses has not been determined.  These are things that are
very difficult to tell from so far away out on the net, as we are.

Perhaps you could post the entire output from "make", or maybe even the
output from "configure" if you so desire.

-- 
David DeSimone   | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED]   |  that there is no man really clever who has not
Hewlett-Packard  |  found that he is stupid." -- Gilbert K. Chesterson
Richardson IT    |    PGP: 5B 47 34 9F 3B 9A B0 0D  AB A6 15 F1 BB BE 8C 44

Reply via email to