X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "david peterac (peters DOT al AT gmx DOT com) [via djgpp AT delorie DOT com]" Newsgroups: comp.os.msdos.djgpp Subject: libgsasl Date: Mon, 10 Sep 2018 17:18:47 -0000 (UTC) Organization: Netfront http://www.netfront.net/ Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 10 Sep 2018 17:18:47 -0000 (UTC) Injection-Info: adenine.netfront.net; posting-host="90.177.26.126"; logging-data="86618"; mail-complaints-to="news AT netfront DOT net" User-Agent: Pan/0.143 (Quaint little villages here and there; bb0c906 git.gnome.org/pan2) Bytes: 1530 Lines: 16 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, Can I compile libgsasl as login in Mutt SMTP server?? I see some linking errors in SASL package script,,, obsolete.c:1400:1: note: declared here gsasl_server_callback_qop_get (Gsasl * ctx) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libgsasl.la libtool: link: object name conflicts in archive: .libs/libgsasl.lax/ libgl.a//dev/d/djgpp/src/sasl/libgsasl-1.8.0/src/../gl/.libs/libgl.a make.exe[2]: *** [Makefile:1041: libgsasl.la] Error 1 make.exe[2]: Leaving directory 'd:/djgpp/src/sasl/libgsasl-1.8.0/src' make.exe[1]: *** [Makefile:1061: all-recursive] Error 1 make.exe[1]: Leaving directory 'd:/djgpp/src/sasl/libgsasl-1.8.0' make.exe: *** [Makefile:972: all] Error 2 david