Script started on Mon Mar 27 13:42:22 2000 |\u@\h:\w| pwd /tmp/mutt-1.0.1-us |\u@\h:\w| ./configure --with-mailpath={mail.metalab.unc.edu}inbox --enable-imap loading cache ./config.cache checking for a BSD compatible install... ./install-sh -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking host system type... sparc-sun-solaris2.6 checking for prefix... /usr/local checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking whether make sets ${MAKE}... (cached) yes checking for a BSD compatible install... ./install-sh -c checking for POSIXized ISC... no checking for sendmail... (cached) /usr/lib/sendmail checking for ispell... (cached) /usr/local/bin/ispell checking how to run the C preprocessor... (cached) gcc -E checking for initscr in -lncurses... (cached) no checking for start_color... (cached) yes checking for typeahead... (cached) yes checking for bkgdset... (cached) yes checking for curs_set... (cached) yes checking for meta... (cached) yes checking for use_default_colors... (cached) no checking for resizeterm... (cached) no checking for ANSI C header files... (cached) yes checking for stdarg.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sysexits.h... (cached) yes checking for getopt.h... (cached) no checking return type of signal handlers... (cached) void checking for sig_atomic_t in signal.h... yes checking for sys_siglist declaration in signal.h or unistd.h... (cached) no checking size of long... (cached) 4 checking for pid_t... (cached) yes checking for setegid... (cached) yes checking for srand48... (cached) yes checking for strerror... (cached) yes checking for strcasecmp... (cached) yes checking for strdup... (cached) yes checking for snprintf... (cached) yes checking for vsnprintf... (cached) yes checking for ftruncate... (cached) yes checking for strftime... (cached) yes checking for fchdir... (cached) yes checking for regcomp... (cached) yes checking whether your system's regexp library is completely broken... no checking if {mail.metalab.unc.edu}inbox is world writable... (cached) no checking if {mail.metalab.unc.edu}inbox is group writable... (cached) no checking where to put architecture-dependent files... (cached) /usr/local/lib/mutt checking where to put architecture-independent data files... (cached) /usr/local/share/mutt checking where to put the documentation... (cached) /usr/local/doc/mutt checking for setsockopt... (cached) no checking for setsockopt in -lsocket... (cached) yes checking for gethostent... (cached) no checking for gethostent in -lnsl... (cached) yes checking for ranlib... (cached) ranlib checking for working const... (cached) yes checking for inline... (cached) inline checking for off_t... (cached) yes checking for size_t... (cached) yes checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes checking for argz.h... (cached) no checking for limits.h... (cached) yes checking for locale.h... (cached) yes checking for nl_types.h... (cached) yes checking for malloc.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getcwd... (cached) yes checking for munmap... (cached) yes checking for putenv... (cached) yes checking for setenv... (cached) no checking for setlocale... (cached) yes checking for strchr... (cached) yes checking for strcasecmp... (cached) yes checking for strdup... (cached) yes checking for __argz_count... (cached) no checking for __argz_stringify... (cached) no checking for __argz_next... (cached) no checking for LC_MESSAGES... (cached) yes checking whether NLS is requested... yes checking whether included gettext is requested... no checking for libintl.h... (cached) yes checking for gettext in libc... (cached) yes checking for msgfmt... (cached) /bin/msgfmt checking for dcgettext... (cached) yes checking for gmsgfmt... (cached) /bin/msgfmt checking for xgettext... (cached) /bin/xgettext found xgettext program is not GNU xgettext; ignore it checking for catalogs to be installed... de ru it es uk fr pl nl cs id sk ko el zh_TW.Big5 pt_BR sv gl eo creating ./config.status creating Makefile creating intl/Makefile creating m4/Makefile creating po/Makefile.in creating Muttrc creating doc/Makefile creating doc/manual.sgml creating doc/dotlock.man creating doc/mutt.man creating charsets/Makefile creating contrib/Makefile creating config.h config.h is unchanged |\u@\h:\w| more INST INST: No such file or directory |\u@\h:\w| more INSTALL Supported platforms =================== Mutt has been reported to compile and run under the following Unix operating systems: AIX BSDI Convex Data General Unix (DG/UX) Digital Unix (OSF/1) DYNIX/ptx FreeBSD HP-UX IRIX Linux Atari MiNT MkLinux NetBSD QNX SCO Unix 3.2v4/5 Solaris SunOS Ultrix UnixWare - An ANSI C compiler (such as gcc) is required. - You must also have a SysV compatible curses library, or you must install either GNU ncurses, ftp://prep.ai.mit.edu/pub/gnu/ or S-Lang, ftp://space.mit.edu/pub/davis/slang/ Installation ============ Installing Mutt is rather painless through the use of the GNU autoconf package. Simply untar the Mutt distribution, and run the ``configure'' script. If you have obtained the distribution from --More--(11%) the CVS repository, run the ``prepare'' script with the same command line parameters you would pass to configure. It will set up mutt's build environment and add the files which are present in the tar balls, but not in the CVS repository. In most cases, configure will automatically determine everything it needs to know in order to compile. However, there are a few options to ``configure'' to help it out, or change the default behavior: --prefix=DIR install Mutt in DIR instead of /usr/local --with-sharedir=DIR specify where to put architecture independent data files --with-curses=DIR use the curses lib in DIR/lib. If you have ncurses, ``configure'' will automatically look in /usr/include/ncurses for the include files. --with-slang[=DIR] use the S-Lang library instead of ncurses. This library seems to work better for some people because it is less picky about proper termcap entries than ncurses. It is recommended that you use at *least* version 0.99-38 with Mutt. --with-mailpath=DIR specify where the spool mailboxes are located on your system --with-homespool[=FILE] treat file in the user's home directory as the spool mailbox. Note that this is *not* the full pathname, but relative to the user's home directory. Defaults to "mailbox" if FILE is not specified. --enable-pop enable POP3 support --enable-imap enable IMAP support --disable-nls This switch disables mutt's native language support. --More--(31%) --with-included-gettext Mutt will be built using the GNU gettext library included in the intl/ sub-directory. You may need to use this switch if your machine has something which looks like gettext to the configure script, but isn't able to cope with mutt's catalog files. --with-regex use GNU regex instead of local regexp routines. Many systems don't have the POSIX compliant regcomp/regexec/regfree routines, so this provides a way to support them. --enable-flock use flock() to lock files. --disable-fcntl by default, Mutt uses fcntl() to lock files. Over NFS this can result in poor performance on read/write. Note that using this option could be dangerous if dotlocking is also disabled. --enable-nfs-fix some implementations of NFS do not always write the atime/mtime of small files. This means that Mutt's ``mailboxes'' feature does not always work properly, as it uses these attributes to work out whether the file has new mail. This option enables a workaround to this bug. --enable-locales-fix on some systems, the result of isprint() can't be used reliably to decide which characters are printable, even if you set the LANG environment variable. If you set this option, Mutt will assume all characters in the ISO-8859-* range are printable. If you leave it unset, Mutt will attempt to use isprint() if either of the environment variables LANG, LC_ALL or LC_CTYPE is set, and will revert to the ISO-8859-* range if they aren't. --with-exec-shell=SHELL on some versions of unix, /bin/sh has a bug that makes using emacs with mutt very difficult. If you have the problem that whenever you press control-G in emacs, mutt and emacs become very confused, you may want to try using a Bourne-derived shell other than /bin/sh here. Some shells that may work are bash, zsh, and ksh. C shells such as csh and tcsh will amost certainly not work right. --More--(58%) Note that this option is unrelated to what shell mutt gives you when you press '!'. Only use this option to solve the above problem, and only specify one of the above shells as its argument. (If you encounter this problem with your platform's native Bourne shell, please send a short report to mutt-dev@cs.hmc.edu, so a short note on this topic can be added to the Platform notes section below.) --enable-exact-address By default, Mutt will rewrite all addresses in the form Personal Name regardless of the input. By enabling this option, Mutt will write addresses in the same form they are parsed. NOTE: this requires significantly more memory. Once ``configure'' has completed, simply type ``make install.'' Mutt should compile cleanly (without errors) and you should end up with a binary called ``mutt.'' If you get errors about undefined symbols like A_NORMAL or KEY_MIN, then you probably don't have a SysV compliant curses library. You should install either ncurses or S-Lang (see above), and then run the ``configure'' script again. Please note that "VPATH" builds currently do _not_ work. Platform Notes ============== All platforms There is a bug in most (if not all) S-Lang versions which prevents the Meta key from working with mutt. A patch can be found in the file contrib/patch.slang-1.2.2.keypad.1 in this mutt distribution. Solaris 2.4 The system regcomp() and regexec() routines are very badly broken. This should be automatically detected by the configure script. If not, use the --with-regex switch when configuring mutt. --More--(81%) |\u@\h:\w| make cd . && autoheader cd . \ && CONFIG_FILES= CONFIG_HEADERS=config.h \ /bin/sh ./config.status creating config.h make all-recursive make[1]: Entering directory `/tmp/mutt-1.0.1-us' Making all in doc make[2]: Entering directory `/tmp/mutt-1.0.1-us/doc' make html make[3]: Entering directory `/tmp/mutt-1.0.1-us/doc' sgml2html manual Making manual.html from manual.sgml. /usr/local/bin/sgmls: syntax error at line 1: `(' unexpected /usr/local/bin/sgmls: syntax error at line 1: `(' unexpected /usr/local/bin/sgmlsasp: syntax error at line 1: `(' unexpected /usr/local/bin/fixref: syntax error at line 1: `(' unexpected /usr/local/bin/html2html: syntax error at line 1: `(' unexpected make[3]: Leaving directory `/tmp/mutt-1.0.1-us/doc' make manual.txt make[3]: Entering directory `/tmp/mutt-1.0.1-us/doc' sgml2txt -c latin manual sgml2txt: can't find -c or -c.sgml make[3]: *** [manual.txt] Error 1 make[3]: Leaving directory `/tmp/mutt-1.0.1-us/doc' make[2]: [try-txt] Error 2 (ignored) make[2]: Leaving directory `/tmp/mutt-1.0.1-us/doc' Making all in intl make[2]: Entering directory `/tmp/mutt-1.0.1-us/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/mutt-1.0.1-us/intl' Making all in m4 make[2]: Entering directory `/tmp/mutt-1.0.1-us/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/mutt-1.0.1-us/m4' Making all in po make[2]: Entering directory `/tmp/mutt-1.0.1-us/po' cd .. && make keymap_defs.h make[3]: Entering directory `/tmp/mutt-1.0.1-us' ./gen_defs ./OPS ./OPS.PGP > keymap_defs.h make[3]: Leaving directory `/tmp/mutt-1.0.1-us' PATH=../src:$PATH : --default-domain=mutt --directory=.. \ --add-comments --keyword=_ --keyword=N_ \ --files-from=./POTFILES.in \ && test ! -f mutt.po \ || ( rm -f ./mutt.pot \ && mv mutt.po ./mutt.pot ) /bin/msgfmt -o de.mo de.po /bin/msgfmt -o ru.mo ru.po /bin/msgfmt -o it.mo it.po /bin/msgfmt -o es.mo es.po /bin/msgfmt -o uk.mo uk.po /bin/msgfmt -o fr.mo fr.po /bin/msgfmt -o pl.mo pl.po /bin/msgfmt -o nl.mo nl.po /bin/msgfmt -o cs.mo cs.po /bin/msgfmt -o id.mo id.po /bin/msgfmt -o sk.mo sk.po /bin/msgfmt -o ko.mo ko.po /bin/msgfmt -o el.mo el.po /bin/msgfmt -o zh_TW.Big5.mo zh_TW.Big5.po /bin/msgfmt -o pt_BR.mo pt_BR.po /bin/msgfmt -o sv.mo sv.po /bin/msgfmt -o gl.mo gl.po /bin/msgfmt -o eo.mo eo.po make[2]: Leaving directory `/tmp/mutt-1.0.1-us/po' Making all in contrib make[2]: Entering directory `/tmp/mutt-1.0.1-us/contrib' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/mutt-1.0.1-us/contrib' Making all in charsets make[2]: Entering directory `/tmp/mutt-1.0.1-us/charsets' gcc -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -D_GEN_CHARSETS -c parse_i18n.c -o parse_i18n.o gcc -o parse_i18n parse_i18n.o cd . && sh ./gen_charsets make[2]: Leaving directory `/tmp/mutt-1.0.1-us/charsets' make[2]: Entering directory `/tmp/mutt-1.0.1-us' gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c addrbook.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c alias.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c attach.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c browser.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c buffy.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c color.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c commands.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c complete.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c compose.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c copy.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c curs_lib.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c curs_main.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c date.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c edit.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c enter.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c flags.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c init.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c filter.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c from.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c getdomain.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c handler.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c hash.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c hdrline.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c headers.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c help.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c hook.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c keymap.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c main.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c mbox.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c menu.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c mh.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c mx.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c pager.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c parse.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c pattern.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c postpone.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c query.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c recvattach.c recvattach.c: In function `mutt_view_attachments': recvattach.c:894: warning: `op' might be used uninitialized in this function gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c rfc822.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c rfc1524.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c rfc2047.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c score.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c send.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c sendlib.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c signal.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c sort.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c status.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c system.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c thread.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c charset.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c history.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c lib.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c dotlock.c gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c imap.c imap.c: In function `imap_parse_fetch': imap.c:313: warning: subscript has type `char' imap.c: In function `imap_handle_untagged': imap.c:477: warning: subscript has type `char' imap.c:522: warning: subscript has type `char' imap.c: In function `get_literal_count': imap.c:586: warning: subscript has type `char' imap.c: In function `imap_reopen_mailbox': imap.c:863: warning: subscript has type `char' imap.c:867: warning: subscript has type `char' imap.c: In function `imap_open_mailbox': imap.c:1397: warning: subscript has type `char' imap.c:1401: warning: subscript has type `char' imap.c: In function `imap_buffy_check': imap.c:2112: warning: subscript has type `char' gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include -I./intl -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -c socket.c gcc -DHAVE_CONFIG_H=1 -Wall -pedantic -g -O2 -L/usr/ccs/lib -o mutt addrbook.o alias.o attach.o browser.o buffy.o color.o commands.o complete.o compose.o copy.o curs_lib.o curs_main.o date.o edit.o enter.o flags.o init.o filter.o from.o getdomain.o handler.o hash.o hdrline.o headers.o help.o hook.o keymap.o main.o mbox.o menu.o mh.o mx.o pager.o parse.o pattern.o postpone.o query.o recvattach.o rfc822.o rfc1524.o rfc2047.o score.o send.o sendlib.o signal.o sort.o status.o system.o thread.o charset.o history.o lib.o dotlock.o imap.o socket.o -lnsl -lsocket -lcurses make[2]: Leaving directory `/tmp/mutt-1.0.1-us' make[1]: Leaving directory `/tmp/mutt-1.0.1-us' |\u@\h:\w| ^[[A^?^?^?          make install Making install in doc make[1]: Entering directory `/tmp/mutt-1.0.1-us/doc' make html make[2]: Entering directory `/tmp/mutt-1.0.1-us/doc' make[2]: Nothing to be done for `html'. make[2]: Leaving directory `/tmp/mutt-1.0.1-us/doc' make manual.txt make[2]: Entering directory `/tmp/mutt-1.0.1-us/doc' sgml2txt -c latin manual sgml2txt: can't find -c or -c.sgml make[2]: *** [manual.txt] Error 1 make[2]: Leaving directory `/tmp/mutt-1.0.1-us/doc' make[1]: [try-txt] Error 2 (ignored) ../mkinstalldirs /usr/local/man/man1 .././install-sh -c -m 644 mutt.man /usr/local/man/man1/mutt.1 .././install-sh -c -m 644 dotlock.man /usr/local/man/man1/mutt_dotlock.1 ../mkinstalldirs /usr/local/doc/mutt for f in manual.txt ; do .././install-sh -c -m 644 $f /usr/local/doc/mutt ; done for f in PGP-Notes.txt applying-patches.txt devel-notes.txt manual.txt ; do .././install-sh -c -m 644 ./$f /usr/local/doc/mutt ; done for f in COPYRIGHT GPL INSTALL ChangeLog README NEWS TODO README.SECURITY ; do .././install-sh -c -m 644 ../$f /usr/local/doc/mutt ; done if [ -f manual.html ] ; then \ make install-html ; \ fi make[2]: Entering directory `/tmp/mutt-1.0.1-us/doc' ../mkinstalldirs /usr/local/doc/mutt/html for f in manual*.html ; do .././install-sh -c -m 644 $f /usr/local/doc/mutt/html ; done make[2]: Leaving directory `/tmp/mutt-1.0.1-us/doc' make[1]: Leaving directory `/tmp/mutt-1.0.1-us/doc' Making install in intl make[1]: Entering directory `/tmp/mutt-1.0.1-us/intl' if test "mutt" = "gettext" \ && test '' = 'intl-compat.o'; then \ if test -r ./mkinstalldirs; then \ ./mkinstalldirs /usr/local/lib /usr/local/include; \ else \ ../mkinstalldirs /usr/local/lib /usr/local/include; \ fi; \ .././install-sh -c -m 644 intlh.inst /usr/local/include/libintl.h; \ .././install-sh -c -m 644 libintl.a /usr/local/lib/libintl.a; \ else \ : ; \ fi if test "mutt" = "gettext"; then \ if test -r ./mkinstalldirs; then \ ./mkinstalldirs /usr/local/share/gettext/intl; \ else \ ../mkinstalldirs /usr/local/share/gettext/intl; \ fi; \ .././install-sh -c -m 644 VERSION /usr/local/share/gettext/intl/VERSION; \ dists="ChangeLog Makefile.in linux-msg.sed po2tbl.sed.in xopen-msg.sed gettext.h gettextP.h hash-string.h libgettext.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c intl-compat.c cat-compat.c"; \ for file in $dists; do \ .././install-sh -c -m 644 ./$file /usr/local/share/gettext/intl/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory `/tmp/mutt-1.0.1-us/intl' Making install in m4 make[1]: Entering directory `/tmp/mutt-1.0.1-us/m4' make[2]: Entering directory `/tmp/mutt-1.0.1-us/m4' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/tmp/mutt-1.0.1-us/m4' make[1]: Leaving directory `/tmp/mutt-1.0.1-us/m4' Making install in po make[1]: Entering directory `/tmp/mutt-1.0.1-us/po' PATH=../src:$PATH : --default-domain=mutt --directory=.. \ --add-comments --keyword=_ --keyword=N_ \ --files-from=./POTFILES.in \ && test ! -f mutt.po \ || ( rm -f ./mutt.pot \ && mv mutt.po ./mutt.pot ) if test -r ".././mkinstalldirs"; then \ .././mkinstalldirs /usr/local/lib; \ else \ /bin/sh ../mkinstalldirs /usr/local/lib; \ fi installing de.mo as /usr/local/lib/locale/de/LC_MESSAGES/mutt.mo installing ru.mo as /usr/local/lib/locale/ru/LC_MESSAGES/mutt.mo installing it.mo as /usr/local/lib/locale/it/LC_MESSAGES/mutt.mo installing es.mo as /usr/local/lib/locale/es/LC_MESSAGES/mutt.mo installing uk.mo as /usr/local/lib/locale/uk/LC_MESSAGES/mutt.mo installing fr.mo as /usr/local/lib/locale/fr/LC_MESSAGES/mutt.mo installing pl.mo as /usr/local/lib/locale/pl/LC_MESSAGES/mutt.mo installing nl.mo as /usr/local/lib/locale/nl/LC_MESSAGES/mutt.mo mkdir /usr/local/lib/locale/cs mkdir /usr/local/lib/locale/cs/LC_MESSAGES installing cs.mo as /usr/local/lib/locale/cs/LC_MESSAGES/mutt.mo mkdir /usr/local/lib/locale/id mkdir /usr/local/lib/locale/id/LC_MESSAGES installing id.mo as /usr/local/lib/locale/id/LC_MESSAGES/mutt.mo mkdir /usr/local/lib/locale/sk mkdir /usr/local/lib/locale/sk/LC_MESSAGES installing sk.mo as /usr/local/lib/locale/sk/LC_MESSAGES/mutt.mo installing ko.mo as /usr/local/lib/locale/ko/LC_MESSAGES/mutt.mo mkdir /usr/local/lib/locale/el mkdir /usr/local/lib/locale/el/LC_MESSAGES installing el.mo as /usr/local/lib/locale/el/LC_MESSAGES/mutt.mo mkdir /usr/local/lib/locale/zh_TW.Big5 mkdir /usr/local/lib/locale/zh_TW.Big5/LC_MESSAGES installing zh_TW.Big5.mo as /usr/local/lib/locale/zh_TW.Big5/LC_MESSAGES/mutt.mo mkdir /usr/local/lib/locale/pt_BR mkdir /usr/local/lib/locale/pt_BR/LC_MESSAGES installing pt_BR.mo as /usr/local/lib/locale/pt_BR/LC_MESSAGES/mutt.mo installing sv.mo as /usr/local/lib/locale/sv/LC_MESSAGES/mutt.mo mkdir /usr/local/lib/locale/gl mkdir /usr/local/lib/locale/gl/LC_MESSAGES installing gl.mo as /usr/local/lib/locale/gl/LC_MESSAGES/mutt.mo mkdir /usr/local/lib/locale/eo mkdir /usr/local/lib/locale/eo/LC_MESSAGES installing eo.mo as /usr/local/lib/locale/eo/LC_MESSAGES/mutt.mo if test "mutt" = "gettext"; then \ if test -r ".././mkinstalldirs"; then \ .././mkinstalldirs /usr/local/share/gettext/po; \ else \ /bin/sh ../mkinstalldirs /usr/local/share/gettext/po; \ fi; \ .././install-sh -c -m 644 ./Makefile.in.in \ /usr/local/share/gettext/po/Makefile.in.in; \ else \ : ; \ fi make[1]: Leaving directory `/tmp/mutt-1.0.1-us/po' Making install in contrib make[1]: Entering directory `/tmp/mutt-1.0.1-us/contrib' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/tmp/mutt-1.0.1-us/contrib' Making install in charsets make[1]: Entering directory `/tmp/mutt-1.0.1-us/charsets' cd . && sh ./gen_charsets ./../mkinstalldirs /usr/local/share/mutt/charsets ( cd . && for f in `cat charsets.list` ; do .././install-sh -c \ -m 644 $f /usr/local/share/mutt/charsets ; done ) ( cd . && .././install-sh -c \ -m 644 charsets.alias /usr/local/share/mutt/charsets/charsets.alias.dist ) test -f /usr/local/share/mutt/charsets/charsets.alias || \ .././install-sh -c -m 644 /usr/local/share/mutt/charsets/charsets.alias.dist \ /usr/local/share/mutt/charsets/charsets.alias make[1]: Leaving directory `/tmp/mutt-1.0.1-us/charsets' make[1]: Entering directory `/tmp/mutt-1.0.1-us' make[2]: Entering directory `/tmp/mutt-1.0.1-us' /bin/sh ./mkinstalldirs /usr/local/bin ./install-sh -c mutt /usr/local/bin/mutt if test -f /usr/local/bin/mutt.dotlock && test -f /usr/local/bin/mutt_dotlock ; then \ rm -f /usr/local/bin/mutt.dotlock ; \ ln -sf /usr/local/bin/mutt_dotlock /usr/local/bin/mutt.dotlock ; \ fi if test -f /usr/local/bin/mutt_dotlock && test x != x ; then \ chgrp /usr/local/bin/mutt_dotlock && \ chmod 755 /usr/local/bin/mutt_dotlock || \ { echo "Can't fix mutt_dotlock's permissions!" >&2 ; exit 1 ; } \ fi ./mkinstalldirs /usr/local/share/mutt ./mkinstalldirs /usr/local/etc if [ -f /usr/local/share/mutt/Muttrc ] ; then \ mv /usr/local/share/mutt/Muttrc /usr/local/etc ; \ elif [ -f /usr/local/share/mutt/../Muttrc ] ; then \ mv /usr/local/share/mutt/../Muttrc /usr/local/etc ; \ elif [ ! -f /usr/local/etc/Muttrc ] ; then \ ./install-sh -c -m 644 ./Muttrc /usr/local/etc ; \ fi if [ ! -f /usr/local/etc/mime.types ]; then \ ./install-sh -c -m 644 ./mime.types /usr/local/etc; \ fi make[2]: Leaving directory `/tmp/mutt-1.0.1-us' make[1]: Leaving directory `/tmp/mutt-1.0.1-us' |\u@\h:\w| which mutt HOST: Undefined variable /usr/local/bin/mutt |\u@\h:\w| ls -al /usr/local/bin/mutt -rwxr-xr-x 1 root other 1021486 Mar 27 13:55 /usr/local/bin/mutt |\u@\h:\w| ^D script done on Mon Mar 27 13:56:00 2000 script done on Mon Mar 27 13:56:00 2000