Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-Id: <199912041907.NAA11575@hp2.xraylith.wisc.edu> To: Martin Weber cc: cygwin AT sourceware DOT cygnus DOT 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 DOT C4D58F8B AT gmx DOT net> Date: Sat, 04 Dec 1999 13:07:13 -0600 From: Mumit Khan Martin Weber 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 AT sourceware DOT cygnus DOT com