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
Date: Sun, 17 Oct 1999 19:46:24 +0100
From: "Gary V. Vaughan" <gary@oranda.demon.co.uk>
To: pschen@mmpp5.iie.ncku.edu.tw
Cc: cygwin@sourceware.cygnus.com
Subject: Re: Why do nobody ask this question??
Message-ID: <19991017194623.A9864@demon.co.uk>
References: <19991017061950.2145.qmail@mmpp5.iie.ncku.edu.tw>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
User-Agent: Mutt/1.0pre3i
In-Reply-To: <19991017061950.2145.qmail@mmpp5.iie.ncku.edu.tw>
X-Operating-System: Linux oranda 2.2.10

On Sun, Oct 17, 1999 at 02:19:50PM +0800, pschen@mmpp5.iie.ncku.edu.tw wrote:
> 
>  Hello:
>    I have searched all mail-list, but it seems that
>    nobody ask questions about ld under cygwin20.1b.
>    I have install cygwin-20.1b many times in my 
>    windowsNT. When I want to configure some GNU
>    programs every time, I always get a error about ld.
>    it shows :
>       checking for ld used by GCC... no
>       configure: error: no acceptable ld found in $PATH
>       Configure in /home/binutils/opcodes failed, exiting.
>    Nobody get this probem?

Sure.  It happens with any GNU software that uses a pre-1.2f version
of libtool.

>    I use cygwin build-in's binutils and gcc.
>    How to resolve it?

Install libtool-1.3.3 or libtool-1.3b on your machine, and rebootstrap
the package with something along the lines of:

    $ aclocal
    $ autoheader
    $ libtoolize --force
    $ automake
    $ autoconf

>    Thanks very much.... it make me crazy..

It is simply because the ld checking part of libtool.m4 was only
taught about DOS paths (with e.g. C:\foo\bar\ld) during the
development of libtool-1.2f.

Cheers,
	Gary.
--
  ___              _   ___   __              _  email:gary@oranda.demon.co.uk
 / __|__ _ _ ___ _| | / / | / /_ _ _  _ __ _| |_  __ _ ___       gary@gnu.org 
| (_ / _` | '_|// / |/ /| |/ / _` | || / _` | ' \/ _` | _ \
 \___\__,_|_|\_, /|___(_)___/\__,_|\_,_\__, |_||_\__,_|//_/
home page:  /___/                      /___/                pgp-2 public key:
http://www.oranda.demon.co.uk               http://www.oranda.demon.co.uk/pgp

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

