| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT sourceware DOT cygnus DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| 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 <martweb AT gmx DOT net> |
| 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 <khan AT NanoTech DOT Wisc DOT EDU> |
Martin Weber <martweb AT gmx DOT 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 AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |