+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/cone-0.90nb34/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/cone-0.90nb34/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for cone-0.90nb34 /opt/local/bin/gmake all-recursive gmake[1]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90' Making all in unicode gmake[2]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/unicode' /opt/local/bin/gmake all-am gmake[3]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/unicode' /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c -o unicode.lo unicode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c unicode.c -fPIC -DPIC -o .libs/unicode.o unicode.c: In function 'convert_flush_iconv': unicode.c:962:31: warning: passing argument 2 of 'libiconv' from incompatible pointer type [-Wincompatible-pointer-types] 962 | n=iconv(h->h, (char **)inbuf, inbytesleft, &outp, &outleft); | ^~~~~~~~~~~~~~ | | | char ** In file included from unicode.c:13: /home/pbulk/build/mail/cone/work/.buildlink/include/iconv.h:83:48: note: expected 'const char **' but argument is of type 'char **' 83 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft); | ~~~~~~~~~~~~~~^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode.lo -MD -MP -MF .deps/unicode.Tpo -c unicode.c -o unicode.o >/dev/null 2>&1 mv -f .deps/unicode.Tpo .deps/unicode.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicodebuf.lo -MD -MP -MF .deps/unicodebuf.Tpo -c -o unicodebuf.lo unicodebuf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicodebuf.lo -MD -MP -MF .deps/unicodebuf.Tpo -c unicodebuf.c -fPIC -DPIC -o .libs/unicodebuf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicodebuf.lo -MD -MP -MF .deps/unicodebuf.Tpo -c unicodebuf.c -o unicodebuf.o >/dev/null 2>&1 mv -f .deps/unicodebuf.Tpo .deps/unicodebuf.Plo /usr/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT unicodecpp.lo -MD -MP -MF .deps/unicodecpp.Tpo -c -o unicodecpp.lo unicodecpp.C libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT unicodecpp.lo -MD -MP -MF .deps/unicodecpp.Tpo -c unicodecpp.C -fPIC -DPIC -o .libs/unicodecpp.o In file included from unicodecpp.C:8: unicode.h:1327:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1327 | : public std::iterator<std::input_iterator_tag, int, void> | ^~~~~~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/string:45, from unicode.h:12: /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ unicode.h:1508:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1508 | : public std::iterator<std::input_iterator_tag, | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT unicodecpp.lo -MD -MP -MF .deps/unicodecpp.Tpo -c unicodecpp.C -o unicodecpp.o >/dev/null 2>&1 mv -f .deps/unicodecpp.Tpo .deps/unicodecpp.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_ultcase.lo -MD -MP -MF .deps/unicode_ultcase.Tpo -c -o unicode_ultcase.lo unicode_ultcase.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_ultcase.lo -MD -MP -MF .deps/unicode_ultcase.Tpo -c unicode_ultcase.c -fPIC -DPIC -o .libs/unicode_ultcase.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_ultcase.lo -MD -MP -MF .deps/unicode_ultcase.Tpo -c unicode_ultcase.c -o unicode_ultcase.o >/dev/null 2>&1 mv -f .deps/unicode_ultcase.Tpo .deps/unicode_ultcase.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_ultcasetab.lo -MD -MP -MF .deps/unicode_ultcasetab.Tpo -c -o unicode_ultcasetab.lo unicode_ultcasetab.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_ultcasetab.lo -MD -MP -MF .deps/unicode_ultcasetab.Tpo -c unicode_ultcasetab.c -fPIC -DPIC -o .libs/unicode_ultcasetab.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_ultcasetab.lo -MD -MP -MF .deps/unicode_ultcasetab.Tpo -c unicode_ultcasetab.c -o unicode_ultcasetab.o >/dev/null 2>&1 mv -f .deps/unicode_ultcasetab.Tpo .deps/unicode_ultcasetab.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_wcwidth.lo -MD -MP -MF .deps/unicode_wcwidth.Tpo -c -o unicode_wcwidth.lo unicode_wcwidth.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_wcwidth.lo -MD -MP -MF .deps/unicode_wcwidth.Tpo -c unicode_wcwidth.c -fPIC -DPIC -o .libs/unicode_wcwidth.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_wcwidth.lo -MD -MP -MF .deps/unicode_wcwidth.Tpo -c unicode_wcwidth.c -o unicode_wcwidth.o >/dev/null 2>&1 mv -f .deps/unicode_wcwidth.Tpo .deps/unicode_wcwidth.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_tablookup.lo -MD -MP -MF .deps/unicode_tablookup.Tpo -c -o unicode_tablookup.lo unicode_tablookup.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_tablookup.lo -MD -MP -MF .deps/unicode_tablookup.Tpo -c unicode_tablookup.c -fPIC -DPIC -o .libs/unicode_tablookup.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_tablookup.lo -MD -MP -MF .deps/unicode_tablookup.Tpo -c unicode_tablookup.c -o unicode_tablookup.o >/dev/null 2>&1 mv -f .deps/unicode_tablookup.Tpo .deps/unicode_tablookup.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_graphemebreak.lo -MD -MP -MF .deps/unicode_graphemebreak.Tpo -c -o unicode_graphemebreak.lo unicode_graphemebreak.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_graphemebreak.lo -MD -MP -MF .deps/unicode_graphemebreak.Tpo -c unicode_graphemebreak.c -fPIC -DPIC -o .libs/unicode_graphemebreak.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_graphemebreak.lo -MD -MP -MF .deps/unicode_graphemebreak.Tpo -c unicode_graphemebreak.c -o unicode_graphemebreak.o >/dev/null 2>&1 mv -f .deps/unicode_graphemebreak.Tpo .deps/unicode_graphemebreak.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_linebreak.lo -MD -MP -MF .deps/unicode_linebreak.Tpo -c -o unicode_linebreak.lo unicode_linebreak.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_linebreak.lo -MD -MP -MF .deps/unicode_linebreak.Tpo -c unicode_linebreak.c -fPIC -DPIC -o .libs/unicode_linebreak.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_linebreak.lo -MD -MP -MF .deps/unicode_linebreak.Tpo -c unicode_linebreak.c -o unicode_linebreak.o >/dev/null 2>&1 mv -f .deps/unicode_linebreak.Tpo .deps/unicode_linebreak.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_htmlent.lo -MD -MP -MF .deps/unicode_htmlent.Tpo -c -o unicode_htmlent.lo unicode_htmlent.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_htmlent.lo -MD -MP -MF .deps/unicode_htmlent.Tpo -c unicode_htmlent.c -fPIC -DPIC -o .libs/unicode_htmlent.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_htmlent.lo -MD -MP -MF .deps/unicode_htmlent.Tpo -c unicode_htmlent.c -o unicode_htmlent.o >/dev/null 2>&1 mv -f .deps/unicode_htmlent.Tpo .deps/unicode_htmlent.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_wordbreak.lo -MD -MP -MF .deps/unicode_wordbreak.Tpo -c -o unicode_wordbreak.lo unicode_wordbreak.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_wordbreak.lo -MD -MP -MF .deps/unicode_wordbreak.Tpo -c unicode_wordbreak.c -fPIC -DPIC -o .libs/unicode_wordbreak.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicode_wordbreak.lo -MD -MP -MF .deps/unicode_wordbreak.Tpo -c unicode_wordbreak.c -o unicode_wordbreak.o >/dev/null 2>&1 mv -f .deps/unicode_wordbreak.Tpo .deps/unicode_wordbreak.Plo /usr/bin/bash ./libtool --tag=CXX --mode=link g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o libunicode.la unicode.lo unicodebuf.lo unicodecpp.lo unicode_ultcase.lo unicode_ultcasetab.lo unicode_wcwidth.lo unicode_tablookup.lo unicode_graphemebreak.lo unicode_linebreak.lo unicode_htmlent.lo unicode_wordbreak.lo -liconv libtool: link: ar cru .libs/libunicode.a .libs/unicode.o .libs/unicodebuf.o .libs/unicodecpp.o .libs/unicode_ultcase.o .libs/unicode_ultcasetab.o .libs/unicode_wcwidth.o .libs/unicode_tablookup.o .libs/unicode_graphemebreak.o .libs/unicode_linebreak.o .libs/unicode_htmlent.o .libs/unicode_wordbreak.o libtool: link: ranlib .libs/libunicode.a libtool: link: ( cd ".libs" && rm -f "libunicode.la" && ln -s "../libunicode.la" "libunicode.la" ) gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT unicodetest.o -MD -MP -MF .deps/unicodetest.Tpo -c -o unicodetest.o unicodetest.c mv -f .deps/unicodetest.Tpo .deps/unicodetest.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o unicodetest unicodetest.o libunicode.la -liconv libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o unicodetest unicodetest.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/libunicode.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT graphemetest.o -MD -MP -MF .deps/graphemetest.Tpo -c -o graphemetest.o graphemetest.c mv -f .deps/graphemetest.Tpo .deps/graphemetest.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o graphemetest graphemetest.o libunicode.la -liconv libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o graphemetest graphemetest.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/libunicode.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib g++ -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT linebreaktest.o -MD -MP -MF .deps/linebreaktest.Tpo -c -o linebreaktest.o linebreaktest.C In file included from linebreaktest.C:2: unicode.h:1327:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1327 | : public std::iterator<std::input_iterator_tag, int, void> | ^~~~~~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/string:45, from unicode.h:12: /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ unicode.h:1508:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1508 | : public std::iterator<std::input_iterator_tag, | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ linebreaktest.C: In function 'int main(int, char**)': linebreaktest.C:182:54: warning: 'std::binder2nd<_Operation> std::bind2nd(const _Operation&, const _Tp&) [with _Operation = equal_to<unsigned int>; _Tp = unsigned int]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations] 182 | std::not1(std::bind2nd(std::equal_to<unicode_char> | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 183 | (), | ~~~ 184 | unicode_char('0'))))); | ~~~~~~~~~~~~~~~~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/bits/stl_function.h:1438, from /opt/local/gcc12/include/c++/12.2.0/string:48: /opt/local/gcc12/include/c++/12.2.0/backward/binders.h:172:5: note: declared here 172 | bind2nd(const _Operation& __fn, const _Tp& __x) | ^~~~~~~ linebreaktest.C:182:41: warning: 'constexpr std::unary_negate<_Predicate> std::not1(const _Predicate&) [with _Predicate = binder2nd<equal_to<unsigned int> >]' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations] 182 | std::not1(std::bind2nd(std::equal_to<unicode_char> | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 183 | (), | ~~~ 184 | unicode_char('0'))))); | ~~~~~~~~~~~~~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_function.h:1046:5: note: declared here 1046 | not1(const _Predicate& __pred) | ^~~~ mv -f .deps/linebreaktest.Tpo .deps/linebreaktest.Po /usr/bin/bash ./libtool --tag=CXX --mode=link g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o linebreaktest linebreaktest.o libunicode.la -liconv libtool: link: g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o linebreaktest linebreaktest.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/libunicode.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -Wl,-R -Wl,/opt/local/lib -Wl,-R -Wl,/opt/local/lib g++ -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT wordbreaktest.o -MD -MP -MF .deps/wordbreaktest.Tpo -c -o wordbreaktest.o wordbreaktest.C In file included from wordbreaktest.C:2: unicode.h:1327:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1327 | : public std::iterator<std::input_iterator_tag, int, void> | ^~~~~~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/string:45, from unicode.h:12: /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ unicode.h:1508:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1508 | : public std::iterator<std::input_iterator_tag, | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ mv -f .deps/wordbreaktest.Tpo .deps/wordbreaktest.Po /usr/bin/bash ./libtool --tag=CXX --mode=link g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o wordbreaktest wordbreaktest.o libunicode.la -liconv libtool: link: g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o wordbreaktest wordbreaktest.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/libunicode.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -Wl,-R -Wl,/opt/local/lib -Wl,-R -Wl,/opt/local/lib gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -MT enttest.o -MD -MP -MF .deps/enttest.Tpo -c -o enttest.o enttest.c mv -f .deps/enttest.Tpo .deps/enttest.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o enttest enttest.o libunicode.la -liconv libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -fexceptions -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o enttest enttest.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/libunicode.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gmake[3]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/unicode' gmake[2]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/unicode' Making all in numlib gmake[2]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/numlib' /opt/local/bin/gmake all-am gmake[3]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/numlib' /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT atotimet.lo -MD -MP -MF .deps/atotimet.Tpo -c -o atotimet.lo atotimet.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT atotimet.lo -MD -MP -MF .deps/atotimet.Tpo -c atotimet.c -fPIC -DPIC -o .libs/atotimet.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT atotimet.lo -MD -MP -MF .deps/atotimet.Tpo -c atotimet.c -o atotimet.o >/dev/null 2>&1 mv -f .deps/atotimet.Tpo .deps/atotimet.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT atouidt.lo -MD -MP -MF .deps/atouidt.Tpo -c -o atouidt.lo atouidt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT atouidt.lo -MD -MP -MF .deps/atouidt.Tpo -c atouidt.c -fPIC -DPIC -o .libs/atouidt.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT atouidt.lo -MD -MP -MF .deps/atouidt.Tpo -c atouidt.c -o atouidt.o >/dev/null 2>&1 mv -f .deps/atouidt.Tpo .deps/atouidt.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT changeuidgid.lo -MD -MP -MF .deps/changeuidgid.Tpo -c -o changeuidgid.lo changeuidgid.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT changeuidgid.lo -MD -MP -MF .deps/changeuidgid.Tpo -c changeuidgid.c -fPIC -DPIC -o .libs/changeuidgid.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT changeuidgid.lo -MD -MP -MF .deps/changeuidgid.Tpo -c changeuidgid.c -o changeuidgid.o >/dev/null 2>&1 mv -f .deps/changeuidgid.Tpo .deps/changeuidgid.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strdevt.lo -MD -MP -MF .deps/strdevt.Tpo -c -o strdevt.lo strdevt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strdevt.lo -MD -MP -MF .deps/strdevt.Tpo -c strdevt.c -fPIC -DPIC -o .libs/strdevt.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strdevt.lo -MD -MP -MF .deps/strdevt.Tpo -c strdevt.c -o strdevt.o >/dev/null 2>&1 mv -f .deps/strdevt.Tpo .deps/strdevt.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strgidt.lo -MD -MP -MF .deps/strgidt.Tpo -c -o strgidt.lo strgidt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strgidt.lo -MD -MP -MF .deps/strgidt.Tpo -c strgidt.c -fPIC -DPIC -o .libs/strgidt.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strgidt.lo -MD -MP -MF .deps/strgidt.Tpo -c strgidt.c -o strgidt.o >/dev/null 2>&1 mv -f .deps/strgidt.Tpo .deps/strgidt.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strhdevt.lo -MD -MP -MF .deps/strhdevt.Tpo -c -o strhdevt.lo strhdevt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strhdevt.lo -MD -MP -MF .deps/strhdevt.Tpo -c strhdevt.c -fPIC -DPIC -o .libs/strhdevt.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strhdevt.lo -MD -MP -MF .deps/strhdevt.Tpo -c strhdevt.c -o strhdevt.o >/dev/null 2>&1 mv -f .deps/strhdevt.Tpo .deps/strhdevt.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strhinot.lo -MD -MP -MF .deps/strhinot.Tpo -c -o strhinot.lo strhinot.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strhinot.lo -MD -MP -MF .deps/strhinot.Tpo -c strhinot.c -fPIC -DPIC -o .libs/strhinot.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strhinot.lo -MD -MP -MF .deps/strhinot.Tpo -c strhinot.c -o strhinot.o >/dev/null 2>&1 mv -f .deps/strhinot.Tpo .deps/strhinot.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strhpidt.lo -MD -MP -MF .deps/strhpidt.Tpo -c -o strhpidt.lo strhpidt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strhpidt.lo -MD -MP -MF .deps/strhpidt.Tpo -c strhpidt.c -fPIC -DPIC -o .libs/strhpidt.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strhpidt.lo -MD -MP -MF .deps/strhpidt.Tpo -c strhpidt.c -o strhpidt.o >/dev/null 2>&1 mv -f .deps/strhpidt.Tpo .deps/strhpidt.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strhtimet.lo -MD -MP -MF .deps/strhtimet.Tpo -c -o strhtimet.lo strhtimet.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strhtimet.lo -MD -MP -MF .deps/strhtimet.Tpo -c strhtimet.c -fPIC -DPIC -o .libs/strhtimet.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strhtimet.lo -MD -MP -MF .deps/strhtimet.Tpo -c strhtimet.c -o strhtimet.o >/dev/null 2>&1 mv -f .deps/strhtimet.Tpo .deps/strhtimet.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strinot.lo -MD -MP -MF .deps/strinot.Tpo -c -o strinot.lo strinot.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strinot.lo -MD -MP -MF .deps/strinot.Tpo -c strinot.c -fPIC -DPIC -o .libs/strinot.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strinot.lo -MD -MP -MF .deps/strinot.Tpo -c strinot.c -o strinot.o >/dev/null 2>&1 mv -f .deps/strinot.Tpo .deps/strinot.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strofft.lo -MD -MP -MF .deps/strofft.Tpo -c -o strofft.lo strofft.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strofft.lo -MD -MP -MF .deps/strofft.Tpo -c strofft.c -fPIC -DPIC -o .libs/strofft.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strofft.lo -MD -MP -MF .deps/strofft.Tpo -c strofft.c -o strofft.o >/dev/null 2>&1 mv -f .deps/strofft.Tpo .deps/strofft.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strpidt.lo -MD -MP -MF .deps/strpidt.Tpo -c -o strpidt.lo strpidt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strpidt.lo -MD -MP -MF .deps/strpidt.Tpo -c strpidt.c -fPIC -DPIC -o .libs/strpidt.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strpidt.lo -MD -MP -MF .deps/strpidt.Tpo -c strpidt.c -o strpidt.o >/dev/null 2>&1 mv -f .deps/strpidt.Tpo .deps/strpidt.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strsize.lo -MD -MP -MF .deps/strsize.Tpo -c -o strsize.lo strsize.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strsize.lo -MD -MP -MF .deps/strsize.Tpo -c strsize.c -fPIC -DPIC -o .libs/strsize.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strsize.lo -MD -MP -MF .deps/strsize.Tpo -c strsize.c -o strsize.o >/dev/null 2>&1 mv -f .deps/strsize.Tpo .deps/strsize.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strsizet.lo -MD -MP -MF .deps/strsizet.Tpo -c -o strsizet.lo strsizet.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strsizet.lo -MD -MP -MF .deps/strsizet.Tpo -c strsizet.c -fPIC -DPIC -o .libs/strsizet.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strsizet.lo -MD -MP -MF .deps/strsizet.Tpo -c strsizet.c -o strsizet.o >/dev/null 2>&1 mv -f .deps/strsizet.Tpo .deps/strsizet.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strtimet.lo -MD -MP -MF .deps/strtimet.Tpo -c -o strtimet.lo strtimet.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strtimet.lo -MD -MP -MF .deps/strtimet.Tpo -c strtimet.c -fPIC -DPIC -o .libs/strtimet.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT strtimet.lo -MD -MP -MF .deps/strtimet.Tpo -c strtimet.c -o strtimet.o >/dev/null 2>&1 mv -f .deps/strtimet.Tpo .deps/strtimet.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT struidt.lo -MD -MP -MF .deps/struidt.Tpo -c -o struidt.lo struidt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT struidt.lo -MD -MP -MF .deps/struidt.Tpo -c struidt.c -fPIC -DPIC -o .libs/struidt.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT struidt.lo -MD -MP -MF .deps/struidt.Tpo -c struidt.c -o struidt.o >/dev/null 2>&1 mv -f .deps/struidt.Tpo .deps/struidt.Plo /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o libnumlib.la atotimet.lo atouidt.lo changeuidgid.lo strdevt.lo strgidt.lo strhdevt.lo strhinot.lo strhpidt.lo strhtimet.lo strinot.lo strofft.lo strpidt.lo strsize.lo strsizet.lo strtimet.lo struidt.lo libtool: link: ar cru .libs/libnumlib.a .libs/atotimet.o .libs/atouidt.o .libs/changeuidgid.o .libs/strdevt.o .libs/strgidt.o .libs/strhdevt.o .libs/strhinot.o .libs/strhpidt.o .libs/strhtimet.o .libs/strinot.o .libs/strofft.o .libs/strpidt.o .libs/strsize.o .libs/strsizet.o .libs/strtimet.o .libs/struidt.o libtool: link: ranlib .libs/libnumlib.a libtool: link: ( cd ".libs" && rm -f "libnumlib.la" && ln -s "../libnumlib.la" "libnumlib.la" ) gmake[3]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/numlib' gmake[2]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/numlib' Making all in liblock gmake[2]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/liblock' /opt/local/bin/gmake all-am gmake[3]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/liblock' /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT lockfcntl.lo -MD -MP -MF .deps/lockfcntl.Tpo -c -o lockfcntl.lo lockfcntl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT lockfcntl.lo -MD -MP -MF .deps/lockfcntl.Tpo -c lockfcntl.c -fPIC -DPIC -o .libs/lockfcntl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT lockfcntl.lo -MD -MP -MF .deps/lockfcntl.Tpo -c lockfcntl.c -o lockfcntl.o >/dev/null 2>&1 mv -f .deps/lockfcntl.Tpo .deps/lockfcntl.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT lockdaemon.lo -MD -MP -MF .deps/lockdaemon.Tpo -c -o lockdaemon.lo lockdaemon.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT lockdaemon.lo -MD -MP -MF .deps/lockdaemon.Tpo -c lockdaemon.c -fPIC -DPIC -o .libs/lockdaemon.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT lockdaemon.lo -MD -MP -MF .deps/lockdaemon.Tpo -c lockdaemon.c -o lockdaemon.o >/dev/null 2>&1 mv -f .deps/lockdaemon.Tpo .deps/lockdaemon.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT mail.lo -MD -MP -MF .deps/mail.Tpo -c -o mail.lo mail.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT mail.lo -MD -MP -MF .deps/mail.Tpo -c mail.c -fPIC -DPIC -o .libs/mail.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT mail.lo -MD -MP -MF .deps/mail.Tpo -c mail.c -o mail.o >/dev/null 2>&1 mv -f .deps/mail.Tpo .deps/mail.Plo /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o liblock.la lockfcntl.lo lockdaemon.lo mail.lo libtool: link: ar cru .libs/liblock.a .libs/lockfcntl.o .libs/lockdaemon.o .libs/mail.o libtool: link: ranlib .libs/liblock.a libtool: link: ( cd ".libs" && rm -f "liblock.la" && ln -s "../liblock.la" "liblock.la" ) gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT lockmail.o -MD -MP -MF .deps/lockmail.Tpo -c -o lockmail.o lockmail.c mv -f .deps/lockmail.Tpo .deps/lockmail.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o lockmail lockmail.o liblock.la ../numlib/libnumlib.la libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o lockmail lockmail.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/liblock.a ../numlib/.libs/libnumlib.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gmake[3]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/liblock' gmake[2]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/liblock' Making all in soxwrap gmake[2]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/soxwrap' /opt/local/bin/gmake all-am gmake[3]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/soxwrap' gcc -DHAVE_CONFIG_H -I. -I.. -I./.. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT sconnect.o -MD -MP -MF .deps/sconnect.Tpo -c -o sconnect.o sconnect.c mv -f .deps/sconnect.Tpo .deps/sconnect.Po rm -f libsoxwrap.a ar cru libsoxwrap.a sconnect.o ranlib libsoxwrap.a gcc -DHAVE_CONFIG_H -I. -I.. -I./.. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT mksocket.o -MD -MP -MF .deps/mksocket.Tpo -c -o mksocket.o mksocket.c mv -f .deps/mksocket.Tpo .deps/mksocket.Po rm -f libmksocket.a ar cru libmksocket.a mksocket.o ranlib libmksocket.a gcc -DHAVE_CONFIG_H -I. -I.. -I./.. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT testprog.o -MD -MP -MF .deps/testprog.Tpo -c -o testprog.o testprog.c mv -f .deps/testprog.Tpo .deps/testprog.Po gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testprog testprog.o libsoxwrap.a -lsocket gmake[3]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/soxwrap' gmake[2]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/soxwrap' Making all in md5 gmake[2]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/md5' /opt/local/bin/gmake all-am gmake[3]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/md5' /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fPIC -DPIC -o .libs/md5.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o >/dev/null 2>&1 mv -f .deps/md5.Tpo .deps/md5.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT md5_hash.lo -MD -MP -MF .deps/md5_hash.Tpo -c -o md5_hash.lo md5_hash.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT md5_hash.lo -MD -MP -MF .deps/md5_hash.Tpo -c md5_hash.c -fPIC -DPIC -o .libs/md5_hash.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT md5_hash.lo -MD -MP -MF .deps/md5_hash.Tpo -c md5_hash.c -o md5_hash.o >/dev/null 2>&1 mv -f .deps/md5_hash.Tpo .deps/md5_hash.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT redhat-crypt-md5.lo -MD -MP -MF .deps/redhat-crypt-md5.Tpo -c -o redhat-crypt-md5.lo redhat-crypt-md5.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT redhat-crypt-md5.lo -MD -MP -MF .deps/redhat-crypt-md5.Tpo -c redhat-crypt-md5.c -fPIC -DPIC -o .libs/redhat-crypt-md5.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT redhat-crypt-md5.lo -MD -MP -MF .deps/redhat-crypt-md5.Tpo -c redhat-crypt-md5.c -o redhat-crypt-md5.o >/dev/null 2>&1 mv -f .deps/redhat-crypt-md5.Tpo .deps/redhat-crypt-md5.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c -o hmac.lo hmac.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c -fPIC -DPIC -o .libs/hmac.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c -o hmac.o >/dev/null 2>&1 mv -f .deps/hmac.Tpo .deps/hmac.Plo /usr/bin/bash ./libtool --tag=CC --mode=link gcc -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o libmd5.la md5.lo md5_hash.lo redhat-crypt-md5.lo hmac.lo libtool: link: ar cru .libs/libmd5.a .libs/md5.o .libs/md5_hash.o .libs/redhat-crypt-md5.o .libs/hmac.o libtool: link: ranlib .libs/libmd5.a libtool: link: ( cd ".libs" && rm -f "libmd5.la" && ln -s "../libmd5.la" "libmd5.la" ) gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT md5test.o -MD -MP -MF .deps/md5test.Tpo -c -o md5test.o md5test.c mv -f .deps/md5test.Tpo .deps/md5test.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o md5test md5test.o libmd5.la libtool: link: gcc -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o md5test md5test.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/libmd5.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gmake[3]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/md5' gmake[2]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/md5' Making all in sha1 gmake[2]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/sha1' /opt/local/bin/gmake all-am gmake[3]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/sha1' /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c -o sha1.lo sha1.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c sha1.c -fPIC -DPIC -o .libs/sha1.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c sha1.c -o sha1.o >/dev/null 2>&1 mv -f .deps/sha1.Tpo .deps/sha1.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT sha1_hash.lo -MD -MP -MF .deps/sha1_hash.Tpo -c -o sha1_hash.lo sha1_hash.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT sha1_hash.lo -MD -MP -MF .deps/sha1_hash.Tpo -c sha1_hash.c -fPIC -DPIC -o .libs/sha1_hash.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT sha1_hash.lo -MD -MP -MF .deps/sha1_hash.Tpo -c sha1_hash.c -o sha1_hash.o >/dev/null 2>&1 mv -f .deps/sha1_hash.Tpo .deps/sha1_hash.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT sha256.lo -MD -MP -MF .deps/sha256.Tpo -c -o sha256.lo sha256.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT sha256.lo -MD -MP -MF .deps/sha256.Tpo -c sha256.c -fPIC -DPIC -o .libs/sha256.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT sha256.lo -MD -MP -MF .deps/sha256.Tpo -c sha256.c -o sha256.o >/dev/null 2>&1 mv -f .deps/sha256.Tpo .deps/sha256.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT sha256_hash.lo -MD -MP -MF .deps/sha256_hash.Tpo -c -o sha256_hash.lo sha256_hash.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT sha256_hash.lo -MD -MP -MF .deps/sha256_hash.Tpo -c sha256_hash.c -fPIC -DPIC -o .libs/sha256_hash.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT sha256_hash.lo -MD -MP -MF .deps/sha256_hash.Tpo -c sha256_hash.c -o sha256_hash.o >/dev/null 2>&1 mv -f .deps/sha256_hash.Tpo .deps/sha256_hash.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT sha512.lo -MD -MP -MF .deps/sha512.Tpo -c -o sha512.lo sha512.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT sha512.lo -MD -MP -MF .deps/sha512.Tpo -c sha512.c -fPIC -DPIC -o .libs/sha512.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT sha512.lo -MD -MP -MF .deps/sha512.Tpo -c sha512.c -o sha512.o >/dev/null 2>&1 mv -f .deps/sha512.Tpo .deps/sha512.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT sha512_hash.lo -MD -MP -MF .deps/sha512_hash.Tpo -c -o sha512_hash.lo sha512_hash.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT sha512_hash.lo -MD -MP -MF .deps/sha512_hash.Tpo -c sha512_hash.c -fPIC -DPIC -o .libs/sha512_hash.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT sha512_hash.lo -MD -MP -MF .deps/sha512_hash.Tpo -c sha512_hash.c -o sha512_hash.o >/dev/null 2>&1 mv -f .deps/sha512_hash.Tpo .deps/sha512_hash.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c -o hmac.lo hmac.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c -fPIC -DPIC -o .libs/hmac.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c -o hmac.o >/dev/null 2>&1 mv -f .deps/hmac.Tpo .deps/hmac.Plo /usr/bin/bash ./libtool --tag=CC --mode=link gcc -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o libsha1.la sha1.lo sha1_hash.lo sha256.lo sha256_hash.lo sha512.lo sha512_hash.lo hmac.lo libtool: link: ar cru .libs/libsha1.a .libs/sha1.o .libs/sha1_hash.o .libs/sha256.o .libs/sha256_hash.o .libs/sha512.o .libs/sha512_hash.o .libs/hmac.o libtool: link: ranlib .libs/libsha1.a libtool: link: ( cd ".libs" && rm -f "libsha1.la" && ln -s "../libsha1.la" "libsha1.la" ) gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -MT testsuite.o -MD -MP -MF .deps/testsuite.Tpo -c -o testsuite.o testsuite.c mv -f .deps/testsuite.Tpo .deps/testsuite.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testsuite testsuite.o libsha1.la libtool: link: gcc -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o testsuite testsuite.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/libsha1.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gmake[3]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/sha1' gmake[2]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/sha1' Making all in libhmac gmake[2]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/libhmac' /opt/local/bin/gmake all-am gmake[3]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/libhmac' /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c -o hmac.lo hmac.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c -fPIC -DPIC -o .libs/hmac.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT hmac.lo -MD -MP -MF .deps/hmac.Tpo -c hmac.c -o hmac.o >/dev/null 2>&1 mv -f .deps/hmac.Tpo .deps/hmac.Plo /usr/bin/bash ./libtool --tag=CC --mode=link gcc -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o libhmac.la hmac.lo libtool: link: ar cru .libs/libhmac.a .libs/hmac.o libtool: link: ranlib .libs/libhmac.a libtool: link: ( cd ".libs" && rm -f "libhmac.la" && ln -s "../libhmac.la" "libhmac.la" ) gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT md5hmactest.o -MD -MP -MF .deps/md5hmactest.Tpo -c -o md5hmactest.o md5hmactest.c mv -f .deps/md5hmactest.Tpo .deps/md5hmactest.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o md5hmactest md5hmactest.o libhmac.la ../md5/libmd5.la ../sha1/libsha1.la libtool: link: gcc -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o md5hmactest md5hmactest.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/libhmac.a ../md5/.libs/libmd5.a ../sha1/.libs/libsha1.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT sha1hmactest.o -MD -MP -MF .deps/sha1hmactest.Tpo -c -o sha1hmactest.o sha1hmactest.c mv -f .deps/sha1hmactest.Tpo .deps/sha1hmactest.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o sha1hmactest sha1hmactest.o libhmac.la ../md5/libmd5.la ../sha1/libsha1.la libtool: link: gcc -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o sha1hmactest sha1hmactest.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/libhmac.a ../md5/.libs/libmd5.a ../sha1/.libs/libsha1.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gmake[3]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/libhmac' gmake[2]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/libhmac' Making all in random128 gmake[2]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/random128' /opt/local/bin/gmake all-am gmake[3]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/random128' /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT random128.lo -MD -MP -MF .deps/random128.Tpo -c -o random128.lo random128.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT random128.lo -MD -MP -MF .deps/random128.Tpo -c random128.c -fPIC -DPIC -o .libs/random128.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT random128.lo -MD -MP -MF .deps/random128.Tpo -c random128.c -o random128.o >/dev/null 2>&1 mv -f .deps/random128.Tpo .deps/random128.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT random128alpha.lo -MD -MP -MF .deps/random128alpha.Tpo -c -o random128alpha.lo random128alpha.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT random128alpha.lo -MD -MP -MF .deps/random128alpha.Tpo -c random128alpha.c -fPIC -DPIC -o .libs/random128alpha.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT random128alpha.lo -MD -MP -MF .deps/random128alpha.Tpo -c random128alpha.c -o random128alpha.o >/dev/null 2>&1 mv -f .deps/random128alpha.Tpo .deps/random128alpha.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT random128binary.lo -MD -MP -MF .deps/random128binary.Tpo -c -o random128binary.lo random128binary.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT random128binary.lo -MD -MP -MF .deps/random128binary.Tpo -c random128binary.c -fPIC -DPIC -o .libs/random128binary.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT random128binary.lo -MD -MP -MF .deps/random128binary.Tpo -c random128binary.c -o random128binary.o >/dev/null 2>&1 mv -f .deps/random128binary.Tpo .deps/random128binary.Plo /usr/bin/bash ./libtool --tag=CC --mode=link gcc -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o librandom128.la random128.lo random128alpha.lo random128binary.lo libtool: link: ar cru .libs/librandom128.a .libs/random128.o .libs/random128alpha.o .libs/random128binary.o libtool: link: ranlib .libs/librandom128.a libtool: link: ( cd ".libs" && rm -f "librandom128.la" && ln -s "../librandom128.la" "librandom128.la" ) gmake[3]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/random128' gmake[2]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/random128' Making all in rfc822 gmake[2]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/rfc822' /opt/local/bin/gmake all-am gmake[3]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/rfc822' /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c -o encode.lo encode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c encode.c -fPIC -DPIC -o .libs/encode.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c encode.c -o encode.o >/dev/null 2>&1 mv -f .deps/encode.Tpo .deps/encode.Plo /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o libencode.la encode.lo libtool: link: ar cru .libs/libencode.a .libs/encode.o libtool: link: ranlib .libs/libencode.a libtool: link: ( cd ".libs" && rm -f "libencode.la" && ln -s "../libencode.la" "libencode.la" ) /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc822.lo -MD -MP -MF .deps/rfc822.Tpo -c -o rfc822.lo rfc822.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc822.lo -MD -MP -MF .deps/rfc822.Tpo -c rfc822.c -fPIC -DPIC -o .libs/rfc822.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc822.lo -MD -MP -MF .deps/rfc822.Tpo -c rfc822.c -o rfc822.o >/dev/null 2>&1 mv -f .deps/rfc822.Tpo .deps/rfc822.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc822hdr.lo -MD -MP -MF .deps/rfc822hdr.Tpo -c -o rfc822hdr.lo rfc822hdr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc822hdr.lo -MD -MP -MF .deps/rfc822hdr.Tpo -c rfc822hdr.c -fPIC -DPIC -o .libs/rfc822hdr.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc822hdr.lo -MD -MP -MF .deps/rfc822hdr.Tpo -c rfc822hdr.c -o rfc822hdr.o >/dev/null 2>&1 mv -f .deps/rfc822hdr.Tpo .deps/rfc822hdr.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc822_getaddr.lo -MD -MP -MF .deps/rfc822_getaddr.Tpo -c -o rfc822_getaddr.lo rfc822_getaddr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc822_getaddr.lo -MD -MP -MF .deps/rfc822_getaddr.Tpo -c rfc822_getaddr.c -fPIC -DPIC -o .libs/rfc822_getaddr.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc822_getaddr.lo -MD -MP -MF .deps/rfc822_getaddr.Tpo -c rfc822_getaddr.c -o rfc822_getaddr.o >/dev/null 2>&1 mv -f .deps/rfc822_getaddr.Tpo .deps/rfc822_getaddr.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc822_getaddrs.lo -MD -MP -MF .deps/rfc822_getaddrs.Tpo -c -o rfc822_getaddrs.lo rfc822_getaddrs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc822_getaddrs.lo -MD -MP -MF .deps/rfc822_getaddrs.Tpo -c rfc822_getaddrs.c -fPIC -DPIC -o .libs/rfc822_getaddrs.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc822_getaddrs.lo -MD -MP -MF .deps/rfc822_getaddrs.Tpo -c rfc822_getaddrs.c -o rfc822_getaddrs.o >/dev/null 2>&1 mv -f .deps/rfc822_getaddrs.Tpo .deps/rfc822_getaddrs.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc822_mkdate.lo -MD -MP -MF .deps/rfc822_mkdate.Tpo -c -o rfc822_mkdate.lo rfc822_mkdate.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc822_mkdate.lo -MD -MP -MF .deps/rfc822_mkdate.Tpo -c rfc822_mkdate.c -fPIC -DPIC -o .libs/rfc822_mkdate.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc822_mkdate.lo -MD -MP -MF .deps/rfc822_mkdate.Tpo -c rfc822_mkdate.c -o rfc822_mkdate.o >/dev/null 2>&1 mv -f .deps/rfc822_mkdate.Tpo .deps/rfc822_mkdate.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc822_parsedt.lo -MD -MP -MF .deps/rfc822_parsedt.Tpo -c -o rfc822_parsedt.lo rfc822_parsedt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc822_parsedt.lo -MD -MP -MF .deps/rfc822_parsedt.Tpo -c rfc822_parsedt.c -fPIC -DPIC -o .libs/rfc822_parsedt.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc822_parsedt.lo -MD -MP -MF .deps/rfc822_parsedt.Tpo -c rfc822_parsedt.c -o rfc822_parsedt.o >/dev/null 2>&1 mv -f .deps/rfc822_parsedt.Tpo .deps/rfc822_parsedt.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc2047u.lo -MD -MP -MF .deps/rfc2047u.Tpo -c -o rfc2047u.lo rfc2047u.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc2047u.lo -MD -MP -MF .deps/rfc2047u.Tpo -c rfc2047u.c -fPIC -DPIC -o .libs/rfc2047u.o rfc2047u.c: In function 'rfc822_display_addr_str': rfc2047u.c:325:21: warning: unused variable 'err' [-Wunused-variable] 325 | int err=0; | ^~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc2047u.lo -MD -MP -MF .deps/rfc2047u.Tpo -c rfc2047u.c -o rfc2047u.o >/dev/null 2>&1 mv -f .deps/rfc2047u.Tpo .deps/rfc2047u.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc2047.lo -MD -MP -MF .deps/rfc2047.Tpo -c -o rfc2047.lo rfc2047.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc2047.lo -MD -MP -MF .deps/rfc2047.Tpo -c rfc2047.c -fPIC -DPIC -o .libs/rfc2047.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc2047.lo -MD -MP -MF .deps/rfc2047.Tpo -c rfc2047.c -o rfc2047.o >/dev/null 2>&1 mv -f .deps/rfc2047.Tpo .deps/rfc2047.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT imapsubj.lo -MD -MP -MF .deps/imapsubj.Tpo -c -o imapsubj.lo imapsubj.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT imapsubj.lo -MD -MP -MF .deps/imapsubj.Tpo -c imapsubj.c -fPIC -DPIC -o .libs/imapsubj.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT imapsubj.lo -MD -MP -MF .deps/imapsubj.Tpo -c imapsubj.c -o imapsubj.o >/dev/null 2>&1 mv -f .deps/imapsubj.Tpo .deps/imapsubj.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT imaprefs.lo -MD -MP -MF .deps/imaprefs.Tpo -c -o imaprefs.lo imaprefs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT imaprefs.lo -MD -MP -MF .deps/imaprefs.Tpo -c imaprefs.c -fPIC -DPIC -o .libs/imaprefs.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT imaprefs.lo -MD -MP -MF .deps/imaprefs.Tpo -c imaprefs.c -o imaprefs.o >/dev/null 2>&1 mv -f .deps/imaprefs.Tpo .deps/imaprefs.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT encodeautodetect.lo -MD -MP -MF .deps/encodeautodetect.Tpo -c -o encodeautodetect.lo encodeautodetect.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT encodeautodetect.lo -MD -MP -MF .deps/encodeautodetect.Tpo -c encodeautodetect.c -fPIC -DPIC -o .libs/encodeautodetect.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT encodeautodetect.lo -MD -MP -MF .deps/encodeautodetect.Tpo -c encodeautodetect.c -o encodeautodetect.o >/dev/null 2>&1 mv -f .deps/encodeautodetect.Tpo .deps/encodeautodetect.Plo /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o librfc822.la rfc822.lo rfc822hdr.lo rfc822_getaddr.lo rfc822_getaddrs.lo rfc822_mkdate.lo rfc822_parsedt.lo rfc2047u.lo rfc2047.lo imapsubj.lo imaprefs.lo encodeautodetect.lo libtool: link: ar cru .libs/librfc822.a .libs/rfc822.o .libs/rfc822hdr.o .libs/rfc822_getaddr.o .libs/rfc822_getaddrs.o .libs/rfc822_mkdate.o .libs/rfc822_parsedt.o .libs/rfc2047u.o .libs/rfc2047.o .libs/imapsubj.o .libs/imaprefs.o .libs/encodeautodetect.o libtool: link: ranlib .libs/librfc822.a libtool: link: ( cd ".libs" && rm -f "librfc822.la" && ln -s "../librfc822.la" "librfc822.la" ) gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT testsuite.o -MD -MP -MF .deps/testsuite.Tpo -c -o testsuite.o testsuite.c mv -f .deps/testsuite.Tpo .deps/testsuite.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testsuite testsuite.o librfc822.la ../unicode/libunicode.la libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o testsuite testsuite.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/librfc822.a ../unicode/.libs/libunicode.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT reftest.o -MD -MP -MF .deps/reftest.Tpo -c -o reftest.o reftest.c mv -f .deps/reftest.Tpo .deps/reftest.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o reftest reftest.o librfc822.la ../unicode/libunicode.la libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o reftest reftest.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/librfc822.a ../unicode/.libs/libunicode.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gmake[3]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/rfc822' gmake[2]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/rfc822' Making all in rfc1035 gmake[2]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/rfc1035' /opt/local/bin/gmake all-am gmake[3]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/rfc1035' gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035.o -MD -MP -MF .deps/rfc1035.Tpo -c -o rfc1035.o rfc1035.c mv -f .deps/rfc1035.Tpo .deps/rfc1035.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035an.o -MD -MP -MF .deps/rfc1035an.Tpo -c -o rfc1035an.o rfc1035an.c mv -f .deps/rfc1035an.Tpo .deps/rfc1035an.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035dump.o -MD -MP -MF .deps/rfc1035dump.Tpo -c -o rfc1035dump.o rfc1035dump.c mv -f .deps/rfc1035dump.Tpo .deps/rfc1035dump.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035dumprrdata.o -MD -MP -MF .deps/rfc1035dumprrdata.Tpo -c -o rfc1035dumprrdata.o rfc1035dumprrdata.c mv -f .deps/rfc1035dumprrdata.Tpo .deps/rfc1035dumprrdata.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035fmttime.o -MD -MP -MF .deps/rfc1035fmttime.Tpo -c -o rfc1035fmttime.o rfc1035fmttime.c mv -f .deps/rfc1035fmttime.Tpo .deps/rfc1035fmttime.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035gettxt.o -MD -MP -MF .deps/rfc1035gettxt.Tpo -c -o rfc1035gettxt.o rfc1035gettxt.c mv -f .deps/rfc1035gettxt.Tpo .deps/rfc1035gettxt.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035ifconf.o -MD -MP -MF .deps/rfc1035ifconf.Tpo -c -o rfc1035ifconf.o rfc1035ifconf.c mv -f .deps/rfc1035ifconf.Tpo .deps/rfc1035ifconf.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035ipv6to4.o -MD -MP -MF .deps/rfc1035ipv6to4.Tpo -c -o rfc1035ipv6to4.o rfc1035ipv6to4.c mv -f .deps/rfc1035ipv6to4.Tpo .deps/rfc1035ipv6to4.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035mkaddress.o -MD -MP -MF .deps/rfc1035mkaddress.Tpo -c -o rfc1035mkaddress.o rfc1035mkaddress.c mv -f .deps/rfc1035mkaddress.Tpo .deps/rfc1035mkaddress.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035mksocket.o -MD -MP -MF .deps/rfc1035mksocket.Tpo -c -o rfc1035mksocket.o rfc1035mksocket.c mv -f .deps/rfc1035mksocket.Tpo .deps/rfc1035mksocket.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035mxlist.o -MD -MP -MF .deps/rfc1035mxlist.Tpo -c -o rfc1035mxlist.o rfc1035mxlist.c mv -f .deps/rfc1035mxlist.Tpo .deps/rfc1035mxlist.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035qa.o -MD -MP -MF .deps/rfc1035qa.Tpo -c -o rfc1035qa.o rfc1035qa.c rfc1035qa.c: In function 'rfc1035_a': rfc1035qa.c:230:61: warning: argument to 'sizeof' in 'memset' call is the same pointer type 'struct in6_addr *' as the destination; expected 'struct in6_addr' or an explicit length [-Wsizeof-pointer-memaccess] 230 | memset( (*iaptr)+ *iasize, 0, sizeof(*iaptr)); | ^ mv -f .deps/rfc1035qa.Tpo .deps/rfc1035qa.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035qptr.o -MD -MP -MF .deps/rfc1035qptr.Tpo -c -o rfc1035qptr.o rfc1035qptr.c mv -f .deps/rfc1035qptr.Tpo .deps/rfc1035qptr.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035reply.o -MD -MP -MF .deps/rfc1035reply.Tpo -c -o rfc1035reply.o rfc1035reply.c mv -f .deps/rfc1035reply.Tpo .deps/rfc1035reply.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035resolve.o -MD -MP -MF .deps/rfc1035resolve.Tpo -c -o rfc1035resolve.o rfc1035resolve.c rfc1035resolve.c: In function 'rfc1035_resolve_multiple': rfc1035resolve.c:79:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 79 | for (backoff_num=0; backoff_num < nbackoff; backoff_num++, | ^~~ In file included from rfc1035resolve.c:8: ./../soxwrap/soxwrap.h:67:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 67 | #define sox_close close | ^~~~~ rfc1035resolve.c:219:9: note: in expansion of macro 'sox_close' 219 | sox_close(udpfd); | ^~~~~~~~~ mv -f .deps/rfc1035resolve.Tpo .deps/rfc1035resolve.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035sameip.o -MD -MP -MF .deps/rfc1035sameip.Tpo -c -o rfc1035sameip.o rfc1035sameip.c mv -f .deps/rfc1035sameip.Tpo .deps/rfc1035sameip.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035search.o -MD -MP -MF .deps/rfc1035search.Tpo -c -o rfc1035search.o rfc1035search.c mv -f .deps/rfc1035search.Tpo .deps/rfc1035search.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035sockaddrip.o -MD -MP -MF .deps/rfc1035sockaddrip.Tpo -c -o rfc1035sockaddrip.o rfc1035sockaddrip.c mv -f .deps/rfc1035sockaddrip.Tpo .deps/rfc1035sockaddrip.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035sockaddrport.o -MD -MP -MF .deps/rfc1035sockaddrport.Tpo -c -o rfc1035sockaddrport.o rfc1035sockaddrport.c mv -f .deps/rfc1035sockaddrport.Tpo .deps/rfc1035sockaddrport.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035str.o -MD -MP -MF .deps/rfc1035str.Tpo -c -o rfc1035str.o rfc1035str.c mv -f .deps/rfc1035str.Tpo .deps/rfc1035str.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035tcp.o -MD -MP -MF .deps/rfc1035tcp.Tpo -c -o rfc1035tcp.o rfc1035tcp.c mv -f .deps/rfc1035tcp.Tpo .deps/rfc1035tcp.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035udp.o -MD -MP -MF .deps/rfc1035udp.Tpo -c -o rfc1035udp.o rfc1035udp.c rfc1035udp.c: In function 'rfc1035_recv_udp': rfc1035udp.c:137:1: warning: function may return address of local variable [-Wreturn-local-addr] 137 | } | ^ rfc1035udp.c:72:9: note: declared here 72 | char rfc1035_buf[512]; | ^~~~~~~~~~~ mv -f .deps/rfc1035udp.Tpo .deps/rfc1035udp.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT rfc1035bindsource.o -MD -MP -MF .deps/rfc1035bindsource.Tpo -c -o rfc1035bindsource.o rfc1035bindsource.c mv -f .deps/rfc1035bindsource.Tpo .deps/rfc1035bindsource.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT spf.o -MD -MP -MF .deps/spf.Tpo -c -o spf.o spf.c mv -f .deps/spf.Tpo .deps/spf.Po rm -f librfc1035.a ar cru librfc1035.a rfc1035.o rfc1035an.o rfc1035dump.o rfc1035dumprrdata.o rfc1035fmttime.o rfc1035gettxt.o rfc1035ifconf.o rfc1035ipv6to4.o rfc1035mkaddress.o rfc1035mksocket.o rfc1035mxlist.o rfc1035qa.o rfc1035qptr.o rfc1035reply.o rfc1035resolve.o rfc1035sameip.o rfc1035search.o rfc1035sockaddrip.o rfc1035sockaddrport.o rfc1035str.o rfc1035tcp.o rfc1035udp.o rfc1035bindsource.o spf.o ranlib librfc1035.a gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT testlookup.o -MD -MP -MF .deps/testlookup.Tpo -c -o testlookup.o testlookup.c mv -f .deps/testlookup.Tpo .deps/testlookup.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testlookup testlookup.o librfc1035.a ../rfc822/libencode.la ../soxwrap/libsoxwrap.a ../md5/libmd5.la ../random128/librandom128.la `cat ../soxwrap/soxlibs.dep` -lsocket -lsocket libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o testlookup testlookup.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 librfc1035.a ../rfc822/.libs/libencode.a ../soxwrap/libsoxwrap.a ../md5/.libs/libmd5.a ../random128/.libs/librandom128.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -lsocket -R/opt/local/lib -R/opt/local/lib gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT testspf.o -MD -MP -MF .deps/testspf.Tpo -c -o testspf.o testspf.c mv -f .deps/testspf.Tpo .deps/testspf.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testspf testspf.o librfc1035.a ../rfc822/libencode.la ../md5/libmd5.la ../random128/librandom128.la ../soxwrap/libsoxwrap.a `cat ../soxwrap/soxlibs.dep` -lsocket -lsocket libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o testspf testspf.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 librfc1035.a ../rfc822/.libs/libencode.a ../md5/.libs/libmd5.a ../random128/.libs/librandom128.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so ../soxwrap/libsoxwrap.a -lsocket -R/opt/local/lib -R/opt/local/lib gmake[3]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/rfc1035' gmake[2]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/rfc1035' Making all in rfc2045 gmake[2]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/rfc2045' /opt/local/bin/gmake all-am gmake[3]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/rfc2045' /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045.lo -MD -MP -MF .deps/rfc2045.Tpo -c -o rfc2045.lo rfc2045.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045.lo -MD -MP -MF .deps/rfc2045.Tpo -c rfc2045.c -fPIC -DPIC -o .libs/rfc2045.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045.lo -MD -MP -MF .deps/rfc2045.Tpo -c rfc2045.c -o rfc2045.o >/dev/null 2>&1 mv -f .deps/rfc2045.Tpo .deps/rfc2045.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045acchk.lo -MD -MP -MF .deps/rfc2045acchk.Tpo -c -o rfc2045acchk.lo rfc2045acchk.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045acchk.lo -MD -MP -MF .deps/rfc2045acchk.Tpo -c rfc2045acchk.c -fPIC -DPIC -o .libs/rfc2045acchk.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045acchk.lo -MD -MP -MF .deps/rfc2045acchk.Tpo -c rfc2045acchk.c -o rfc2045acchk.o >/dev/null 2>&1 mv -f .deps/rfc2045acchk.Tpo .deps/rfc2045acchk.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045acprep.lo -MD -MP -MF .deps/rfc2045acprep.Tpo -c -o rfc2045acprep.lo rfc2045acprep.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045acprep.lo -MD -MP -MF .deps/rfc2045acprep.Tpo -c rfc2045acprep.c -fPIC -DPIC -o .libs/rfc2045acprep.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045acprep.lo -MD -MP -MF .deps/rfc2045acprep.Tpo -c rfc2045acprep.c -o rfc2045acprep.o >/dev/null 2>&1 mv -f .deps/rfc2045acprep.Tpo .deps/rfc2045acprep.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045appendurl.lo -MD -MP -MF .deps/rfc2045appendurl.Tpo -c -o rfc2045appendurl.lo rfc2045appendurl.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045appendurl.lo -MD -MP -MF .deps/rfc2045appendurl.Tpo -c rfc2045appendurl.c -fPIC -DPIC -o .libs/rfc2045appendurl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045appendurl.lo -MD -MP -MF .deps/rfc2045appendurl.Tpo -c rfc2045appendurl.c -o rfc2045appendurl.o >/dev/null 2>&1 mv -f .deps/rfc2045appendurl.Tpo .deps/rfc2045appendurl.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045cdecode.lo -MD -MP -MF .deps/rfc2045cdecode.Tpo -c -o rfc2045cdecode.lo rfc2045cdecode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045cdecode.lo -MD -MP -MF .deps/rfc2045cdecode.Tpo -c rfc2045cdecode.c -fPIC -DPIC -o .libs/rfc2045cdecode.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045cdecode.lo -MD -MP -MF .deps/rfc2045cdecode.Tpo -c rfc2045cdecode.c -o rfc2045cdecode.o >/dev/null 2>&1 mv -f .deps/rfc2045cdecode.Tpo .deps/rfc2045cdecode.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045decode.lo -MD -MP -MF .deps/rfc2045decode.Tpo -c -o rfc2045decode.lo rfc2045decode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045decode.lo -MD -MP -MF .deps/rfc2045decode.Tpo -c rfc2045decode.c -fPIC -DPIC -o .libs/rfc2045decode.o rfc2045decode.c: In function 'decode': rfc2045decode.c:20:20: warning: storing the address of local variable 'nextid' in '*childidptr' [-Wdangling-pointer=] 20 | *childidptr=&nextid; | ~~~~~~~~~~~^~~~~~~~ rfc2045decode.c:16:18: note: 'nextid' declared here 16 | struct rfc2045id nextid; | ^~~~~~ rfc2045decode.c:16:18: note: 'childidptr' declared here libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045decode.lo -MD -MP -MF .deps/rfc2045decode.Tpo -c rfc2045decode.c -o rfc2045decode.o >/dev/null 2>&1 mv -f .deps/rfc2045decode.Tpo .deps/rfc2045decode.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045enomem.lo -MD -MP -MF .deps/rfc2045enomem.Tpo -c -o rfc2045enomem.lo rfc2045enomem.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045enomem.lo -MD -MP -MF .deps/rfc2045enomem.Tpo -c rfc2045enomem.c -fPIC -DPIC -o .libs/rfc2045enomem.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045enomem.lo -MD -MP -MF .deps/rfc2045enomem.Tpo -c rfc2045enomem.c -o rfc2045enomem.o >/dev/null 2>&1 mv -f .deps/rfc2045enomem.Tpo .deps/rfc2045enomem.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045_fromfd.lo -MD -MP -MF .deps/rfc2045_fromfd.Tpo -c -o rfc2045_fromfd.lo rfc2045_fromfd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045_fromfd.lo -MD -MP -MF .deps/rfc2045_fromfd.Tpo -c rfc2045_fromfd.c -fPIC -DPIC -o .libs/rfc2045_fromfd.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045_fromfd.lo -MD -MP -MF .deps/rfc2045_fromfd.Tpo -c rfc2045_fromfd.c -o rfc2045_fromfd.o >/dev/null 2>&1 mv -f .deps/rfc2045_fromfd.Tpo .deps/rfc2045_fromfd.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045find.lo -MD -MP -MF .deps/rfc2045find.Tpo -c -o rfc2045find.lo rfc2045find.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045find.lo -MD -MP -MF .deps/rfc2045find.Tpo -c rfc2045find.c -fPIC -DPIC -o .libs/rfc2045find.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045find.lo -MD -MP -MF .deps/rfc2045find.Tpo -c rfc2045find.c -o rfc2045find.o >/dev/null 2>&1 mv -f .deps/rfc2045find.Tpo .deps/rfc2045find.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045mkboundary.lo -MD -MP -MF .deps/rfc2045mkboundary.Tpo -c -o rfc2045mkboundary.lo rfc2045mkboundary.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045mkboundary.lo -MD -MP -MF .deps/rfc2045mkboundary.Tpo -c rfc2045mkboundary.c -fPIC -DPIC -o .libs/rfc2045mkboundary.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045mkboundary.lo -MD -MP -MF .deps/rfc2045mkboundary.Tpo -c rfc2045mkboundary.c -o rfc2045mkboundary.o >/dev/null 2>&1 mv -f .deps/rfc2045mkboundary.Tpo .deps/rfc2045mkboundary.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045rewrite.lo -MD -MP -MF .deps/rfc2045rewrite.Tpo -c -o rfc2045rewrite.lo rfc2045rewrite.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045rewrite.lo -MD -MP -MF .deps/rfc2045rewrite.Tpo -c rfc2045rewrite.c -fPIC -DPIC -o .libs/rfc2045rewrite.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045rewrite.lo -MD -MP -MF .deps/rfc2045rewrite.Tpo -c rfc2045rewrite.c -o rfc2045rewrite.o >/dev/null 2>&1 mv -f .deps/rfc2045rewrite.Tpo .deps/rfc2045rewrite.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045tryboundary.lo -MD -MP -MF .deps/rfc2045tryboundary.Tpo -c -o rfc2045tryboundary.lo rfc2045tryboundary.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045tryboundary.lo -MD -MP -MF .deps/rfc2045tryboundary.Tpo -c rfc2045tryboundary.c -fPIC -DPIC -o .libs/rfc2045tryboundary.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045tryboundary.lo -MD -MP -MF .deps/rfc2045tryboundary.Tpo -c rfc2045tryboundary.c -o rfc2045tryboundary.o >/dev/null 2>&1 mv -f .deps/rfc2045tryboundary.Tpo .deps/rfc2045tryboundary.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045xdump.lo -MD -MP -MF .deps/rfc2045xdump.Tpo -c -o rfc2045xdump.lo rfc2045xdump.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045xdump.lo -MD -MP -MF .deps/rfc2045xdump.Tpo -c rfc2045xdump.c -fPIC -DPIC -o .libs/rfc2045xdump.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045xdump.lo -MD -MP -MF .deps/rfc2045xdump.Tpo -c rfc2045xdump.c -o rfc2045xdump.o >/dev/null 2>&1 mv -f .deps/rfc2045xdump.Tpo .deps/rfc2045xdump.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045searchcontenttype.lo -MD -MP -MF .deps/rfc2045searchcontenttype.Tpo -c -o rfc2045searchcontenttype.lo rfc2045searchcontenttype.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045searchcontenttype.lo -MD -MP -MF .deps/rfc2045searchcontenttype.Tpo -c rfc2045searchcontenttype.c -fPIC -DPIC -o .libs/rfc2045searchcontenttype.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045searchcontenttype.lo -MD -MP -MF .deps/rfc2045searchcontenttype.Tpo -c rfc2045searchcontenttype.c -o rfc2045searchcontenttype.o >/dev/null 2>&1 mv -f .deps/rfc2045searchcontenttype.Tpo .deps/rfc2045searchcontenttype.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045decodemimesection.lo -MD -MP -MF .deps/rfc2045decodemimesection.Tpo -c -o rfc2045decodemimesection.lo rfc2045decodemimesection.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045decodemimesection.lo -MD -MP -MF .deps/rfc2045decodemimesection.Tpo -c rfc2045decodemimesection.c -fPIC -DPIC -o .libs/rfc2045decodemimesection.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045decodemimesection.lo -MD -MP -MF .deps/rfc2045decodemimesection.Tpo -c rfc2045decodemimesection.c -o rfc2045decodemimesection.o >/dev/null 2>&1 mv -f .deps/rfc2045decodemimesection.Tpo .deps/rfc2045decodemimesection.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045decodemimesectionu.lo -MD -MP -MF .deps/rfc2045decodemimesectionu.Tpo -c -o rfc2045decodemimesectionu.lo rfc2045decodemimesectionu.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045decodemimesectionu.lo -MD -MP -MF .deps/rfc2045decodemimesectionu.Tpo -c rfc2045decodemimesectionu.c -fPIC -DPIC -o .libs/rfc2045decodemimesectionu.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045decodemimesectionu.lo -MD -MP -MF .deps/rfc2045decodemimesectionu.Tpo -c rfc2045decodemimesectionu.c -o rfc2045decodemimesectionu.o >/dev/null 2>&1 mv -f .deps/rfc2045decodemimesectionu.Tpo .deps/rfc2045decodemimesectionu.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045header.lo -MD -MP -MF .deps/rfc2045header.Tpo -c -o rfc2045header.lo rfc2045header.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045header.lo -MD -MP -MF .deps/rfc2045header.Tpo -c rfc2045header.c -fPIC -DPIC -o .libs/rfc2045header.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045header.lo -MD -MP -MF .deps/rfc2045header.Tpo -c rfc2045header.c -o rfc2045header.o >/dev/null 2>&1 mv -f .deps/rfc2045header.Tpo .deps/rfc2045header.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045reply.lo -MD -MP -MF .deps/rfc2045reply.Tpo -c -o rfc2045reply.lo rfc2045reply.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045reply.lo -MD -MP -MF .deps/rfc2045reply.Tpo -c rfc2045reply.c -fPIC -DPIC -o .libs/rfc2045reply.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045reply.lo -MD -MP -MF .deps/rfc2045reply.Tpo -c rfc2045reply.c -o rfc2045reply.o >/dev/null 2>&1 mv -f .deps/rfc2045reply.Tpo .deps/rfc2045reply.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045decodemsgtoutf8.lo -MD -MP -MF .deps/rfc2045decodemsgtoutf8.Tpo -c -o rfc2045decodemsgtoutf8.lo rfc2045decodemsgtoutf8.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045decodemsgtoutf8.lo -MD -MP -MF .deps/rfc2045decodemsgtoutf8.Tpo -c rfc2045decodemsgtoutf8.c -fPIC -DPIC -o .libs/rfc2045decodemsgtoutf8.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2045decodemsgtoutf8.lo -MD -MP -MF .deps/rfc2045decodemsgtoutf8.Tpo -c rfc2045decodemsgtoutf8.c -o rfc2045decodemsgtoutf8.o >/dev/null 2>&1 mv -f .deps/rfc2045decodemsgtoutf8.Tpo .deps/rfc2045decodemsgtoutf8.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2231.lo -MD -MP -MF .deps/rfc2231.Tpo -c -o rfc2231.lo rfc2231.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2231.lo -MD -MP -MF .deps/rfc2231.Tpo -c rfc2231.c -fPIC -DPIC -o .libs/rfc2231.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2231.lo -MD -MP -MF .deps/rfc2231.Tpo -c rfc2231.c -o rfc2231.o >/dev/null 2>&1 mv -f .deps/rfc2231.Tpo .deps/rfc2231.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2231encode.lo -MD -MP -MF .deps/rfc2231encode.Tpo -c -o rfc2231encode.lo rfc2231encode.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2231encode.lo -MD -MP -MF .deps/rfc2231encode.Tpo -c rfc2231encode.c -fPIC -DPIC -o .libs/rfc2231encode.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc2231encode.lo -MD -MP -MF .deps/rfc2231encode.Tpo -c rfc2231encode.c -o rfc2231encode.o >/dev/null 2>&1 mv -f .deps/rfc2231encode.Tpo .deps/rfc2231encode.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc3676parser.lo -MD -MP -MF .deps/rfc3676parser.Tpo -c -o rfc3676parser.lo rfc3676parser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc3676parser.lo -MD -MP -MF .deps/rfc3676parser.Tpo -c rfc3676parser.c -fPIC -DPIC -o .libs/rfc3676parser.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT rfc3676parser.lo -MD -MP -MF .deps/rfc3676parser.Tpo -c rfc3676parser.c -o rfc3676parser.o >/dev/null 2>&1 mv -f .deps/rfc3676parser.Tpo .deps/rfc3676parser.Plo /usr/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc3676parsercpp.lo -MD -MP -MF .deps/rfc3676parsercpp.Tpo -c -o rfc3676parsercpp.lo rfc3676parsercpp.C libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc3676parsercpp.lo -MD -MP -MF .deps/rfc3676parsercpp.Tpo -c rfc3676parsercpp.C -fPIC -DPIC -o .libs/rfc3676parsercpp.o In file included from rfc3676parser.h:12, from rfc3676parsercpp.C:7: ../unicode/unicode.h:1327:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1327 | : public std::iterator<std::input_iterator_tag, int, void> | ^~~~~~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/string:45, from ../unicode/unicode.h:12: /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ ../unicode/unicode.h:1508:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1508 | : public std::iterator<std::input_iterator_tag, | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc3676parsercpp.lo -MD -MP -MF .deps/rfc3676parsercpp.Tpo -c rfc3676parsercpp.C -o rfc3676parsercpp.o >/dev/null 2>&1 mv -f .deps/rfc3676parsercpp.Tpo .deps/rfc3676parsercpp.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c -o base64.lo base64.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c -fPIC -DPIC -o .libs/base64.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c -o base64.o >/dev/null 2>&1 mv -f .deps/base64.Tpo .deps/base64.Plo /usr/bin/bash ./libtool --tag=CXX --mode=link g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o librfc2045.la rfc2045.lo rfc2045acchk.lo rfc2045acprep.lo rfc2045appendurl.lo rfc2045cdecode.lo rfc2045decode.lo rfc2045enomem.lo rfc2045_fromfd.lo rfc2045find.lo rfc2045mkboundary.lo rfc2045rewrite.lo rfc2045tryboundary.lo rfc2045xdump.lo rfc2045searchcontenttype.lo rfc2045decodemimesection.lo rfc2045decodemimesectionu.lo rfc2045header.lo rfc2045reply.lo rfc2045decodemsgtoutf8.lo rfc2231.lo rfc2231encode.lo rfc3676parser.lo rfc3676parsercpp.lo base64.lo libtool: link: ar cru .libs/librfc2045.a .libs/rfc2045.o .libs/rfc2045acchk.o .libs/rfc2045acprep.o .libs/rfc2045appendurl.o .libs/rfc2045cdecode.o .libs/rfc2045decode.o .libs/rfc2045enomem.o .libs/rfc2045_fromfd.o .libs/rfc2045find.o .libs/rfc2045mkboundary.o .libs/rfc2045rewrite.o .libs/rfc2045tryboundary.o .libs/rfc2045xdump.o .libs/rfc2045searchcontenttype.o .libs/rfc2045decodemimesection.o .libs/rfc2045decodemimesectionu.o .libs/rfc2045header.o .libs/rfc2045reply.o .libs/rfc2045decodemsgtoutf8.o .libs/rfc2231.o .libs/rfc2231encode.o .libs/rfc3676parser.o .libs/rfc3676parsercpp.o .libs/base64.o libtool: link: ranlib .libs/librfc2045.a libtool: link: ( cd ".libs" && rm -f "librfc2045.la" && ln -s "../librfc2045.la" "librfc2045.la" ) gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT reformime.o -MD -MP -MF .deps/reformime.Tpo -c -o reformime.o reformime.c mv -f .deps/reformime.Tpo .deps/reformime.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o reformime reformime.o librfc2045.la ../rfc822/libencode.la ../rfc822/librfc822.la ../unicode/libunicode.la ../numlib/libnumlib.la libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o reformime reformime.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/librfc2045.a ../rfc822/.libs/libencode.a ../rfc822/.libs/librfc822.a ../unicode/.libs/libunicode.a ../numlib/.libs/libnumlib.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT makemime.o -MD -MP -MF .deps/makemime.Tpo -c -o makemime.o makemime.c mv -f .deps/makemime.Tpo .deps/makemime.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o makemime makemime.o ../rfc822/libencode.la ../rfc822/librfc822.la librfc2045.la ../unicode/libunicode.la ../numlib/libnumlib.la ../unicode/libunicode.la libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o makemime makemime.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ../rfc822/.libs/libencode.a ../rfc822/.libs/librfc822.a ./.libs/librfc2045.a ../numlib/.libs/libnumlib.a ../unicode/.libs/libunicode.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT headercheck.o -MD -MP -MF .deps/headercheck.Tpo -c -o headercheck.o headercheck.c mv -f .deps/headercheck.Tpo .deps/headercheck.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o headercheck headercheck.o librfc2045.la ../rfc822/librfc822.la ../numlib/libnumlib.la ../unicode/libunicode.la libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o headercheck headercheck.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/librfc2045.a ../rfc822/.libs/librfc822.a ../numlib/.libs/libnumlib.a ../unicode/.libs/libunicode.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -MT testrfc3676parser.o -MD -MP -MF .deps/testrfc3676parser.Tpo -c -o testrfc3676parser.o testrfc3676parser.c mv -f .deps/testrfc3676parser.Tpo .deps/testrfc3676parser.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testrfc3676parser testrfc3676parser.o librfc2045.la ../unicode/libunicode.la libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o testrfc3676parser testrfc3676parser.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/librfc2045.a ../unicode/.libs/libunicode.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gmake[3]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/rfc2045' gmake[2]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/rfc2045' Making all in gpglib gmake[2]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/gpglib' echo '#define GPG "/usr/bin/gpg"' >gpg.h /opt/local/bin/gmake all-am gmake[3]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/gpglib' /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT checksign.lo -MD -MP -MF .deps/checksign.Tpo -c -o checksign.lo checksign.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT checksign.lo -MD -MP -MF .deps/checksign.Tpo -c checksign.c -fPIC -DPIC -o .libs/checksign.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT checksign.lo -MD -MP -MF .deps/checksign.Tpo -c checksign.c -o checksign.o >/dev/null 2>&1 mv -f .deps/checksign.Tpo .deps/checksign.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT delete.lo -MD -MP -MF .deps/delete.Tpo -c -o delete.lo delete.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT delete.lo -MD -MP -MF .deps/delete.Tpo -c delete.c -fPIC -DPIC -o .libs/delete.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT delete.lo -MD -MP -MF .deps/delete.Tpo -c delete.c -o delete.o >/dev/null 2>&1 mv -f .deps/delete.Tpo .deps/delete.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT export.lo -MD -MP -MF .deps/export.Tpo -c -o export.lo export.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT export.lo -MD -MP -MF .deps/export.Tpo -c export.c -fPIC -DPIC -o .libs/export.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT export.lo -MD -MP -MF .deps/export.Tpo -c export.c -o export.o >/dev/null 2>&1 mv -f .deps/export.Tpo .deps/export.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT fork.lo -MD -MP -MF .deps/fork.Tpo -c -o fork.lo fork.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT fork.lo -MD -MP -MF .deps/fork.Tpo -c fork.c -fPIC -DPIC -o .libs/fork.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT fork.lo -MD -MP -MF .deps/fork.Tpo -c fork.c -o fork.o >/dev/null 2>&1 mv -f .deps/fork.Tpo .deps/fork.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT genkey.lo -MD -MP -MF .deps/genkey.Tpo -c -o genkey.lo genkey.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT genkey.lo -MD -MP -MF .deps/genkey.Tpo -c genkey.c -fPIC -DPIC -o .libs/genkey.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT genkey.lo -MD -MP -MF .deps/genkey.Tpo -c genkey.c -o genkey.o >/dev/null 2>&1 mv -f .deps/genkey.Tpo .deps/genkey.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT gpg.lo -MD -MP -MF .deps/gpg.Tpo -c -o gpg.lo gpg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT gpg.lo -MD -MP -MF .deps/gpg.Tpo -c gpg.c -fPIC -DPIC -o .libs/gpg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT gpg.lo -MD -MP -MF .deps/gpg.Tpo -c gpg.c -o gpg.o >/dev/null 2>&1 mv -f .deps/gpg.Tpo .deps/gpg.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT import.lo -MD -MP -MF .deps/import.Tpo -c -o import.lo import.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT import.lo -MD -MP -MF .deps/import.Tpo -c import.c -fPIC -DPIC -o .libs/import.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT import.lo -MD -MP -MF .deps/import.Tpo -c import.c -o import.o >/dev/null 2>&1 mv -f .deps/import.Tpo .deps/import.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT libgpg.lo -MD -MP -MF .deps/libgpg.Tpo -c -o libgpg.lo libgpg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT libgpg.lo -MD -MP -MF .deps/libgpg.Tpo -c libgpg.c -fPIC -DPIC -o .libs/libgpg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT libgpg.lo -MD -MP -MF .deps/libgpg.Tpo -c libgpg.c -o libgpg.o >/dev/null 2>&1 mv -f .deps/libgpg.Tpo .deps/libgpg.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT list.lo -MD -MP -MF .deps/list.Tpo -c -o list.lo list.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT list.lo -MD -MP -MF .deps/list.Tpo -c list.c -fPIC -DPIC -o .libs/list.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT list.lo -MD -MP -MF .deps/list.Tpo -c list.c -o list.o >/dev/null 2>&1 mv -f .deps/list.Tpo .deps/list.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT mimegpgfork.lo -MD -MP -MF .deps/mimegpgfork.Tpo -c -o mimegpgfork.lo mimegpgfork.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT mimegpgfork.lo -MD -MP -MF .deps/mimegpgfork.Tpo -c mimegpgfork.c -fPIC -DPIC -o .libs/mimegpgfork.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT mimegpgfork.lo -MD -MP -MF .deps/mimegpgfork.Tpo -c mimegpgfork.c -o mimegpgfork.o >/dev/null 2>&1 mv -f .deps/mimegpgfork.Tpo .deps/mimegpgfork.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT mimegpgheader.lo -MD -MP -MF .deps/mimegpgheader.Tpo -c -o mimegpgheader.lo mimegpgheader.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT mimegpgheader.lo -MD -MP -MF .deps/mimegpgheader.Tpo -c mimegpgheader.c -fPIC -DPIC -o .libs/mimegpgheader.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT mimegpgheader.lo -MD -MP -MF .deps/mimegpgheader.Tpo -c mimegpgheader.c -o mimegpgheader.o >/dev/null 2>&1 mv -f .deps/mimegpgheader.Tpo .deps/mimegpgheader.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT mimegpgstack.lo -MD -MP -MF .deps/mimegpgstack.Tpo -c -o mimegpgstack.lo mimegpgstack.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT mimegpgstack.lo -MD -MP -MF .deps/mimegpgstack.Tpo -c mimegpgstack.c -fPIC -DPIC -o .libs/mimegpgstack.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT mimegpgstack.lo -MD -MP -MF .deps/mimegpgstack.Tpo -c mimegpgstack.c -o mimegpgstack.o >/dev/null 2>&1 mv -f .deps/mimegpgstack.Tpo .deps/mimegpgstack.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT options.lo -MD -MP -MF .deps/options.Tpo -c -o options.lo options.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT options.lo -MD -MP -MF .deps/options.Tpo -c options.c -fPIC -DPIC -o .libs/options.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT options.lo -MD -MP -MF .deps/options.Tpo -c options.c -o options.o >/dev/null 2>&1 mv -f .deps/options.Tpo .deps/options.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc2045.lo -MD -MP -MF .deps/rfc2045.Tpo -c -o rfc2045.lo rfc2045.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc2045.lo -MD -MP -MF .deps/rfc2045.Tpo -c rfc2045.c -fPIC -DPIC -o .libs/rfc2045.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT rfc2045.lo -MD -MP -MF .deps/rfc2045.Tpo -c rfc2045.c -o rfc2045.o >/dev/null 2>&1 mv -f .deps/rfc2045.Tpo .deps/rfc2045.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT sign.lo -MD -MP -MF .deps/sign.Tpo -c -o sign.lo sign.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT sign.lo -MD -MP -MF .deps/sign.Tpo -c sign.c -fPIC -DPIC -o .libs/sign.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT sign.lo -MD -MP -MF .deps/sign.Tpo -c sign.c -o sign.o >/dev/null 2>&1 mv -f .deps/sign.Tpo .deps/sign.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT tempname.lo -MD -MP -MF .deps/tempname.Tpo -c -o tempname.lo tempname.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT tempname.lo -MD -MP -MF .deps/tempname.Tpo -c tempname.c -fPIC -DPIC -o .libs/tempname.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT tempname.lo -MD -MP -MF .deps/tempname.Tpo -c tempname.c -o tempname.o >/dev/null 2>&1 mv -f .deps/tempname.Tpo .deps/tempname.Plo /usr/bin/bash ./libtool --tag=CC --mode=link gcc -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o libgpg.la checksign.lo delete.lo export.lo fork.lo genkey.lo gpg.lo import.lo libgpg.lo list.lo mimegpgfork.lo mimegpgheader.lo mimegpgstack.lo options.lo rfc2045.lo sign.lo tempname.lo libtool: link: ar cru .libs/libgpg.a .libs/checksign.o .libs/delete.o .libs/export.o .libs/fork.o .libs/genkey.o .libs/gpg.o .libs/import.o .libs/libgpg.o .libs/list.o .libs/mimegpgfork.o .libs/mimegpgheader.o .libs/mimegpgstack.o .libs/options.o .libs/rfc2045.o .libs/sign.o .libs/tempname.o libtool: link: ranlib .libs/libgpg.a libtool: link: ( cd ".libs" && rm -f "libgpg.la" && ln -s "../libgpg.la" "libgpg.la" ) gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT testgpg.o -MD -MP -MF .deps/testgpg.Tpo -c -o testgpg.o testgpg.c mv -f .deps/testgpg.Tpo .deps/testgpg.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testgpg testgpg.o libgpg.la ../unicode/libunicode.la ../numlib/libnumlib.la libtool: link: gcc -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o testgpg testgpg.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/libgpg.a ../unicode/.libs/libunicode.a ../numlib/.libs/libnumlib.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT mimegpg.o -MD -MP -MF .deps/mimegpg.Tpo -c -o mimegpg.o mimegpg.c mv -f .deps/mimegpg.Tpo .deps/mimegpg.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o mimegpg mimegpg.o libgpg.la ../rfc2045/librfc2045.la ../rfc822/librfc822.la ../rfc822/libencode.la ../numlib/libnumlib.la ../unicode/libunicode.la libtool: link: gcc -I.. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o mimegpg mimegpg.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/libgpg.a ../rfc2045/.libs/librfc2045.a ../rfc822/.libs/librfc822.a ../rfc822/.libs/libencode.a ../numlib/.libs/libnumlib.a ../unicode/.libs/libunicode.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gmake[3]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/gpglib' gmake[2]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/gpglib' Making all in maildir gmake[2]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/maildir' echo '#define MAILDIRSHAREDRC "/opt/local/etc/maildirshared"' >maildirsharedrc.h echo '#define MAILDIRFILTERCONFIG "/opt/local/etc/maildirfilterconfig"' >maildirfilterconfig.h echo '#define QUOTAWARNMSG "/opt/local/etc/quotawarnmsg"' >quotawarnmsg.h echo '#define MAILBOT "mailbot"' >mailbot.h echo '#define AUTORESPONSEQUOTA "/opt/local/etc/autoresponsesquota"' >autoresponsequota.h ./config.status --file=deliverquota.html config.status: creating deliverquota.html ./config.status --file=maildirmake.html config.status: creating maildirmake.html ./config.status --file=deliverquota.8 config.status: creating deliverquota.8 ./config.status --file=maildirmake.1 config.status: creating maildirmake.1 ./config.status --file=maildiracl.html config.status: creating maildiracl.html ./config.status --file=maildiracl.1 config.status: creating maildiracl.1 echo >maildir.libdeps /opt/local/bin/gmake all-am gmake[3]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/maildir' /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT autoresponse.lo -MD -MP -MF .deps/autoresponse.Tpo -c -o autoresponse.lo autoresponse.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT autoresponse.lo -MD -MP -MF .deps/autoresponse.Tpo -c autoresponse.c -fPIC -DPIC -o .libs/autoresponse.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT autoresponse.lo -MD -MP -MF .deps/autoresponse.Tpo -c autoresponse.c -o autoresponse.o >/dev/null 2>&1 mv -f .deps/autoresponse.Tpo .deps/autoresponse.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildiraclt.lo -MD -MP -MF .deps/maildiraclt.Tpo -c -o maildiraclt.lo maildiraclt.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildiraclt.lo -MD -MP -MF .deps/maildiraclt.Tpo -c maildiraclt.c -fPIC -DPIC -o .libs/maildiraclt.o maildiraclt.c: In function 'maildir_acl_delete': maildiraclt.c:632:17: warning: pointer 'p' may be used after 'free' [-Wuse-after-free] 632 | free(p); | ^~~~~~~ maildiraclt.c:618:9: note: call to 'free' here 618 | free(p); | ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildiraclt.lo -MD -MP -MF .deps/maildiraclt.Tpo -c maildiraclt.c -o maildiraclt.o >/dev/null 2>&1 mv -f .deps/maildiraclt.Tpo .deps/maildiraclt.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildircache.lo -MD -MP -MF .deps/maildircache.Tpo -c -o maildircache.lo maildircache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildircache.lo -MD -MP -MF .deps/maildircache.Tpo -c maildircache.c -fPIC -DPIC -o .libs/maildircache.o maildircache.c: In function 'maildir_cache_start': maildircache.c:258:17: warning: pointer 'f' may be used after 'free' [-Wuse-after-free] 258 | unlink(f); /* Problems */ | ^~~~~~~~~ maildircache.c:252:9: note: call to 'free' here 252 | free(f); | ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildircache.lo -MD -MP -MF .deps/maildircache.Tpo -c maildircache.c -o maildircache.o >/dev/null 2>&1 mv -f .deps/maildircache.Tpo .deps/maildircache.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildircreate.lo -MD -MP -MF .deps/maildircreate.Tpo -c -o maildircreate.lo maildircreate.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildircreate.lo -MD -MP -MF .deps/maildircreate.Tpo -c maildircreate.c -fPIC -DPIC -o .libs/maildircreate.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildircreate.lo -MD -MP -MF .deps/maildircreate.Tpo -c maildircreate.c -o maildircreate.o >/dev/null 2>&1 mv -f .deps/maildircreate.Tpo .deps/maildircreate.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirfilename.lo -MD -MP -MF .deps/maildirfilename.Tpo -c -o maildirfilename.lo maildirfilename.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirfilename.lo -MD -MP -MF .deps/maildirfilename.Tpo -c maildirfilename.c -fPIC -DPIC -o .libs/maildirfilename.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirfilename.lo -MD -MP -MF .deps/maildirfilename.Tpo -c maildirfilename.c -o maildirfilename.o >/dev/null 2>&1 mv -f .deps/maildirfilename.Tpo .deps/maildirfilename.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirgetnew.lo -MD -MP -MF .deps/maildirgetnew.Tpo -c -o maildirgetnew.lo maildirgetnew.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirgetnew.lo -MD -MP -MF .deps/maildirgetnew.Tpo -c maildirgetnew.c -fPIC -DPIC -o .libs/maildirgetnew.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirgetnew.lo -MD -MP -MF .deps/maildirgetnew.Tpo -c maildirgetnew.c -o maildirgetnew.o >/dev/null 2>&1 mv -f .deps/maildirgetnew.Tpo .deps/maildirgetnew.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirfilter.lo -MD -MP -MF .deps/maildirfilter.Tpo -c -o maildirfilter.lo maildirfilter.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirfilter.lo -MD -MP -MF .deps/maildirfilter.Tpo -c maildirfilter.c -fPIC -DPIC -o .libs/maildirfilter.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirfilter.lo -MD -MP -MF .deps/maildirfilter.Tpo -c maildirfilter.c -o maildirfilter.o >/dev/null 2>&1 mv -f .deps/maildirfilter.Tpo .deps/maildirfilter.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirfilter2.lo -MD -MP -MF .deps/maildirfilter2.Tpo -c -o maildirfilter2.lo maildirfilter2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirfilter2.lo -MD -MP -MF .deps/maildirfilter2.Tpo -c maildirfilter2.c -fPIC -DPIC -o .libs/maildirfilter2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirfilter2.lo -MD -MP -MF .deps/maildirfilter2.Tpo -c maildirfilter2.c -o maildirfilter2.o >/dev/null 2>&1 mv -f .deps/maildirfilter2.Tpo .deps/maildirfilter2.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirflags.lo -MD -MP -MF .deps/maildirflags.Tpo -c -o maildirflags.lo maildirflags.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirflags.lo -MD -MP -MF .deps/maildirflags.Tpo -c maildirflags.c -fPIC -DPIC -o .libs/maildirflags.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirflags.lo -MD -MP -MF .deps/maildirflags.Tpo -c maildirflags.c -o maildirflags.o >/dev/null 2>&1 mv -f .deps/maildirflags.Tpo .deps/maildirflags.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirmkdir.lo -MD -MP -MF .deps/maildirmkdir.Tpo -c -o maildirmkdir.lo maildirmkdir.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirmkdir.lo -MD -MP -MF .deps/maildirmkdir.Tpo -c maildirmkdir.c -fPIC -DPIC -o .libs/maildirmkdir.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirmkdir.lo -MD -MP -MF .deps/maildirmkdir.Tpo -c maildirmkdir.c -o maildirmkdir.o >/dev/null 2>&1 mv -f .deps/maildirmkdir.Tpo .deps/maildirmkdir.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirgetquota.lo -MD -MP -MF .deps/maildirgetquota.Tpo -c -o maildirgetquota.lo maildirgetquota.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirgetquota.lo -MD -MP -MF .deps/maildirgetquota.Tpo -c maildirgetquota.c -fPIC -DPIC -o .libs/maildirgetquota.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirgetquota.lo -MD -MP -MF .deps/maildirgetquota.Tpo -c maildirgetquota.c -o maildirgetquota.o >/dev/null 2>&1 mv -f .deps/maildirgetquota.Tpo .deps/maildirgetquota.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirinfo.lo -MD -MP -MF .deps/maildirinfo.Tpo -c -o maildirinfo.lo maildirinfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirinfo.lo -MD -MP -MF .deps/maildirinfo.Tpo -c maildirinfo.c -fPIC -DPIC -o .libs/maildirinfo.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirinfo.lo -MD -MP -MF .deps/maildirinfo.Tpo -c maildirinfo.c -o maildirinfo.o >/dev/null 2>&1 mv -f .deps/maildirinfo.Tpo .deps/maildirinfo.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirkeywords.lo -MD -MP -MF .deps/maildirkeywords.Tpo -c -o maildirkeywords.lo maildirkeywords.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirkeywords.lo -MD -MP -MF .deps/maildirkeywords.Tpo -c maildirkeywords.c -fPIC -DPIC -o .libs/maildirkeywords.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirkeywords.lo -MD -MP -MF .deps/maildirkeywords.Tpo -c maildirkeywords.c -o maildirkeywords.o >/dev/null 2>&1 mv -f .deps/maildirkeywords.Tpo .deps/maildirkeywords.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirkeywords2.lo -MD -MP -MF .deps/maildirkeywords2.Tpo -c -o maildirkeywords2.lo maildirkeywords2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirkeywords2.lo -MD -MP -MF .deps/maildirkeywords2.Tpo -c maildirkeywords2.c -fPIC -DPIC -o .libs/maildirkeywords2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirkeywords2.lo -MD -MP -MF .deps/maildirkeywords2.Tpo -c maildirkeywords2.c -o maildirkeywords2.o >/dev/null 2>&1 mv -f .deps/maildirkeywords2.Tpo .deps/maildirkeywords2.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirkeywords3.lo -MD -MP -MF .deps/maildirkeywords3.Tpo -c -o maildirkeywords3.lo maildirkeywords3.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirkeywords3.lo -MD -MP -MF .deps/maildirkeywords3.Tpo -c maildirkeywords3.c -fPIC -DPIC -o .libs/maildirkeywords3.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirkeywords3.lo -MD -MP -MF .deps/maildirkeywords3.Tpo -c maildirkeywords3.c -o maildirkeywords3.o >/dev/null 2>&1 mv -f .deps/maildirkeywords3.Tpo .deps/maildirkeywords3.Plo /usr/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT maildirkeywords4.lo -MD -MP -MF .deps/maildirkeywords4.Tpo -c -o maildirkeywords4.lo maildirkeywords4.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT maildirkeywords4.lo -MD -MP -MF .deps/maildirkeywords4.Tpo -c maildirkeywords4.cpp -fPIC -DPIC -o .libs/maildirkeywords4.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT maildirkeywords4.lo -MD -MP -MF .deps/maildirkeywords4.Tpo -c maildirkeywords4.cpp -o maildirkeywords4.o >/dev/null 2>&1 mv -f .deps/maildirkeywords4.Tpo .deps/maildirkeywords4.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirlist.lo -MD -MP -MF .deps/maildirlist.Tpo -c -o maildirlist.lo maildirlist.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirlist.lo -MD -MP -MF .deps/maildirlist.Tpo -c maildirlist.c -fPIC -DPIC -o .libs/maildirlist.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirlist.lo -MD -MP -MF .deps/maildirlist.Tpo -c maildirlist.c -o maildirlist.o >/dev/null 2>&1 mv -f .deps/maildirlist.Tpo .deps/maildirlist.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirlock.lo -MD -MP -MF .deps/maildirlock.Tpo -c -o maildirlock.lo maildirlock.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirlock.lo -MD -MP -MF .deps/maildirlock.Tpo -c maildirlock.c -fPIC -DPIC -o .libs/maildirlock.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirlock.lo -MD -MP -MF .deps/maildirlock.Tpo -c maildirlock.c -o maildirlock.o >/dev/null 2>&1 mv -f .deps/maildirlock.Tpo .deps/maildirlock.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirmake2.lo -MD -MP -MF .deps/maildirmake2.Tpo -c -o maildirmake2.lo maildirmake2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirmake2.lo -MD -MP -MF .deps/maildirmake2.Tpo -c maildirmake2.c -fPIC -DPIC -o .libs/maildirmake2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirmake2.lo -MD -MP -MF .deps/maildirmake2.Tpo -c maildirmake2.c -o maildirmake2.o >/dev/null 2>&1 mv -f .deps/maildirmake2.Tpo .deps/maildirmake2.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirnewshared.lo -MD -MP -MF .deps/maildirnewshared.Tpo -c -o maildirnewshared.lo maildirnewshared.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirnewshared.lo -MD -MP -MF .deps/maildirnewshared.Tpo -c maildirnewshared.c -fPIC -DPIC -o .libs/maildirnewshared.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirnewshared.lo -MD -MP -MF .deps/maildirnewshared.Tpo -c maildirnewshared.c -o maildirnewshared.o >/dev/null 2>&1 mv -f .deps/maildirnewshared.Tpo .deps/maildirnewshared.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirnewshared2.lo -MD -MP -MF .deps/maildirnewshared2.Tpo -c -o maildirnewshared2.lo maildirnewshared2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirnewshared2.lo -MD -MP -MF .deps/maildirnewshared2.Tpo -c maildirnewshared2.c -fPIC -DPIC -o .libs/maildirnewshared2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirnewshared2.lo -MD -MP -MF .deps/maildirnewshared2.Tpo -c maildirnewshared2.c -o maildirnewshared2.o >/dev/null 2>&1 mv -f .deps/maildirnewshared2.Tpo .deps/maildirnewshared2.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildiropen.lo -MD -MP -MF .deps/maildiropen.Tpo -c -o maildiropen.lo maildiropen.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildiropen.lo -MD -MP -MF .deps/maildiropen.Tpo -c maildiropen.c -fPIC -DPIC -o .libs/maildiropen.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildiropen.lo -MD -MP -MF .deps/maildiropen.Tpo -c maildiropen.c -o maildiropen.o >/dev/null 2>&1 mv -f .deps/maildiropen.Tpo .deps/maildiropen.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirparsequota.lo -MD -MP -MF .deps/maildirparsequota.Tpo -c -o maildirparsequota.lo maildirparsequota.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirparsequota.lo -MD -MP -MF .deps/maildirparsequota.Tpo -c maildirparsequota.c -fPIC -DPIC -o .libs/maildirparsequota.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirparsequota.lo -MD -MP -MF .deps/maildirparsequota.Tpo -c maildirparsequota.c -o maildirparsequota.o >/dev/null 2>&1 mv -f .deps/maildirparsequota.Tpo .deps/maildirparsequota.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirpath.lo -MD -MP -MF .deps/maildirpath.Tpo -c -o maildirpath.lo maildirpath.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirpath.lo -MD -MP -MF .deps/maildirpath.Tpo -c maildirpath.c -fPIC -DPIC -o .libs/maildirpath.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirpath.lo -MD -MP -MF .deps/maildirpath.Tpo -c maildirpath.c -o maildirpath.o >/dev/null 2>&1 mv -f .deps/maildirpath.Tpo .deps/maildirpath.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirpurgetmp.lo -MD -MP -MF .deps/maildirpurgetmp.Tpo -c -o maildirpurgetmp.lo maildirpurgetmp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirpurgetmp.lo -MD -MP -MF .deps/maildirpurgetmp.Tpo -c maildirpurgetmp.c -fPIC -DPIC -o .libs/maildirpurgetmp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirpurgetmp.lo -MD -MP -MF .deps/maildirpurgetmp.Tpo -c maildirpurgetmp.c -o maildirpurgetmp.o >/dev/null 2>&1 mv -f .deps/maildirpurgetmp.Tpo .deps/maildirpurgetmp.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirrename.lo -MD -MP -MF .deps/maildirrename.Tpo -c -o maildirrename.lo maildirrename.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirrename.lo -MD -MP -MF .deps/maildirrename.Tpo -c maildirrename.c -fPIC -DPIC -o .libs/maildirrename.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirrename.lo -MD -MP -MF .deps/maildirrename.Tpo -c maildirrename.c -o maildirrename.o >/dev/null 2>&1 mv -f .deps/maildirrename.Tpo .deps/maildirrename.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirsearch.lo -MD -MP -MF .deps/maildirsearch.Tpo -c -o maildirsearch.lo maildirsearch.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirsearch.lo -MD -MP -MF .deps/maildirsearch.Tpo -c maildirsearch.c -fPIC -DPIC -o .libs/maildirsearch.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirsearch.lo -MD -MP -MF .deps/maildirsearch.Tpo -c maildirsearch.c -o maildirsearch.o >/dev/null 2>&1 mv -f .deps/maildirsearch.Tpo .deps/maildirsearch.Plo /usr/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT maildirsearchC.lo -MD -MP -MF .deps/maildirsearchC.Tpo -c -o maildirsearchC.lo maildirsearchC.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT maildirsearchC.lo -MD -MP -MF .deps/maildirsearchC.Tpo -c maildirsearchC.cpp -fPIC -DPIC -o .libs/maildirsearchC.o In file included from maildirsearch.h:39, from maildirsearchC.cpp:7: ../unicode/unicode.h:1327:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1327 | : public std::iterator<std::input_iterator_tag, int, void> | ^~~~~~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/string:45, from ../unicode/unicode.h:12: /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ ../unicode/unicode.h:1508:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1508 | : public std::iterator<std::input_iterator_tag, | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -MT maildirsearchC.lo -MD -MP -MF .deps/maildirsearchC.Tpo -c maildirsearchC.cpp -o maildirsearchC.o >/dev/null 2>&1 mv -f .deps/maildirsearchC.Tpo .deps/maildirsearchC.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirshared.lo -MD -MP -MF .deps/maildirshared.Tpo -c -o maildirshared.lo maildirshared.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirshared.lo -MD -MP -MF .deps/maildirshared.Tpo -c maildirshared.c -fPIC -DPIC -o .libs/maildirshared.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirshared.lo -MD -MP -MF .deps/maildirshared.Tpo -c maildirshared.c -o maildirshared.o >/dev/null 2>&1 mv -f .deps/maildirshared.Tpo .deps/maildirshared.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirshared2.lo -MD -MP -MF .deps/maildirshared2.Tpo -c -o maildirshared2.lo maildirshared2.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirshared2.lo -MD -MP -MF .deps/maildirshared2.Tpo -c maildirshared2.c -fPIC -DPIC -o .libs/maildirshared2.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirshared2.lo -MD -MP -MF .deps/maildirshared2.Tpo -c maildirshared2.c -o maildirshared2.o >/dev/null 2>&1 mv -f .deps/maildirshared2.Tpo .deps/maildirshared2.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirdelfolder.lo -MD -MP -MF .deps/maildirdelfolder.Tpo -c -o maildirdelfolder.lo maildirdelfolder.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirdelfolder.lo -MD -MP -MF .deps/maildirdelfolder.Tpo -c maildirdelfolder.c -fPIC -DPIC -o .libs/maildirdelfolder.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirdelfolder.lo -MD -MP -MF .deps/maildirdelfolder.Tpo -c maildirdelfolder.c -o maildirdelfolder.o >/dev/null 2>&1 mv -f .deps/maildirdelfolder.Tpo .deps/maildirdelfolder.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirquota.lo -MD -MP -MF .deps/maildirquota.Tpo -c -o maildirquota.lo maildirquota.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirquota.lo -MD -MP -MF .deps/maildirquota.Tpo -c maildirquota.c -fPIC -DPIC -o .libs/maildirquota.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirquota.lo -MD -MP -MF .deps/maildirquota.Tpo -c maildirquota.c -o maildirquota.o >/dev/null 2>&1 mv -f .deps/maildirquota.Tpo .deps/maildirquota.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirrequota.lo -MD -MP -MF .deps/maildirrequota.Tpo -c -o maildirrequota.lo maildirrequota.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirrequota.lo -MD -MP -MF .deps/maildirrequota.Tpo -c maildirrequota.c -fPIC -DPIC -o .libs/maildirrequota.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirrequota.lo -MD -MP -MF .deps/maildirrequota.Tpo -c maildirrequota.c -o maildirrequota.o >/dev/null 2>&1 mv -f .deps/maildirrequota.Tpo .deps/maildirrequota.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirwatch.lo -MD -MP -MF .deps/maildirwatch.Tpo -c -o maildirwatch.lo maildirwatch.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirwatch.lo -MD -MP -MF .deps/maildirwatch.Tpo -c maildirwatch.c -fPIC -DPIC -o .libs/maildirwatch.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirwatch.lo -MD -MP -MF .deps/maildirwatch.Tpo -c maildirwatch.c -o maildirwatch.o >/dev/null 2>&1 mv -f .deps/maildirwatch.Tpo .deps/maildirwatch.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT loginexec.lo -MD -MP -MF .deps/loginexec.Tpo -c -o loginexec.lo loginexec.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT loginexec.lo -MD -MP -MF .deps/loginexec.Tpo -c loginexec.c -fPIC -DPIC -o .libs/loginexec.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT loginexec.lo -MD -MP -MF .deps/loginexec.Tpo -c loginexec.c -o loginexec.o >/dev/null 2>&1 mv -f .deps/loginexec.Tpo .deps/loginexec.Plo /usr/bin/bash ./libtool --tag=CXX --mode=link g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o libmaildir.la autoresponse.lo maildiraclt.lo maildircache.lo maildircreate.lo maildirfilename.lo maildirgetnew.lo maildirfilter.lo maildirfilter2.lo maildirflags.lo maildirmkdir.lo maildirgetquota.lo maildirinfo.lo maildirkeywords.lo maildirkeywords2.lo maildirkeywords3.lo maildirkeywords4.lo maildirlist.lo maildirlock.lo maildirmake2.lo maildirnewshared.lo maildirnewshared2.lo maildiropen.lo maildirparsequota.lo maildirpath.lo maildirpurgetmp.lo maildirrename.lo maildirsearch.lo maildirsearchC.lo maildirshared.lo maildirshared2.lo maildirdelfolder.lo maildirquota.lo maildirrequota.lo maildirwatch.lo loginexec.lo libtool: link: ar cru .libs/libmaildir.a .libs/autoresponse.o .libs/maildiraclt.o .libs/maildircache.o .libs/maildircreate.o .libs/maildirfilename.o .libs/maildirgetnew.o .libs/maildirfilter.o .libs/maildirfilter2.o .libs/maildirflags.o .libs/maildirmkdir.o .libs/maildirgetquota.o .libs/maildirinfo.o .libs/maildirkeywords.o .libs/maildirkeywords2.o .libs/maildirkeywords3.o .libs/maildirkeywords4.o .libs/maildirlist.o .libs/maildirlock.o .libs/maildirmake2.o .libs/maildirnewshared.o .libs/maildirnewshared2.o .libs/maildiropen.o .libs/maildirparsequota.o .libs/maildirpath.o .libs/maildirpurgetmp.o .libs/maildirrename.o .libs/maildirsearch.o .libs/maildirsearchC.o .libs/maildirshared.o .libs/maildirshared2.o .libs/maildirdelfolder.o .libs/maildirquota.o .libs/maildirrequota.o .libs/maildirwatch.o .libs/loginexec.o libtool: link: ranlib .libs/libmaildir.a libtool: link: ( cd ".libs" && rm -f "libmaildir.la" && ln -s "../libmaildir.la" "libmaildir.la" ) gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT deliverquota.o -MD -MP -MF .deps/deliverquota.Tpo -c -o deliverquota.o deliverquota.c mv -f .deps/deliverquota.Tpo .deps/deliverquota.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o deliverquota deliverquota.o libmaildir.la ../rfc822/librfc822.la ../numlib/libnumlib.la libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o deliverquota deliverquota.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/libmaildir.a ../rfc822/.libs/librfc822.a ../numlib/.libs/libnumlib.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirmake.o -MD -MP -MF .deps/maildirmake.Tpo -c -o maildirmake.o maildirmake.c mv -f .deps/maildirmake.Tpo .deps/maildirmake.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o maildirmake maildirmake.o libmaildir.la ../numlib/libnumlib.la ../rfc822/librfc822.la libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o maildirmake maildirmake.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/libmaildir.a ../numlib/.libs/libnumlib.a ../rfc822/.libs/librfc822.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT testmaildirfilter.o -MD -MP -MF .deps/testmaildirfilter.Tpo -c -o testmaildirfilter.o testmaildirfilter.c mv -f .deps/testmaildirfilter.Tpo .deps/testmaildirfilter.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testmaildirfilter testmaildirfilter.o libmaildir.la ../numlib/libnumlib.la -lpcre libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o testmaildirfilter testmaildirfilter.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/libmaildir.a ../numlib/.libs/libnumlib.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so /opt/local/lib/libpcre.so -R/opt/local/lib -R/opt/local/lib gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirkwtest.o -MD -MP -MF .deps/maildirkwtest.Tpo -c -o maildirkwtest.o maildirkwtest.c mv -f .deps/maildirkwtest.Tpo .deps/maildirkwtest.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o maildirkwtest maildirkwtest.o libmaildir.la libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o maildirkwtest maildirkwtest.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/libmaildir.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildirkw.o -MD -MP -MF .deps/maildirkw.Tpo -c -o maildirkw.o maildirkw.c mv -f .deps/maildirkw.Tpo .deps/maildirkw.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o maildirkw maildirkw.o libmaildir.la ../liblock/liblock.la ../numlib/libnumlib.la `cat maildir.libdeps` libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o maildirkw maildirkw.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/libmaildir.a ../liblock/.libs/liblock.a ../numlib/.libs/libnumlib.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT maildiracl.o -MD -MP -MF .deps/maildiracl.Tpo -c -o maildiracl.o maildiracl.c mv -f .deps/maildiracl.Tpo .deps/maildiracl.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o maildiracl maildiracl.o libmaildir.la ../liblock/liblock.la ../numlib/libnumlib.la `cat maildir.libdeps` libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o maildiracl maildiracl.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/libmaildir.a ../liblock/.libs/liblock.a ../numlib/.libs/libnumlib.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT testmaildiraclt.o -MD -MP -MF .deps/testmaildiraclt.Tpo -c -o testmaildiraclt.o testmaildiraclt.c mv -f .deps/testmaildiraclt.Tpo .deps/testmaildiraclt.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o maildiraclttest testmaildiraclt.o libmaildir.la ../liblock/liblock.la ../numlib/libnumlib.la `cat maildir.libdeps` libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o maildiraclttest testmaildiraclt.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/libmaildir.a ../liblock/.libs/liblock.a ../numlib/.libs/libnumlib.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -MT testmaildirsearch.o -MD -MP -MF .deps/testmaildirsearch.Tpo -c -o testmaildirsearch.o testmaildirsearch.c mv -f .deps/testmaildirsearch.Tpo .deps/testmaildirsearch.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o testmaildirsearch testmaildirsearch.o libmaildir.la ../unicode/libunicode.la libtool: link: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wall -I./.. -I.. -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o testmaildirsearch testmaildirsearch.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/libmaildir.a ../unicode/.libs/libunicode.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -R/opt/local/lib -R/opt/local/lib gmake[3]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/maildir' gmake[2]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/maildir' Making all in tcpd gmake[2]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/tcpd' /opt/local/bin/gmake all-am gmake[3]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/tcpd' /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT spipe.lo -MD -MP -MF .deps/spipe.Tpo -c -o spipe.lo spipe.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT spipe.lo -MD -MP -MF .deps/spipe.Tpo -c spipe.c -fPIC -DPIC -o .libs/spipe.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT spipe.lo -MD -MP -MF .deps/spipe.Tpo -c spipe.c -o spipe.o >/dev/null 2>&1 mv -f .deps/spipe.Tpo .deps/spipe.Plo /usr/bin/bash ./libtool --tag=CC --mode=link gcc -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o libspipe.la spipe.lo -lsocket libtool: link: ar cru .libs/libspipe.a .libs/spipe.o libtool: link: ranlib .libs/libspipe.a libtool: link: ( cd ".libs" && rm -f "libspipe.la" && ln -s "../libspipe.la" "libspipe.la" ) /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT tlscache.lo -MD -MP -MF .deps/tlscache.Tpo -c -o tlscache.lo tlscache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT tlscache.lo -MD -MP -MF .deps/tlscache.Tpo -c tlscache.c -fPIC -DPIC -o .libs/tlscache.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT tlscache.lo -MD -MP -MF .deps/tlscache.Tpo -c tlscache.c -o tlscache.o >/dev/null 2>&1 mv -f .deps/tlscache.Tpo .deps/tlscache.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT libcouriertls.lo -MD -MP -MF .deps/libcouriertls.Tpo -c -o libcouriertls.lo libcouriertls.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT libcouriertls.lo -MD -MP -MF .deps/libcouriertls.Tpo -c libcouriertls.c -fPIC -DPIC -o .libs/libcouriertls.o libcouriertls.c: In function 'verifypeer': libcouriertls.c:179:17: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] 179 | ddata=ASN1_STRING_data(d); | ^~~~~ In file included from /home/pbulk/build/mail/cone/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/mail/cone/work/.buildlink/include/openssl/ssl.h:15, from libcouriertls.h:28, from libcouriertls.c:9: /home/pbulk/build/mail/cone/work/.buildlink/include/openssl/asn1.h:554:35: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~ /home/pbulk/build/mail/cone/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' 112 | # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); | ^ /home/pbulk/build/mail/cone/work/.buildlink/include/openssl/asn1.h:554:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ libcouriertls.c: In function 'rsa_callback': libcouriertls.c:222:9: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations] 222 | return (RSA_generate_key(keylength,RSA_F4,NULL,NULL)); | ^~~~~~ /home/pbulk/build/mail/cone/work/.buildlink/include/openssl/rsa.h:235:25: note: declared here 235 | DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void | ^~~~~~~~~~~~~~~~ /home/pbulk/build/mail/cone/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' 112 | # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); | ^ /home/pbulk/build/mail/cone/work/.buildlink/include/openssl/rsa.h:235:1: note: in expansion of macro 'DEPRECATEDIN_0_9_8' 235 | DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void | ^~~~~~~~~~~~~~~~~~ libcouriertls.c: In function 'tls_create': libcouriertls.c:557:25: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] 557 | TLSv1_method()); | ^~~~~~~~~~~~ /home/pbulk/build/mail/cone/work/.buildlink/include/openssl/ssl.h:1887:45: note: declared here 1887 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ | ^~~~~~~~~~~~ /home/pbulk/build/mail/cone/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' 112 | # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); | ^ /home/pbulk/build/mail/cone/work/.buildlink/include/openssl/ssl.h:1887:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' 1887 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ libcouriertls.c: In function 'init_session_cache': libcouriertls.c:731:38: warning: passing argument 2 of 'SSL_CTX_sess_set_get_cb' from incompatible pointer type [-Wincompatible-pointer-types] 731 | SSL_CTX_sess_set_get_cb(ctx, cache_get); | ^~~~~~~~~ | | | SSL_SESSION * (*)(SSL *, unsigned char *, int, int *) {aka struct ssl_session_st * (*)(struct ssl_st *, unsigned char *, int, int *)} /home/pbulk/build/mail/cone/work/.buildlink/include/openssl/ssl.h:721:45: note: expected 'SSL_SESSION * (*)(struct ssl_st *, const unsigned char *, int, int *)' {aka 'struct ssl_session_st * (*)(struct ssl_st *, const unsigned char *, int, int *)'} but argument is of type 'SSL_SESSION * (*)(SSL *, unsigned char *, int, int *)' {aka 'struct ssl_session_st * (*)(struct ssl_st *, unsigned char *, int, int *)'} 721 | SSL_SESSION *(*get_session_cb) (struct ssl_st | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 722 | *ssl, | ~~~~~ 723 | const unsigned char | ~~~~~~~~~~~~~~~~~~~ 724 | *data, int len, | ~~~~~~~~~~~~~~~ 725 | int *copy)); | ~~~~~~~~~~ libcouriertls.c: In function 'cache_add': libcouriertls.c:743:28: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 743 | void *session_id = SSL_SESSION_get_id(sess, &session_id_len); | ^~~~~~~~~~~~~~~~~~ libcouriertls.c: In function 'cache_del': libcouriertls.c:853:42: warning: pointer targets in passing argument 2 of 'SSL_SESSION_get_id' differ in signedness [-Wpointer-sign] 853 | wi.id = SSL_SESSION_get_id(sess, &wi.id_len); | ^~~~~~~~~~ | | | int * /home/pbulk/build/mail/cone/work/.buildlink/include/openssl/ssl.h:1664:55: note: expected 'unsigned int *' but argument is of type 'int *' 1664 | unsigned int *len); | ~~~~~~~~~~~~~~^~~ libcouriertls.c:853:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 853 | wi.id = SSL_SESSION_get_id(sess, &wi.id_len); | ^ libcouriertls.c: In function 'tls_disconnect': libcouriertls.c:1017:9: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] 1017 | ERR_remove_state(0); | ^~~~~~~~~~~~~~~~ /home/pbulk/build/mail/cone/work/.buildlink/include/openssl/err.h:261:25: note: declared here 261 | DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) | ^~~~~~~~~~~~~~~~ /home/pbulk/build/mail/cone/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' 112 | # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); | ^ /home/pbulk/build/mail/cone/work/.buildlink/include/openssl/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' 261 | DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) | ^~~~~~~~~~~~~~~~~~ libcouriertls.c: In function 'dump_x509': libcouriertls.c:1297:17: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] 1297 | ddata=ASN1_STRING_data(d); | ^~~~~ /home/pbulk/build/mail/cone/work/.buildlink/include/openssl/asn1.h:554:35: note: declared here 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~ /home/pbulk/build/mail/cone/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' 112 | # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); | ^ /home/pbulk/build/mail/cone/work/.buildlink/include/openssl/asn1.h:554:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' 554 | DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) | ^~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT libcouriertls.lo -MD -MP -MF .deps/libcouriertls.Tpo -c libcouriertls.c -o libcouriertls.o >/dev/null 2>&1 mv -f .deps/libcouriertls.Tpo .deps/libcouriertls.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT tlsinfo.lo -MD -MP -MF .deps/tlsinfo.Tpo -c -o tlsinfo.lo tlsinfo.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT tlsinfo.lo -MD -MP -MF .deps/tlsinfo.Tpo -c tlsinfo.c -fPIC -DPIC -o .libs/tlsinfo.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT tlsinfo.lo -MD -MP -MF .deps/tlsinfo.Tpo -c tlsinfo.c -o tlsinfo.o >/dev/null 2>&1 mv -f .deps/tlsinfo.Tpo .deps/tlsinfo.Plo /usr/bin/bash ./libtool --tag=CC --mode=link gcc -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o libcouriertlsopenssl.la libcouriertls.lo tlsinfo.lo -lssl -lcrypto -lsocket ../random128/librandom128.la -lsocket libtool: link: (cd .libs/libcouriertlsopenssl.lax/librandom128.a && ar x "/home/pbulk/build/mail/cone/work/cone-0.90/tcpd/../random128/.libs/librandom128.a") libtool: link: ar cru .libs/libcouriertlsopenssl.a .libs/libcouriertls.o .libs/tlsinfo.o .libs/libcouriertlsopenssl.lax/librandom128.a/random128.o .libs/libcouriertlsopenssl.lax/librandom128.a/random128alpha.o .libs/libcouriertlsopenssl.lax/librandom128.a/random128binary.o libtool: link: ranlib .libs/libcouriertlsopenssl.a libtool: link: rm -fr .libs/libcouriertlsopenssl.lax libtool: link: ( cd ".libs" && rm -f "libcouriertlsopenssl.la" && ln -s "../libcouriertlsopenssl.la" "libcouriertlsopenssl.la" ) /usr/bin/bash ./libtool --tag=CC --mode=link gcc -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o libcouriertls.la tlscache.lo libcouriertlsopenssl.la -lsocket libtool: link: (cd .libs/libcouriertls.lax/libcouriertlsopenssl.a && ar x "/home/pbulk/build/mail/cone/work/cone-0.90/tcpd/./.libs/libcouriertlsopenssl.a") libtool: link: ar cru .libs/libcouriertls.a .libs/tlscache.o .libs/libcouriertls.lax/libcouriertlsopenssl.a/libcouriertls.o .libs/libcouriertls.lax/libcouriertlsopenssl.a/random128.o .libs/libcouriertls.lax/libcouriertlsopenssl.a/random128alpha.o .libs/libcouriertls.lax/libcouriertlsopenssl.a/random128binary.o .libs/libcouriertls.lax/libcouriertlsopenssl.a/tlsinfo.o libtool: link: ranlib .libs/libcouriertls.a libtool: link: rm -fr .libs/libcouriertls.lax libtool: link: ( cd ".libs" && rm -f "libcouriertls.la" && ln -s "../libcouriertls.la" "libcouriertls.la" ) /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT tlsclient.lo -MD -MP -MF .deps/tlsclient.Tpo -c -o tlsclient.lo tlsclient.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT tlsclient.lo -MD -MP -MF .deps/tlsclient.Tpo -c tlsclient.c -fPIC -DPIC -o .libs/tlsclient.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT tlsclient.lo -MD -MP -MF .deps/tlsclient.Tpo -c tlsclient.c -o tlsclient.o >/dev/null 2>&1 mv -f .deps/tlsclient.Tpo .deps/tlsclient.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT tlspasswordcache.lo -MD -MP -MF .deps/tlspasswordcache.Tpo -c -o tlspasswordcache.lo tlspasswordcache.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT tlspasswordcache.lo -MD -MP -MF .deps/tlspasswordcache.Tpo -c tlspasswordcache.c -fPIC -DPIC -o .libs/tlspasswordcache.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT tlspasswordcache.lo -MD -MP -MF .deps/tlspasswordcache.Tpo -c tlspasswordcache.c -o tlspasswordcache.o >/dev/null 2>&1 mv -f .deps/tlspasswordcache.Tpo .deps/tlspasswordcache.Plo /usr/bin/bash ./libtool --tag=CC --mode=link gcc -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o libtlsclient.la tlsclient.lo tlspasswordcache.lo -lsocket libtool: link: ar cru .libs/libtlsclient.a .libs/tlsclient.o .libs/tlspasswordcache.o libtool: link: ranlib .libs/libtlsclient.a libtool: link: ( cd ".libs" && rm -f "libtlsclient.la" && ln -s "../libtlsclient.la" "libtlsclient.la" ) gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT starttls.o -MD -MP -MF .deps/starttls.Tpo -c -o starttls.o starttls.c mv -f .deps/starttls.Tpo .deps/starttls.Po gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT argparse.o -MD -MP -MF .deps/argparse.Tpo -c -o argparse.o argparse.c mv -f .deps/argparse.Tpo .deps/argparse.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o couriertls starttls.o argparse.o libcouriertls.la libspipe.la ../rfc1035/librfc1035.a ../md5/libmd5.la ../random128/librandom128.la ../numlib/libnumlib.la ../liblock/liblock.la ../soxwrap/libsoxwrap.a -Wl,-lsocket -lsocket libtool: link: gcc -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o couriertls starttls.o argparse.o -Wl,-lsocket -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ./.libs/libcouriertls.a -lssl -lcrypto ./.libs/libspipe.a ../rfc1035/librfc1035.a ../md5/.libs/libmd5.a ../random128/.libs/librandom128.a ../numlib/.libs/libnumlib.a ../liblock/.libs/liblock.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so ../soxwrap/libsoxwrap.a -lsocket -R/opt/local/lib -R/opt/local/lib gcc -DHAVE_CONFIG_H -I. -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT tlscachetest.o -MD -MP -MF .deps/tlscachetest.Tpo -c -o tlscachetest.o tlscachetest.c mv -f .deps/tlscachetest.Tpo .deps/tlscachetest.Po /usr/bin/bash ./libtool --tag=CC --mode=link gcc -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -static -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o tlscachetest tlscachetest.o ../numlib/libnumlib.la ../liblock/liblock.la -lsocket libtool: link: gcc -I./.. -I.. -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -Wl,-R/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -Wl,-R/opt/local/lib -Wl,-R/usr/lib/amd64 -o tlscachetest tlscachetest.o -L/opt/local/gcc12/lib/gcc/x86_64-sun-solaris2.11/12.2.0 -L/opt/local/lib -L/usr/lib/amd64 ../numlib/.libs/libnumlib.a ../liblock/.libs/liblock.a /opt/local/lib/libintl.so /opt/local/lib/libiconv.so -lsocket -R/opt/local/lib -R/opt/local/lib gmake[3]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/tcpd' gmake[2]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/tcpd' Making all in curses gmake[2]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/curses' /opt/local/bin/gmake all-am gmake[3]: Entering directory '/home/pbulk/build/mail/cone/work/cone-0.90/curses' g++ -DHAVE_CONFIG_H -I. -Wall -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT curses.o -MD -MP -MF .deps/curses.Tpo -c -o curses.o curses.C In file included from mycurses.H:11, from curses.C:10: ../unicode/unicode.h:1327:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1327 | : public std::iterator<std::input_iterator_tag, int, void> | ^~~~~~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/string:45, from ../unicode/unicode.h:12: /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ ../unicode/unicode.h:1508:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1508 | : public std::iterator<std::input_iterator_tag, | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from mycurses.H:19: widechar.H:270:23: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 270 | : public std::iterator<std::output_iterator_tag, void, void, void, void> | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ widechar.H:514:21: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 514 | public std::iterator<std::output_iterator_tag, void, void, void, void> { | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ mv -f .deps/curses.Tpo .deps/curses.Po g++ -DHAVE_CONFIG_H -I. -Wall -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT cursesbutton.o -MD -MP -MF .deps/cursesbutton.Tpo -c -o cursesbutton.o cursesbutton.C In file included from mycurses.H:11, from cursesbutton.H:10, from cursesbutton.C:8: ../unicode/unicode.h:1327:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1327 | : public std::iterator<std::input_iterator_tag, int, void> | ^~~~~~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/string:45, from ../unicode/unicode.h:12: /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ ../unicode/unicode.h:1508:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1508 | : public std::iterator<std::input_iterator_tag, | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from mycurses.H:19: widechar.H:270:23: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 270 | : public std::iterator<std::output_iterator_tag, void, void, void, void> | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ widechar.H:514:21: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 514 | public std::iterator<std::output_iterator_tag, void, void, void, void> { | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ mv -f .deps/cursesbutton.Tpo .deps/cursesbutton.Po g++ -DHAVE_CONFIG_H -I. -Wall -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT curseschoicebutton.o -MD -MP -MF .deps/curseschoicebutton.Tpo -c -o curseschoicebutton.o curseschoicebutton.C In file included from mycurses.H:11, from curseschoicebutton.H:10, from curseschoicebutton.C:8: ../unicode/unicode.h:1327:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1327 | : public std::iterator<std::input_iterator_tag, int, void> | ^~~~~~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/string:45, from ../unicode/unicode.h:12: /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ ../unicode/unicode.h:1508:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1508 | : public std::iterator<std::input_iterator_tag, | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from mycurses.H:19: widechar.H:270:23: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 270 | : public std::iterator<std::output_iterator_tag, void, void, void, void> | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ widechar.H:514:21: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 514 | public std::iterator<std::output_iterator_tag, void, void, void, void> { | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ mv -f .deps/curseschoicebutton.Tpo .deps/curseschoicebutton.Po g++ -DHAVE_CONFIG_H -I. -Wall -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT cursescontainer.o -MD -MP -MF .deps/cursescontainer.Tpo -c -o cursescontainer.o cursescontainer.C In file included from mycurses.H:11, from cursescontainer.H:11, from cursescontainer.C:8: ../unicode/unicode.h:1327:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1327 | : public std::iterator<std::input_iterator_tag, int, void> | ^~~~~~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/string:45, from ../unicode/unicode.h:12: /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ ../unicode/unicode.h:1508:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1508 | : public std::iterator<std::input_iterator_tag, | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from mycurses.H:19: widechar.H:270:23: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 270 | : public std::iterator<std::output_iterator_tag, void, void, void, void> | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ widechar.H:514:21: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 514 | public std::iterator<std::output_iterator_tag, void, void, void, void> { | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ mv -f .deps/cursescontainer.Tpo .deps/cursescontainer.Po g++ -DHAVE_CONFIG_H -I. -Wall -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT cursesdialog.o -MD -MP -MF .deps/cursesdialog.Tpo -c -o cursesdialog.o cursesdialog.C In file included from mycurses.H:11, from cursescontainer.H:11, from cursesdialog.H:11, from cursesdialog.C:8: ../unicode/unicode.h:1327:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1327 | : public std::iterator<std::input_iterator_tag, int, void> | ^~~~~~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/string:45, from ../unicode/unicode.h:12: /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ ../unicode/unicode.h:1508:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1508 | : public std::iterator<std::input_iterator_tag, | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from mycurses.H:19: widechar.H:270:23: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 270 | : public std::iterator<std::output_iterator_tag, void, void, void, void> | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ widechar.H:514:21: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 514 | public std::iterator<std::output_iterator_tag, void, void, void, void> { | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ mv -f .deps/cursesdialog.Tpo .deps/cursesdialog.Po g++ -DHAVE_CONFIG_H -I. -Wall -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT cursesfield.o -MD -MP -MF .deps/cursesfield.Tpo -c -o cursesfield.o cursesfield.C In file included from mycurses.H:11, from cursesfield.H:10, from cursesfield.C:8: ../unicode/unicode.h:1327:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1327 | : public std::iterator<std::input_iterator_tag, int, void> | ^~~~~~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/string:45, from ../unicode/unicode.h:12: /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ ../unicode/unicode.h:1508:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1508 | : public std::iterator<std::input_iterator_tag, | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from mycurses.H:19: widechar.H:270:23: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 270 | : public std::iterator<std::output_iterator_tag, void, void, void, void> | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ widechar.H:514:21: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 514 | public std::iterator<std::output_iterator_tag, void, void, void, void> { | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ mv -f .deps/cursesfield.Tpo .deps/cursesfield.Po g++ -DHAVE_CONFIG_H -I. -Wall -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT cursesfilereq.o -MD -MP -MF .deps/cursesfilereq.Tpo -c -o cursesfilereq.o cursesfilereq.C In file included from mycurses.H:11, from cursescontainer.H:11, from cursesfilereq.H:12, from cursesfilereq.C:8: ../unicode/unicode.h:1327:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1327 | : public std::iterator<std::input_iterator_tag, int, void> | ^~~~~~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/string:45, from ../unicode/unicode.h:12: /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ ../unicode/unicode.h:1508:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1508 | : public std::iterator<std::input_iterator_tag, | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from mycurses.H:19: widechar.H:270:23: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 270 | : public std::iterator<std::output_iterator_tag, void, void, void, void> | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ widechar.H:514:21: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 514 | public std::iterator<std::output_iterator_tag, void, void, void, void> { | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ mv -f .deps/cursesfilereq.Tpo .deps/cursesfilereq.Po g++ -DHAVE_CONFIG_H -I. -Wall -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT curseskeyhandler.o -MD -MP -MF .deps/curseskeyhandler.Tpo -c -o curseskeyhandler.o curseskeyhandler.C In file included from mycurses.H:11, from curseskeyhandler.H:12, from curseskeyhandler.C:8: ../unicode/unicode.h:1327:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1327 | : public std::iterator<std::input_iterator_tag, int, void> | ^~~~~~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/bits/stl_algobase.h:65, from /opt/local/gcc12/include/c++/12.2.0/list:60, from curseskeyhandler.H:10: /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ ../unicode/unicode.h:1508:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1508 | : public std::iterator<std::input_iterator_tag, | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from mycurses.H:19: widechar.H:270:23: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 270 | : public std::iterator<std::output_iterator_tag, void, void, void, void> | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ widechar.H:514:21: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 514 | public std::iterator<std::output_iterator_tag, void, void, void, void> { | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ curseskeyhandler.C: In destructor 'virtual CursesKeyHandler::~CursesKeyHandler()': curseskeyhandler.C:40:32: warning: 'std::binder2nd<_Operation> std::bind2nd(const _Operation&, const _Tp&) [with _Operation = equal_to<CursesKeyHandler*>; _Tp = CursesKeyHandler*]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations] 40 | bind2nd(equal_to<CursesKeyHandler *>(), this)); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/bits/stl_function.h:1438, from /opt/local/gcc12/include/c++/12.2.0/string:48, from ../unicode/unicode.h:12: /opt/local/gcc12/include/c++/12.2.0/backward/binders.h:172:5: note: declared here 172 | bind2nd(const _Operation& __fn, const _Tp& __x) | ^~~~~~~ mv -f .deps/curseskeyhandler.Tpo .deps/curseskeyhandler.Po g++ -DHAVE_CONFIG_H -I. -Wall -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT curseslabel.o -MD -MP -MF .deps/curseslabel.Tpo -c -o curseslabel.o curseslabel.C In file included from mycurses.H:11, from curseslabel.H:10, from curseslabel.C:8: ../unicode/unicode.h:1327:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1327 | : public std::iterator<std::input_iterator_tag, int, void> | ^~~~~~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/string:45, from ../unicode/unicode.h:12: /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ ../unicode/unicode.h:1508:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1508 | : public std::iterator<std::input_iterator_tag, | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from mycurses.H:19: widechar.H:270:23: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 270 | : public std::iterator<std::output_iterator_tag, void, void, void, void> | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ widechar.H:514:21: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 514 | public std::iterator<std::output_iterator_tag, void, void, void, void> { | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ mv -f .deps/curseslabel.Tpo .deps/curseslabel.Po g++ -DHAVE_CONFIG_H -I. -Wall -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT cursesmainscreen.o -MD -MP -MF .deps/cursesmainscreen.Tpo -c -o cursesmainscreen.o cursesmainscreen.C In file included from mycurses.H:11, from cursesmainscreen.H:10, from cursesmainscreen.C:9: ../unicode/unicode.h:1327:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1327 | : public std::iterator<std::input_iterator_tag, int, void> | ^~~~~~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/string:45, from ../unicode/unicode.h:12: /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ ../unicode/unicode.h:1508:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1508 | : public std::iterator<std::input_iterator_tag, | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from mycurses.H:19: widechar.H:270:23: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 270 | : public std::iterator<std::output_iterator_tag, void, void, void, void> | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ widechar.H:514:21: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 514 | public std::iterator<std::output_iterator_tag, void, void, void, void> { | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ mv -f .deps/cursesmainscreen.Tpo .deps/cursesmainscreen.Po g++ -DHAVE_CONFIG_H -I. -Wall -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT cursesmultilinelabel.o -MD -MP -MF .deps/cursesmultilinelabel.Tpo -c -o cursesmultilinelabel.o cursesmultilinelabel.C In file included from mycurses.H:11, from cursesmultilinelabel.H:10, from cursesmultilinelabel.C:8: ../unicode/unicode.h:1327:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1327 | : public std::iterator<std::input_iterator_tag, int, void> | ^~~~~~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/string:45, from ../unicode/unicode.h:12: /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ ../unicode/unicode.h:1508:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1508 | : public std::iterator<std::input_iterator_tag, | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from mycurses.H:19: widechar.H:270:23: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 270 | : public std::iterator<std::output_iterator_tag, void, void, void, void> | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ widechar.H:514:21: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 514 | public std::iterator<std::output_iterator_tag, void, void, void, void> { | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ widechar.H: In instantiation of 'void unicodewordwrapper<output_sink_t, rewrap_helper_t>::eof() [with output_sink_t = std::back_insert_iterator<std::vector<std::vector<unsigned int> > >; rewrap_helper_t = unicoderewrapnone]': widechar.H:675:10: required from 'void unicodewordwrap(input_iter, input_iter, const rewrap_helper_t&, output_sink&, std::size_t, bool) [with input_iter = __gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int> >; output_sink = std::back_insert_iterator<std::vector<std::vector<unsigned int> > >; rewrap_helper_t = unicoderewrapnone; std::size_t = long unsigned int]' cursesmultilinelabel.C:30:17: required from here widechar.H:649:25: warning: deleting object of polymorphic class type 'unicodewordwrapper<std::back_insert_iterator<std::vector<std::vector<unsigned int> > >, unicoderewrapnone>::buffer' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] 649 | delete buf; | ^~~~~~~~~~ mv -f .deps/cursesmultilinelabel.Tpo .deps/cursesmultilinelabel.Po g++ -DHAVE_CONFIG_H -I. -Wall -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT cursesmoronize.o -MD -MP -MF .deps/cursesmoronize.Tpo -c -o cursesmoronize.o cursesmoronize.C In file included from mycurses.H:11, from cursesmoronize.H:10, from cursesmoronize.C:8: ../unicode/unicode.h:1327:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1327 | : public std::iterator<std::input_iterator_tag, int, void> | ^~~~~~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/string:45, from ../unicode/unicode.h:12: /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ ../unicode/unicode.h:1508:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1508 | : public std::iterator<std::input_iterator_tag, | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from mycurses.H:19: widechar.H:270:23: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 270 | : public std::iterator<std::output_iterator_tag, void, void, void, void> | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ widechar.H:514:21: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 514 | public std::iterator<std::output_iterator_tag, void, void, void, void> { | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ mv -f .deps/cursesmoronize.Tpo .deps/cursesmoronize.Po g++ -DHAVE_CONFIG_H -I. -Wall -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT cursesobject.o -MD -MP -MF .deps/cursesobject.Tpo -c -o cursesobject.o cursesobject.C mv -f .deps/cursesobject.Tpo .deps/cursesobject.Po g++ -DHAVE_CONFIG_H -I. -Wall -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -DLDAP_DEPRECATED -I/usr/include -I/opt/local/include/ncurses -MT cursesscreen.o -MD -MP -MF .deps/cursesscreen.Tpo -c -o cursesscreen.o cursesscreen.C In file included from cursesscreen.H:11, from cursesscreen.C:28: ../unicode/unicode.h:1327:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1327 | : public std::iterator<std::input_iterator_tag, int, void> | ^~~~~~~~ In file included from /opt/local/gcc12/include/c++/12.2.0/string:45, from /opt/local/gcc12/include/c++/12.2.0/bits/locale_classes.h:40, from /opt/local/gcc12/include/c++/12.2.0/bits/ios_base.h:41, from /opt/local/gcc12/include/c++/12.2.0/iomanip:40, from cursesscreen.C:11: /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ ../unicode/unicode.h:1508:31: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 1508 | : public std::iterator<std::input_iterator_tag, | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from mycurses.H:19, from cursescontainer.H:11, from cursesscreen.H:12: widechar.H:270:23: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 270 | : public std::iterator<std::output_iterator_tag, void, void, void, void> | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ widechar.H:514:21: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 514 | public std::iterator<std::output_iterator_tag, void, void, void, void> { | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ cursesscreen.C: In member function 'void CursesScreen::KeyReader::operator<<(char)': cursesscreen.C:89:37: error: invalid conversion from 'char**' to 'const char**' [-fpermissive] 89 | size_t res=iconv(h, &inbuf, &inbytesleft, &outbuf, | ^~~~~~ | | | char** In file included from cursesscreen.H:20: /home/pbulk/build/mail/cone/work/.buildlink/include/iconv.h:83:48: note: initializing argument 2 of 'std::size_t libiconv(libiconv_t, const char**, std::size_t*, char**, std::size_t*)' 83 | extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft); | ~~~~~~~~~~~~~~^~~~~ cursesscreen.C: At global scope: cursesscreen.C:240:21: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 240 | public std::iterator<std::random_access_iterator_tag, | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ cursesscreen.C:311:23: warning: 'template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator' is deprecated [-Wdeprecated-declarations] 311 | : public std::iterator<std::input_iterator_tag, | ^~~~~~~~ /opt/local/gcc12/include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ gmake[3]: *** [Makefile:309: cursesscreen.o] Error 1 gmake[3]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/curses' gmake[2]: *** [Makefile:219: all] Error 2 gmake[2]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90/curses' gmake[1]: *** [Makefile:373: all-recursive] Error 1 gmake[1]: Leaving directory '/home/pbulk/build/mail/cone/work/cone-0.90' gmake: *** [Makefile:278: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-2022Q4-x86_64/mail/cone *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-2022Q4-x86_64/mail/cone