From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10279 invoked by alias); 25 Jun 2011 04:45:00 -0000 Received: (qmail 10270 invoked by uid 22791); 25 Jun 2011 04:44:59 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from yosemite.airs.com (HELO yosemite.airs.com) (64.13.131.148) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sat, 25 Jun 2011 04:44:43 +0000 Received: (qmail 12925 invoked by uid 10); 25 Jun 2011 04:44:42 -0000 Received: (qmail 32086 invoked by uid 500); 25 Jun 2011 04:44:36 -0000 Mail-Followup-To: binutils@sourceware.org, bug-binutils@gnu.org, farshad.gh2000@gmail.com From: Ian Lance Taylor To: farshad ghassemi toosi Cc: binutils@sourceware.org, bug-binutils@gnu.org Subject: Re: Binutils References: Date: Sat, 25 Jun 2011 04:45:00 -0000 In-Reply-To: (farshad ghassemi toosi's message of "Fri, 24 Jun 2011 10:43:59 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-06/txt/msg00303.txt.bz2 farshad ghassemi toosi writes: > I faced a very important problem about updating binutils, I wanted to use Qt > and opengl, I always got error so I search for that and I was advised to > update my binutils to the version of 2.19.16 or higher of course but I have > no idea what is Binutils, so I download the package but I don't know how to > update or install it in windows 7and even where is my current binutils now > in my pc , kindly I ask you to help me, it's very important for me. If you want binutils for Windows, you will do better to ask on a cygwin mailing list. See http://sourceware.org/cygwin/ for more information. They should have prebuilt releases for you. If you want to try to build it yourself, see the file binutils/README in the sources that you unpacked. Ian