Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <3A3D189C.194D9A85@ece.gatech.edu>
Date: Sun, 17 Dec 2000 14:48:44 -0500
From: "Charles S. Wilson" <cwilson@ece.gatech.edu>
X-Mailer: Mozilla 4.75 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Steve Kelem <s_kelem@pacbell.net>
CC: Cygwin <cygwin@sourceware.cygnus.com>
Subject: Re: Problems compiling perl module Compress-Zlib with perl
References: <3A3B15AB.9080001@pacbell.net> <3A3C4251.6E792EB4@ece.gatech.edu>
	 <3A3CFF77.8030701@pacbell.net> <3A3D1097.F2515A34@ece.gatech.edu> <3A3D1275.5090509@pacbell.net>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

> >> -L/usr/local/lib Zlib.o ../zlib-1.1.3/libz.a
> >> /usr/local/lib/perl5/5.6.0/cygwin/CORE/libperl5_6_0.a
> >> dllwrap: no export definition file provided
> >> dllwrap: creating one, but that may not be what you want
> >> collect2: installation problem, cannot exec `/home/kelem/bin/sh/ld': No
> >> such file or directory
> >
> >
> > What is this /home/kelem/bin/sh/ld ??  collect2 *should* be calling
> > /usr/bin/ld.exe.
> 
> I have a file called ld.sh.  Why is it being invoked?  I don't have a
> file called ld or ld.exe.
> I tried deleting the file, and I get the same result.

I don't know.  I'm stumped.  Try renaming /usr/bin/collect2.exe.  If
collect2 is missing, gcc will directly invoke ld.exe -- hopefully gcc
will locate the correct ld, since you've somehow managed to get collect2
terminally confused.

--Chuck

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

