I did a straight configure and make. The configure was pretty clean.
The make generated some warnings, like:
In file included from bindtextdom.c:48:
gettextP.h:50: warning: ANSI does not permit the keyword `inline'
In file included from localealias.c:74:
gettextP.h:50: warning: ANSI does not permit the keyword `inline'
localealias.c: In function `read_alias_file':
localealias.c:259: warning: pointer targets in passing arg 1 of `fgets' differ
in signedness
localealias.c:265: warning: pointer targets in passing arg 1 of `strchr'
differ in signedness
localealias.c:318: warning: pointer targets in passing arg 1 of `strlen'
differ in signedness
localealias.c:319: warning: pointer targets in passing arg 1 of `strlen'
differ in signedness
explodename.c: In function `_nl_explode_name':
explodename.c:113: warning: pointer targets in passing arg 1 of
`_nl_normalize_codeset' differ in signedness
And then when building the final binary:
gcc -Wall -pedantic -g -O2 -o mutt addrbook.o alias.o attach.o base64.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 recvcmd.o rfc822.o
rfc1524.o rfc2047.o rfc2231.o score.o send.o sendlib.o signal.o sort.o status.o
system.o thread.o charset.o history.o lib.o muttlib.o editmsg.o pgp.o pgpinvoke.o
pgpkey.o pgplib.o gnupgparse.o resize.o -lncurses ./intl/libintl.a
muttlib.o: In function `mutt_adv_mktemp':
/private/home/eugene/src/mutt-1.2.5/muttlib.c(.text+0xb3): warning: mktemp()
possibly used unsafely; consider using mkstemp()
Here are the verbose descriptions:
bash-2.03# ./mutt -v
Mutt 1.2.5i (2000-07-28)
Copyright (C) 1996-2000 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.
System: FreeBSD 4.0-RELEASE [using ncurses 5.0]
Compile options:
-DOMAIN
-DEBUG
-HOMESPOOL +USE_SETGID +USE_DOTLOCK +USE_FCNTL -USE_FLOCK
-USE_IMAP -USE_GSS -USE_SSL -USE_POP +HAVE_REGCOMP -USE_GNU_REGEX
+HAVE_COLOR +HAVE_PGP -BUFFY_SIZE -EXACT_ADDRESS +ENABLE_NLS
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
SHAREDIR="/usr/local/share/mutt"
SYSCONFDIR="/usr/local/etc"
ISPELL="/usr/local/bin/ispell"
To contact the developers, please mail to <[EMAIL PROTECTED]>.
To report a bug, please use the muttbug utility.
Are these warnings anything I should be worried about?
--
Eugene Lee
[EMAIL PROTECTED]