From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Milan_Stanojevi=C4=87?= Newsgroups: gmane.emacs.help Subject: Re: sudo make install Date: Tue, 14 Apr 2015 16:25:20 -0400 Message-ID: References: <87pp76wl1e.fsf@web.de> <87lhhuwjof.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1429043177 17023 80.91.229.3 (14 Apr 2015 20:26:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Apr 2015 20:26:17 +0000 (UTC) Cc: Emacs mailing list To: Michael Heerdegen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 14 22:26:17 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Yi7PS-0004KT-EQ for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Apr 2015 22:26:14 +0200 Original-Received: from localhost ([::1]:57853 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yi7PR-0005Gm-Nn for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Apr 2015 16:26:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yi7PF-0005GV-W5 for help-gnu-emacs@gnu.org; Tue, 14 Apr 2015 16:26:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yi7PF-0001Gg-8I for help-gnu-emacs@gnu.org; Tue, 14 Apr 2015 16:26:01 -0400 Original-Received: from mail-ig0-x230.google.com ([2607:f8b0:4001:c05::230]:38347) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yi7PF-0001GY-3s for help-gnu-emacs@gnu.org; Tue, 14 Apr 2015 16:26:01 -0400 Original-Received: by igbqf9 with SMTP id qf9so24963770igb.1 for ; Tue, 14 Apr 2015 13:26:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=Ujm1/NMZX+oi2CODCVxSlZ2NPhD+yT6VVVcMMFxo3X8=; b=XOemrVxNF+j0JD9kvxBJOvwDPjLeu2jd/cCHlcRj5xdOzlFdNAchybd8V797Yv/hp6 USwBivMcsJ4ueIgEEYai+ySMVDLvm0NS16yX/I02pyx+s+hobEznJ+YzLxAJtBCqNy0p 9lUKVqCnYA95tGCBbuWyqjrOe0MjsY+JPTOC6a9JMdRjVadO4BbLBx3hISZo2vg4LD1c yY50licyz4QkR+kvB9oywfz5Btme7ZnFvB5sSuqUk/c8BP7d0Epd9i9+vYTOZSUah84i yrvDwAOipMBvCN+FIG4PQLHkrKAMquXMpevQ5TtOqzdOUDEITbS3OHnrQxa9pnp/YAyx QbNg== X-Received: by 10.107.32.212 with SMTP id g203mr31906011iog.55.1429043160679; Tue, 14 Apr 2015 13:26:00 -0700 (PDT) Original-Received: by 10.64.29.201 with HTTP; Tue, 14 Apr 2015 13:25:20 -0700 (PDT) In-Reply-To: <87lhhuwjof.fsf@web.de> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c05::230 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103727 Archived-At: On Tue, Apr 14, 2015 at 4:15 PM, Michael Heerdegen wrote: > Milan Stanojevi=C4=87 writes: > >> Just use a different prefix that doesn't require root. >> ./configure --prefix=3Dsome-local-dir >> make >> make install > > This is not good in my case. I really want to install globally (for > other users), but apart from that, I need to work with the repo clone as > a normal user most of the time. Ah, sorry, I misunderstood your issue.