This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Why do nobody ask this question??


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]