Problem compiling PERL

From: "Jesus Ruiz" <c_phoenix(at)latinmail(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Problem compiling PERL
Date: 2001-03-02 16:44:22
Message-ID: 97oimp$171$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

i'm using RedHat 7.0, with postgres 7.0.3
after I execute:
% perl Makefile.PL
I try to execute the make command and this if what i get
[jruiz(at)dns perl5]$ make
gcc -c -I../libpq -I../../include -fno-strict-aliasing -O2 -march=i386 -mcpu
=i686 -DVERSION=\"1.8.0\" -DXS_VERSION=\"1.8.0\" -fPIC -I/usr/lib/perl5/
5.6.0/i386-linux/CORE Pg.c
Pg.xs: In function `XS_Pg_PQprint':
Pg.xs:584: `na' undeclared (first use in this function)
Pg.xs:584: (Each undeclared identifier is reported only once
Pg.xs:584: for each function it appears in.)
Pg.xs: In function `XS_PG_results_fetchrow':
Pg.xs:1255: `sv_undef' undeclared (first use in this function)
Pg.xs: In function `XS_PG_results_print':
Pg.xs:1295: `na' undeclared (first use in this function)
make: *** [Pg.o] Error 1
if anyone can help me i'll appreciate it

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Richi Plana 2001-03-03 01:41:06 perl5 interface and UTF-8 character encoding
Previous Message Peter Eisentraut 2001-03-02 16:33:26 Re: get Timestamp with PQgetvalue()...