From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Herbert J. Skuhra" Newsgroups: gmane.emacs.devel Subject: Re: autogen.sh and configure errors Date: Sat, 2 Jan 2021 16:54:51 +0100 Message-ID: References: <87y2hbs8sw.fsf@igel.home> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31548"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 02 16:58:05 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kvjI1-0007y4-Sk for ged-emacs-devel@m.gmane-mx.org; Sat, 02 Jan 2021 16:58:01 +0100 Original-Received: from localhost ([::1]:48834 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kvjI0-00076v-Pl for ged-emacs-devel@m.gmane-mx.org; Sat, 02 Jan 2021 10:58:01 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49794) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kvjF2-0006WO-Ss for emacs-devel@gnu.org; Sat, 02 Jan 2021 10:54:56 -0500 Original-Received: from mail.bsd4all.net ([2a01:4f8:13b:240c::25]:55909) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kvjF0-0003lW-5v for emacs-devel@gnu.org; Sat, 02 Jan 2021 10:54:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1609602891; bh=V0ORH379JcM2DUVsxSaYszwB8noxRWV+wSCaUZIQBG0=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=PHZWSvqzJufwvyST+d6VN6vFOh5qYq1dJWWEHE5cXuPqZHoiIoSF1K7ELMiA7SkJh Z3R+x8le4PWqCyWCwlhNOegA6LLptZz53a2EDGY0M5GU7BVunzRI+CQYIp0XMcO8n+ zjL5E22oukUkKAuOh7vz6wHetyMagXtNsvS9GRdWt+Tggd2j6W/lNajMLAHdt+9VZj 17pwFE15zJ7y/RuhYKj+/n3ZHdjyEDDxDIO6zrlr7X2KfOhQb4qtXVp4u+L6bcGDNz ZWgn216dSKupRh2IUacBloeXzpebpxdLVXPAYFIlduszQb+nAwWqRlqkJZN07t7FDg GoMQfWsUVbYqQ== Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=2a01:4f8:13b:240c::25; envelope-from=herbert@gojira.at; helo=mail.bsd4all.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:262325 Archived-At: On Sat, Jan 02, 2021 at 03:54:25PM +0100, Arthur Miller wrote: > Thanks! But I am blind :-) What am I misspelling? This is the configure > options (gnus buffer breaks the line, but it is all on one line): > > ./configure –-without-makeinfo –-with-cairo –-without-modules –-without-compress-install –-with-x-toolkit=no –-with-gnutls –-without-gconf –-without-xwidgets –-without-toolkit-scroll-bars -–without-xaw3d –-without-gsettings –-with-mailutils –-with-nativecomp --with-json --without-included-regex --without-libgmp CFLAGS='-O3 -mtune=native -march=native' > You are using e.g: –-without-makeinfo instead of --without-makeinfo! ^ (EN DASH vs. HYPHEN-MINUS) -- Herbert