From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31217 invoked by alias); 5 Nov 2003 14:55:33 -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 31198 invoked from network); 5 Nov 2003 14:55:32 -0000 Received: from unknown (HELO sccrmhc12.comcast.net) (204.127.202.56) by sources.redhat.com with SMTP; 5 Nov 2003 14:55:32 -0000 Received: from althea (pcp04244714pcs.eatntn01.nj.comcast.net[68.36.183.225]) by comcast.net (sccrmhc12) with ESMTP id <2003110514553101200dago2e>; Wed, 5 Nov 2003 14:55:31 +0000 Received: from [127.0.0.1] (helo=althea.tishler.net) by althea with smtp (Exim 4.24) id HNVWEA-00014W-2V; Wed, 05 Nov 2003 10:01:22 -0500 Received: by althea.tishler.net (sSMTP sendmail emulation); Wed, 5 Nov 2003 10:01:21 -0500 Date: Wed, 05 Nov 2003 14:55:00 -0000 From: Jason Tishler To: cygwin@cygwin.com Cc: =?iso-8859-1?Q?C=E9dric?= Bouttes Subject: Re: Postgresql: libpq problem? (was: Re: Compilation problem) Message-ID: <20031105150121.GC1792@tishler.net> Mail-Followup-To: cygwin@cygwin.com, =?iso-8859-1?Q?C=E9dric?= Bouttes References: <3.0.1.32.20031103115038.00f86818@ensam.inra.fr> <19311686421.20031105124429@familiehaase.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <19311686421.20031105124429@familiehaase.de> User-Agent: Mutt/1.4i X-SW-Source: 2003-11/txt/msg00166.txt.bz2 On Wed, Nov 05, 2003 at 12:44:29PM +0100, Gerrit P. Haase wrote: > seems to be a problem with this symbol in the postgresql library libpq. Huh? $ nm /usr/lib/libpq.a | fgrep ctype $ nm /usr/lib/libcygwin.a | fgrep ctype 00000000 I __imp____ctype_ptr 00000000 I __nm____ctype_ptr 00000000 I __imp___ctype_ 00000000 I __nm___ctype_ ... > I don't know the postgresql code, so lets ask the maintainer > (therefore the subject change). Jason? Any ideas? Sigh... I was hoping avoid downloading and building this, but it WFM: $ make [snip] rm -f blib/arch/auto/DBD/Pg/Pg.dll LD_RUN_PATH="" 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 -lpq gcc -shared -o Pg.dll -Wl,--out-implib=libPg.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 Creating library file: libPg.dll.a [snip] AFAICT, there appears to be a problem with Cédric's Cygwin installation. Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 -- 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/