On Sat, Jan 20, 2001 at 03:45:02AM +0200, Eric Smith wrote:
> Reply-To:
> I am trying to fix an annoying problem in mutt in that it refuses to
> resize - stick at 24 lines for example.
>
> Installed ncurses 5.0 and tried
> [root@apple mutt-1.2.5]# ./configure --with-curses=/usr/include/ncurses
>
> ... during make, got this:
>
> cc -DSHAREDIR=\"/usr/local/share/mutt\"
> -DSYSCONFDIR=\"/usr/local/etc\" -DBINDIR=\"/usr/local/bin\"
> -DHAVE_CONFIG_H=1 -I. -I. -Iintl -I/usr/local/include
> -I/usr/include/ncurses/include -I./intl -Wall -pedantic -g -O2 -c
^^^^^^^^ (odd)
> dotlock.c
> gcc -Wall -pedantic -g -O2 -L/usr/include/ncurses/lib -o mutt
^^^^^^^^^^^^^^^^^^^^^^^^ (odd)
Did you really install ncurses under /usr/include/ncurses ?
(I think it's probably not really there, and the linker is seeing the
older library)
> /usr/s/mutt-1.2.5/colour.c:710: undefined reference to
> `use_default_colors'
> resize.o: In function `mutt_resize_screen':
> /usr/s/mutt-1.2.5/resize.c:75: undefined reference to `resizeterm'
> make[2]: *** [mutt] Error 1
> make[2]: Leaving directory `/usr/s/mutt-1.2.5'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/s/mutt-1.2.5'
> make: *** [all-recursive-am] Error 2
>
> Its failing at one of the functions that I have a problem with viz.
> mutt_resize_screen.
>
> TO fix ... ?
>
> Thanx
> --
> Eric Smith
--
Thomas E. Dickey <[EMAIL PROTECTED]>
http://dickey.his.com
ftp://dickey.his.com