From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 9E33C1F0703; Thu, 20 Apr 2017 22:45:39 -0400 (EDT) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by befuddled.reisers.ca (Postfix) with ESMTPS id E92CE1F06FF for ; Thu, 20 Apr 2017 22:45:37 -0400 (EDT) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id AD19820B4B for ; Thu, 20 Apr 2017 22:45:36 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute2.internal (MEProxy); Thu, 20 Apr 2017 22:45:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.fm; h= content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=fm1; bh=CZA/r/5dV/6xRBe/St7p7nRR6B29DmVu5UatYT3DR Es=; b=hAaMn/IwH9LDsGD4UEzhEAFop+4y0RXMeteIPTSqXFMp1K5m5Lts+/1zV PzhPKj2SwpFl4Lo7vZ8RPO4BNeDgb9NUDpPyRGnU9WbIUhq4Vwmwgths9NeO8QUN pj1MFDqWF5ZfeXQMnvlP3f96uKo1UqiXhS3H3tGcHb0kSN5ncpXpaNgYKB54XFuv BxRDIRKCv2V+Chzw9lx4J4lsQUjC19fhjmKob8kIHbwgkDrM5mEp1ogvG+DIalY4 IOfkhzZ4f0Z44th4e+wXLbBVpq9o+Zzo/FlFvS7VjL37pwuEahE/YKakX/H24vjD Ml13mKw4eb61SPDFb5Dxj68huvuzw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=CZA/r/5dV/6xRBe/St 7p7nRR6B29DmVu5UatYT3DREs=; b=cA4d78ftu6M6MBwqtjFk3XsgzoER3/m5+e O95rWnbfUKRFLqyezQQiYTSJx+jAjvcyHzxnEfqo91ss6Pc0EyIcsA5+xY9tHTlY vYcxpvkw6zmpUwx27p+KNXSWB/k8V9YrL+S1BTyK2/baZME2RHfbuN496oGsuAOL xN/RhTBcYz1SDHWdkCH/Qp2P0dJyy6HpI8XNIQEp5sgU9wnugyLw7dQsGb9W0dpw s1Lvrom/WnTPYBvPiuthkq1nRLcVKZoVxLnojp+gDNNUDWOpDTRyQzqbUJVSk3vr Aue5q2LDggQaqZVcrthQCEoBT6dbdcGCynyDK8IA14wtf1irpmXg== X-ME-Sender: X-Sasl-enc: Nh4jpVr40/D0cY4+ttN5exYi91z0LrWVfC84FpDvXP3w 1492742736 Received: from qlf.suddenlink.net (unknown [47.208.139.193]) by mail.messagingengine.com (Postfix) with ESMTPA id 0AFED24526 for ; Thu, 20 Apr 2017 22:45:35 -0400 (EDT) Date: Thu, 20 Apr 2017 19:45:28 -0700 From: Tom Fowle To: speakup@linux-speakup.org Subject: Re: how to tell if curses is installed? Message-ID: <20170421024528.GA15356@qlf.suddenlink.net> References: <20170420035028.GA30512@qlf.suddenlink.net> <20170420035908.GA16177@gregn.net> <20170421013410.GA3230@qlf.suddenlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170421013410.GA3230@qlf.suddenlink.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2017 02:45:39 -0000 Just to close my question, installed curses5-dev and recompiled the satelite prediction program "predict" successfully. Now I just gotta learn to understand the output thanks all tom Fowle On Thu, Apr 20, 2017 at 06:34:10PM -0700, Tom Fowle wrote: > Greg, > Thanks, it's not installed, will do that > Tom Fowle > > On Wed, Apr 19, 2017 at 08:59:08PM -0700, Gregory Nowak wrote: > > Running: > > > > aptitude show libncurses5-dev > > > > should do it. > > > > Greg > > > > > > On Wed, Apr 19, 2017 at 08:50:28PM -0700, Tom Fowle wrote: > > > Trying to configure asomewhat old satelite tracking program > > > "Predict2.2... > > > the ./configure script claims it can't find either gcc or curses.h > > > gcc is obviously present and accounted for, but I'm not sure how to tell if > > > the curses library is installed. > > > > > > presume it is a part of debian wheezy's normal install? > > > but general searches don't reveal a way of finding out, curses isn't, I > > > guess, a "package" > > > > > > Thanks > > > tom Fowle > > > _______________________________________________ > > > Speakup mailing list > > > Speakup@linux-speakup.org > > > http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup > > > > -- > > web site: http://www.gregn.net > > gpg public key: http://www.gregn.net/pubkey.asc > > skype: gregn1 > > (authorization required, add me to your contacts list first) > > If we haven't been in touch before, e-mail me before adding me to your contacts. > > > > -- > > Free domains: http://www.eu.org/ or mail dns-manager@EU.org > > _______________________________________________ > > Speakup mailing list > > Speakup@linux-speakup.org > > http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup > _______________________________________________ > Speakup mailing list > Speakup@linux-speakup.org > http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup