X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.0 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,EXECUTABLE_URI,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,TW_HG,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <4DF26F75.10904@edt.com>
References: <4DF26F75.10904@edt.com>
Date: Sat, 11 Jun 2011 17:28:28 +0200
Message-ID: <BANLkTinbtKZrgNGhgJ0DAuzaxz4ijeh+cA@mail.gmail.com>
Subject: Re: problems running gcc after installation
From: Csaba Raduly <rcsaba@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id p5BFSnB9015051

On Fri, Jun 10, 2011 at 9:24 PM, Jerry Lowry  wrote:
>
> looking at the chgcheck output I noticed that 'gdb' and 'ld' are not found.
>  I check the
> setup repositories and did not find anything for 'ld'.  Which section of the
> setup would you find gnu ld?

Hi Jerry,

ld (and also as) is part of the "binutils" package ("Devel" category
in Cygwin's setup program), as can be seen here:
http://cygwin.com/cgi-bin2/package-cat.cgi?file=binutils%2Fbinutils-2.20.51-2&grep=ld.exe

You can use this page: http://www.cygwin.com/packages/  to search for
the Cygwin package containing a particular file.

I see that you have many "mingw" packages installed, including
mingw-binutils (which has its own ld.exe), but that is for building
non-Cygwin programs. For Cygwin programs (including compiled packages
for Cygwin's Python), you need the "plain" binutils.

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


