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 sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <004f01c100a1$838c9e10$15370c0a@padecs.net> From: "Bruce Patin" To: Subject: dllwrap, ld cannot find libperl5_6_1.a under cygwin Date: Fri, 29 Jun 2001 09:43:43 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id JAA32460 I have been trying to install postgresql 7.1 with the perl option under cygwin, but I get a message that ld cannot find -lperl, specified as libperl5_6_1.a, even though the file is indeed where specified: (This comes from an attempt to make postgresql7.1 with perl support) (The following 6 lines are all one statement, retyped for this message) dllwrap --dllname plperl.dll --driver-name gcc --dlltool dlltool --export-all-symbols --as as --output-def libplperl.def --output-lib libplperl.a -s -L/usr/local/lib plperl.o eloglvl.o SPI.o /usr/lib/perl5/5.6.1/cygwin/auto/Opcode/Opcode.dll -L/usr/lib/perl5/5.6.11/cygwin/CORE -lperl /usr/lib/perl5/5.6.11/cygwin/CORE/libperl5_6_1.a dllwrap: no export definition file provided dllwrap: creating one, but that may not be what you want /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-2/../../../../i686-pc-cygwin/bin/ld: cannot find -lperl As a side issue, I cannot find where I got perl-5.6.1-1.tar.gz for cygwin, the link on page http://www.cygwin.com/ported.html for text "here is a list of programs built with the latest release" is broken: http://www.hirmke.de/software/develop/gnuwin32/cygwin/porters/Hirmke_Michael/GNUWin32-links.html Can anyone help?