From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32105 invoked by alias); 8 May 2006 18:54:05 -0000 Received: (qmail 32096 invoked by uid 22791); 8 May 2006 18:54:04 -0000 X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (199.232.76.164) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 08 May 2006 18:54:03 +0000 Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.34) id 1FdArp-0006PT-C5 for gcc@gnu.org; Mon, 08 May 2006 14:54:01 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.52) id 1FdAse-0005iW-Cf for gcc@gnu.org; Mon, 08 May 2006 14:54:55 -0400 Received: from [206.46.252.42] (helo=vms042pub.verizon.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FdAse-0005XR-44 for gcc@gnu.org; Mon, 08 May 2006 14:54:52 -0400 Received: from win98 ([71.251.241.85]) by vms042.mailsrvcs.net (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPA id <0IYY00MEZMZU0235@vms042.mailsrvcs.net> for gcc@gnu.org; Mon, 08 May 2006 13:50:19 -0500 (CDT) Date: Mon, 08 May 2006 18:54:00 -0000 From: "Bill Cunningham" Subject: ada To: Message-id: <001501c672d0$292b37a0$1901a8c0@myhome.westell.com> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 6.00.2800.1106 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2006-05/txt/msg00213.txt.bz2 I tried that RPM for gnat 3.15 and it wants binutils 2.9 and well I built a binary version of binutils 2.16 with a 3.4.6 compiler. So RPM doesn't know binutils is installed. So what I need to do is force RPM to install this .rpm by overriding it's checking for dependancies. Would anyone happen to know what switches to use? The man I have on my RPM is pretty cryptic. I know this is a little OT. Bill