From owner-freebsd-questions@FreeBSD.ORG Thu Oct 28 19:55:33 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D6C8106564A for ; Thu, 28 Oct 2010 19:55:33 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.53]) by mx1.freebsd.org (Postfix) with ESMTP id 5687E8FC0C for ; Thu, 28 Oct 2010 19:55:32 +0000 (UTC) Received: (qmail 16570 invoked from network); 28 Oct 2010 19:55:32 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 28 Oct 2010 19:55:32 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 14D145082F; Thu, 28 Oct 2010 15:55:30 -0400 (EDT) From: Lowell Gilbert To: freebsd-questions@freebsd.org To: Fred References: <4CC98255.2070207@blakemfg.com> <44lj5iwfff.fsf@be-well.ilk.org> <4CC9CF94.90209@blakemfg.com> Date: Thu, 28 Oct 2010 15:55:30 -0400 In-Reply-To: <4CC9CF94.90209@blakemfg.com> (fred@blakemfg.com's message of "Thu, 28 Oct 2010 12:31:32 -0700") Message-ID: <44mxpyf5xp.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: ghostscript install problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 19:55:33 -0000 Fred writes: > Ghostscript8 compiled and installed ok. It was probably the rmconfig > that fixed it. I had unset a lot of options that were of no value to > me. Maybe one or more of them are not really optional. Or more likely, optional but other options depend on them. > Concerning the copy & paste, root is not running X so there is no copy > and paste. I tried redirecting error output from make with > 2>$HOME/make_error but make sees the redirection as an instruction it > does not know how to do. Sounds like you're using a csh-style shell. Redirection is one of the things they do really badly. There are other options, like script(1) in the base system, or sysutils/screen in ports.