Hi!

Apparently I'm unable to build perl from sources as well, as the 'ld' linker
as well provides some errors while making configure.
The compiler is able to compile a basic programme, but linker never gets any
success in linking it :(
Anybody has any ideas?

--
Vladimir Lazarenko
VL824-RIPE 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 24, 2001 1:50 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: DBI 1.20 on HPUX 11.00


To my knowledge, no one has built DBI (with DBD-Oracle) successfully with
GCC on HPUX.
For sure, you need to build perl from sources or it be unlikely to work. 

If you succeed, please let me know what you did and I will add the
information to the README.hpux file.

Lincoln

-----Original Message-----
From: Vladimir Lazarenko [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 24, 2001 7:11 AM
To: '[EMAIL PROTECTED]'
Subject: DBI 1.20 on HPUX 11.00


Hi!

I'm trying to compile DBI 1.20 on HPUX 11.00. I have installed gnu compiler
on it, but apparently I get errors.
Perl was installed from a depot dile, as well as gnu compiler...
Can anyone suggest something?
Dying without Perl::DBI :((

THanks in advance

Here is the errors transcript:

bash-2.05# make
cp lib/DBD/Proxy.pm blib/lib/DBD/Proxy.pm
cp lib/DBI/ProxyServer.pm blib/lib/DBI/ProxyServer.pm
cp DBIXS.h blib/arch/auto/DBI/DBIXS.h
cp dbi_sql.h blib/arch/auto/DBI/dbi_sql.h
cp lib/DBD/NullP.pm blib/lib/DBD/NullP.pm
cp dbipport.h blib/arch/auto/DBI/dbipport.h
cp lib/DBI/Format.pm blib/lib/DBI/Format.pm
cp dbd_xsh.h blib/arch/auto/DBI/dbd_xsh.h
cp lib/DBI/Shell.pm blib/lib/DBI/Shell.pm
cp lib/DBD/ADO.pm blib/lib/DBD/ADO.pm
cp DBI.pm blib/lib/DBI.pm
cp lib/DBI/FAQ.pm blib/lib/DBI/FAQ.pm
cp lib/DBD/ExampleP.pm blib/lib/DBD/ExampleP.pm
cp lib/Bundle/DBI.pm blib/lib/Bundle/DBI.pm
cp Driver.xst blib/arch/auto/DBI/Driver.xst
cp lib/Win32/DBIODBC.pm blib/lib/Win32/DBIODBC.pm
cp lib/DBD/Sponge.pm blib/lib/DBD/Sponge.pm
cp lib/DBI/W32ODBC.pm blib/lib/DBI/W32ODBC.pm
cp lib/DBI/DBD.pm blib/lib/DBI/DBD.pm
cp lib/DBD/Multiplex.pm blib/lib/DBD/Multiplex.pm
        /usr/contrib/bin/perl -p -e "s/~DRIVER~/Perl/g" <
blib/arch/auto/DBI/Driver.xst > Perl.xsi
        /usr/contrib/bin/perl -I/opt/perl5/lib/5.6.1/PA-RISC1.1
-I/opt/perl5/lib/5.6.1 /opt/perl5/lib/5.6.1/ExtUtils/xsubpp  -typemap
/opt/perl5/lib/5.6.1/ExtUtils/typemap Perl.xs > Perl.xsc && mv Perl.xsc
Perl.c
        gcc -c  -Ae -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O +Onolimit
-DVERSION=\"1.19\"  -DXS_VERSION=\"1.19\" +z
-I/opt/perl5/lib/5.6.1/PA-RISC1.1/CORE -Wall -Wno-comment -DDBI_NO_THREADS
Perl.c
gcc: +Onolimit: No such file or directory
gcc: +z: No such file or directory
<command line>: missing '(' after predicate
Perl.xsi: In function `XS_DBD__Perl__st__prepare':
Perl.xsi:197: warning: operation on `PL_na' may be undefined
Perl.xsi: In function `XS_DBD__Perl__st_bind_param':
Perl.xsi:233: warning: operation on `PL_na' may be undefined
Perl.xsi: In function `XS_DBD__Perl__st_bind_param_inout':
Perl.xsi:269: warning: operation on `PL_na' may be undefined
*** Error exit code 1



--
Vladimir Lazarenko
VL824-RIPE 

Reply via email to