From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15084 Path: main.gmane.org!not-for-mail From: Michael R Cook Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus v5.6.5 is released Date: 25 Apr 1998 13:25:04 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035154176 20054 80.91.224.250 (20 Oct 2002 22:49:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:49:36 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id LAA26714 for ; Sat, 25 Apr 1998 11:13:07 -0700 Original-Received: from sina.hpc.uh.edu (root@Sina.HPC.UH.EDU [129.7.3.5]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id OAA20600 for ; Sat, 25 Apr 1998 14:14:43 -0400 Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id MAH18479; Sat, 25 Apr 1998 12:26:43 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 25 Apr 1998 12:26:07 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id MAA18466 for ; Sat, 25 Apr 1998 12:25:55 -0500 (CDT) Original-Received: (qmail 12026 invoked by uid 504); 25 Apr 1998 17:25:38 -0000 Original-Received: (qmail 12023 invoked from network); 25 Apr 1998 17:25:38 -0000 Original-Received: from cognex-bh.cognex.com (198.232.30.66) by claymore.vcinet.com with SMTP; 25 Apr 1998 17:25:38 -0000 Original-Received: (from uucp@localhost) by cognex-bh.cognex.com (8.6.12/8.6.11) id NAA03077 for ; Sat, 25 Apr 1998 13:25:37 -0400 Original-Received: from isys.com by cognex-bh.cognex.com via smap (3.2) id xma003070; Sat, 25 Apr 98 13:25:08 -0400 Original-Received: from erawan.cognex.com (erawan.cognex.com [10.10.1.80]) by cognex.cognex.com (8.8.7/8.8.7) with ESMTP id NAA07717 for ; Sat, 25 Apr 1998 13:25:07 -0400 (EDT) Original-Received: by erawan.cognex.com (8.6.12/8.6.12) id NAA22396; Sat, 25 Apr 1998 13:25:05 -0400 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "24 Apr 1998 21:33:24 +0200" Original-Lines: 19 X-Mailer: Gnus v5.6.4/Emacs 19.34 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:15084 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:15084 Lars Magne Ingebrigtsen writes: > * gnus.el: Gnus v5.6.5 is released. In previous releases, I would do $ ./configure --prefix=/foo/bar $ make $ make install With 5.6.5, I got errors at `make install' about not being able to create `/stage/...' directories. It seems $(prefix) evaluates to the null string. My workaround was to do this first: $ export prefix=/foo/bar Michael.