Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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" X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Steve Kelem CC: Cygwin 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> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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