tim,
> see README.java
yup. it is all there, and it works. sorry, i feel like a jerk, it
couldn't have been more obviuos, and i completely overlooked it.
ok, next step. make test now says.
PERL_DL_NONLAZY=1
/usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.
6.0/i86pc-solaris -I/usr/local/lib/perl5/5.6.0 -e 'use Test::Harness
qw(&runtest
s $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/base..............dubious
Test returned status 0 (wstat 139, 0x8b)
Prototype mismatch: sub Test::Harness::_LARGEFILE_SOURCE vs () at (eval 24)
line
1.
test program seems to have generated a core
t/general...........DBI->connect() failed: ORA-01034: ORACLE not available
(DBD
ERROR: OCISessionBegin) at t/general.t line 20
Unable to connect to Oracle (ORA-01034: ORACLE not available (DBD ERROR:
OCISess
ionBegin))
Tests skiped.
t/general...........dubious
Test returned status 0 (wstat 139, 0x8b)
Undefined subroutine &Test::Harness::WCOREDUMP called at
/usr/local/lib/perl5/5.
6.0/Test/Harness.pm line 334.
make: *** [test_dynamic] Error 255
the ORACLE not available i will deal with.
i do have wait.ph and sys/wait.ph. Makefile.PL says i can either ignore
the WCOREDUMP or fix it. i assume to fix it i simply need to add another
define condition in wait.ph to identify this as an i386 system and so
include that set of evals.
LARGEFILE seems to be the same, coming from _h2ph_pre.ph. it looks like
i can try to delete if from the CCFLAGS, or attemp to fix it the same way as
above.
am i on the right track?
thanks,
mickm