delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2000/05/07/17:28:45

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
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: <3915EF98.C5CA876F@ece.gatech.edu>
Date: Sun, 07 May 2000 18:35:04 -0400
From: "Charles S. Wilson" <cwilson AT ece DOT gatech DOT edu>
X-Mailer: Mozilla 4.7 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Steve Kelem <kelem AT adaptivesilicon DOT com>
CC: Cygwin <cygwin AT sourceware DOT cygnus DOT com>
Subject: Re: Problems compiling perl module Compress-ZLib with perl
References: <390F1634 DOT 9745D5E8 AT adaptivesilicon DOT com> <390F37DC DOT A692C982 AT ece DOT gatech DOT edu> <390F406E DOT 73A7A8B5 AT adaptivesilicon DOT com>


Steve Kelem wrote:
> 
> I downloaded and installed the binary release of cygipc, and it installed the
> sys/*.h files.
> (Perl v5.6.0-RC1, Cygwin 1.0, latest download (as of yesterday), NT 4.0 SP6,
> Pentium III 550, 256M memory)
> 
> Charles Wilson wrote:
> 
> > 1. Download, build, and install Compress-ZLib manually.
> >    (you know, perl Makefile.PL, make, make install)
> 
> I tried this, and got the following.  Any idea what's wrong?
> 
> Thanks for your help,
> Steve
> 
> % make

[snip]

> LD_RUN_PATH="" ld2 -o blib/arch/auto/Compress/Zlib/Zlib.dll  -L/usr/local/lib
> Zlib.o /usr/local/lib/perl5/5.6.0/cygwin/CORE/libperl5_6_0.a
> dllwrap --dllname Zlib.dll --driver-name gcc --dlltool dlltool
> --export-all-symbols --as as --output-def libZlib.def --output-lib libZlib.a \
> 
>  -L/usr/local/lib Zlib.o /usr/local/lib/perl5/5.6.0/cygwin/CORE/libperl5_6_0.a
> 

I'm not sure why yours is not doing this, but the preceding command
should be:

LD_RUN_PATH="/usr/local/lib" ld2 -o .....

Try doing that by hand; if it works, then we can try to determine why
your perl isn't generating the correct makefile.

--Chuck

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019