From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7926 invoked by alias); 3 Nov 2003 10:50:44 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 7918 invoked from network); 3 Nov 2003 10:50:43 -0000 Received: from unknown (HELO fagus.ensam.inra.fr) (147.99.0.30) by sources.redhat.com with SMTP; 3 Nov 2003 10:50:43 -0000 Received: from localhost (fagus.ensam.inra.fr [127.0.0.1]) by fagus.ensam.inra.fr (8.12.10/8.12.8) with ESMTP id hA3Amr1w026820 for ; Mon, 3 Nov 2003 11:48:53 +0100 Received: from fagus.ensam.inra.fr ([127.0.0.1]) by localhost (fagus.ensam.inra.fr [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26653-06 for ; Mon, 3 Nov 2003 11:48:51 +0100 (CET) Received: from RDI02E0112 (cb34.ensam.inra.fr [147.99.6.133]) by fagus.ensam.inra.fr (8.12.10/8.12.8) with SMTP id hA3Amnnh026798 for ; Mon, 3 Nov 2003 11:48:49 +0100 Message-Id: <3.0.1.32.20031103115038.00f86818@ensam.inra.fr> X-Sender: bouttes@ensam.inra.fr Date: Mon, 03 Nov 2003 10:50:00 -0000 To: cygwin@cygwin.com From: =?iso-8859-1?Q?C=E9dric?= Bouttes Subject: Compilation problem Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2003-11/txt/msg00082.txt.bz2 Hello, I'm trying to install DBD-Pg-1.22 on CygWin. I have postgresql and DBI up and running but i can't get DBD-Pg-1.22 working. I receive the following error executing make: $ make rm -f blib/arch/auto/DBD/Pg/Pg.dll LD_RUN_PATH=3D"" ld2 -s -L/usr/local/lib Pg.o dbdimp.o -o blib/arch/auto/DBD/Pg/ Pg.dll /usr/lib/perl5/5.8.0/cygwin-multi-64int/CORE/libperl.dll.a -L/usr/lib -l pq gcc -shared -o Pg.dll -Wl,--out-implib=3DlibPg.dll.a -Wl,--export-all-symbols -Wl ,--enable-auto-import -Wl,--stack,8388608 \ -s -L/usr/local/lib Pg.o dbdimp.o /usr/lib/perl5/5.8.0/cygwin-multi-64int/CORE/ libperl.dll.a -L/usr/lib -lpq dbdimp.o(.text+0x2fde):dbdimp.c: variable '__ctype_' can't be auto-imported. Ple ase read the documentation for ld's --enable-auto-import for details. dbdimp.o(.text+0x2fee):dbdimp.c: variable '__ctype_' can't be auto-imported. Ple ase read the documentation for ld's --enable-auto-import for details. dbdimp.o(.text+0x2ffe):dbdimp.c: variable '__ctype_' can't be auto-imported. Ple ase read the documentation for ld's --enable-auto-import for details. Creating library file: libPg.dll.a collect2: ld returned 1 exit status perlld: *** system() failed to execute gcc -shared -o Pg.dll -Wl,--out-implib=3DlibPg.dll.a -Wl,--export-all-symbols -Wl ,--enable-auto-import -Wl,--stack,8388608 \ -s -L/usr/local/lib Pg.o dbdimp.o /usr/lib/perl5/5.8.0/cygwin-multi-64int/CORE/ libperl.dll.a -L/usr/lib -lpq make: *** [blib/arch/auto/DBD/Pg/Pg.dll] Error 1 What can the problem be??? Regards, C=E9dric. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/