On Tuesday, June 10, 2003, at 07:12 PM, Rudy Lippan wrote:

Sorry,

Tested this time :)

Yeah, that did the trick. Getting some warnings during the compile, though. Attached.


Regards,

David

--
David Wheeler                                     AIM: dwTheory
[EMAIL PROTECTED]                              ICQ: 15726394
http://kineticode.com/                         Yahoo!: dew7e
                                               Jabber: [EMAIL PROTECTED]
Kineticode. Setting knowledge in motion.[sm]

mercury% make
cp dbd-pg.pod blib/lib/DBD/dbd-pg.pod
cp Pg.pm blib/lib/DBD/Pg.pm
/usr/local/bin/perl /usr/local/lib/perl5/5.8.0/ExtUtils/xsubpp  -typemap 
/usr/local/lib/perl5/5.8.0/ExtUtils/typemap  Pg.xs > Pg.xsc && mv Pg.xsc Pg.c
cc -c  -I/usr/local/pgsql/include 
-I/usr/local/lib/perl5/site_perl/5.8.0/darwin/auto/DBI -pipe -fno-common 
-no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -O3   -DVERSION=\"1.30_2\" 
-DXS_VERSION=\"1.30_2\"  "-I/usr/local/lib/perl5/5.8.0/darwin/CORE"   Pg.c
cc -c  -I/usr/local/pgsql/include 
-I/usr/local/lib/perl5/site_perl/5.8.0/darwin/auto/DBI -pipe -fno-common 
-no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -O3   -DVERSION=\"1.30_2\" 
-DXS_VERSION=\"1.30_2\"  "-I/usr/local/lib/perl5/5.8.0/darwin/CORE"   dbdimp.c
dbdimp.c: In function `dbd_bind_ph':
dbdimp.c:857: warning: passing arg 2 of `Perl_sv_2pv_flags' from incompatible pointer 
type
cc -c  -I/usr/local/pgsql/include 
-I/usr/local/lib/perl5/site_perl/5.8.0/darwin/auto/DBI -pipe -fno-common 
-no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -O3   -DVERSION=\"1.30_2\" 
-DXS_VERSION=\"1.30_2\"  "-I/usr/local/lib/perl5/5.8.0/darwin/CORE"   quote.c
cc -c  -I/usr/local/pgsql/include 
-I/usr/local/lib/perl5/site_perl/5.8.0/darwin/auto/DBI -pipe -fno-common 
-no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -O3   -DVERSION=\"1.30_2\" 
-DXS_VERSION=\"1.30_2\"  "-I/usr/local/lib/perl5/5.8.0/darwin/CORE"   types.c
types.c:9:1: warning: "TRUE" redefined
In file included from /usr/local/lib/perl5/5.8.0/darwin/CORE/perl.h:1713,
                 from /usr/local/lib/perl5/site_perl/5.8.0/darwin/auto/DBI/DBIXS.h:19,
                 from Pg.h:39,
                 from types.c:3:
/usr/local/lib/perl5/5.8.0/darwin/CORE/handy.h:44:1: warning: this is the location of 
the previous definition
types.c:10:1: warning: "FALSE" redefined
/usr/local/lib/perl5/5.8.0/darwin/CORE/handy.h:45:1: warning: this is the location of 
the previous definition
Running Mkbootstrap for DBD::Pg ()
chmod 644 Pg.bs
rm -f blib/arch/auto/DBD/Pg/Pg.bundle
LD_RUN_PATH="/usr/local/pgsql/lib" cc  -flat_namespace -bundle -undefined suppress 
-L/usr/local/lib Pg.o dbdimp.o quote.o types.o  -o blib/arch/auto/DBD/Pg/Pg.bundle   
-L/usr/local/pgsql/lib -lpq

Reply via email to