Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-Id: <199912041907.NAA11575@hp2.xraylith.wisc.edu>
To: Martin Weber <martweb@gmx.net>
cc: cygwin@sourceware.cygnus.com
Subject: Re: error: no acceptable ld found in $PATH 
In-reply-to: Your message of "Sat, 04 Dec 1999 16:41:49 +0100."
             <3849363D.C4D58F8B@gmx.net> 
Date: Sat, 04 Dec 1999 13:07:13 -0600
From: Mumit Khan <khan@NanoTech.Wisc.EDU>

Martin Weber <martweb@gmx.net> writes:
> --------------5A595952742BE6B574027AFA
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> 
> Now the problem with starting scripts without sh is solved. But there is
> an other problem. I tried do start ./configure form ImageMagick 5.1.
> Here is the result eventhough I can manually call ld without a problem.
> checking for ld used by GCC... no
> configure: error: no acceptable ld found in $PATH

Most of these questions have been dealt with in this list already, so
a search should produce the answer. Please do use the mailing list
archives.

This bug has been fixed in newer gcc releases, and you should definitely
upgrade to gcc-2.95.2 instead of using the original b20.1 compiler. See
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/

  $ LD=/Cygwin/cygwin-b20/H-i586-cygwin32/bin/ld.exe ./configure ...

If you don't have /bin/sh.exe, then see my previous post:

  $ LD=/Cygwin/cygwin-b20/H-i586-cygwin32/bin/ld.exe CONFIG_SHELL=bash \
    bash ./configure ....

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

