From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: Compiling Emacs from Source Date: Sat, 11 Nov 2017 20:45:53 +0000 Message-ID: <877euwh7cu.fsf@robertthorpeconsulting.com> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1510433196 9968 195.159.176.226 (11 Nov 2017 20:46:36 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 11 Nov 2017 20:46:36 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 11 21:46:31 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eDcfb-0002Ad-OO for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Nov 2017 21:46:27 +0100 Original-Received: from localhost ([::1]:47087 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDcfh-0008TX-DW for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Nov 2017 15:46:33 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDcfC-0008TS-Cs for help-gnu-emacs@gnu.org; Sat, 11 Nov 2017 15:46:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eDcf9-00046u-Av for help-gnu-emacs@gnu.org; Sat, 11 Nov 2017 15:46:02 -0500 Original-Received: from outbound-smtp14.blacknight.com ([46.22.139.231]:34008) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eDcf9-00043F-48 for help-gnu-emacs@gnu.org; Sat, 11 Nov 2017 15:45:59 -0500 Original-Received: from mail.blacknight.com (unknown [81.17.254.17]) by outbound-smtp14.blacknight.com (Postfix) with ESMTPS id DA9261C39C9 for ; Sat, 11 Nov 2017 20:45:54 +0000 (GMT) Original-Received: (qmail 28146 invoked from network); 11 Nov 2017 20:45:54 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[51.37.14.46]) by 81.17.254.9 with ESMTPSA (AES128-SHA encrypted, authenticated); 11 Nov 2017 20:45:54 -0000 In-Reply-To: (message from John Mastro on Tue, 7 Nov 2017 17:01:03 -0800) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 46.22.139.231 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:114860 Archived-At: Thank you everybody. Robert Thorpe John Mastro writes: > ./configure --with-xml2 --with-zlib --with-gnutls \ > --with-x-toolkit=no --without-xpm --without-jpeg --without-tiff \ > --without-gif --without-png --without-pop --without-compress-install > > For builds with X support, I use: > > ./configure --with-xml2 --with-zlib --with-gnutls --with-imagemagick \ > --with-x-toolkit=lucid --with-xft --with-libotf --with-m17n-flt \ > --without-pop --without-compress-install > > To be honest, I don't know if e.g. "--with-gnutls" is really necessary > or if it would be auto-detected, so much of this may be redundant. > > John