----- Original Message -----
From: "Patrick LeBoutillier" <[EMAIL PROTECTED]>
.
.
g++: JNI.obj: No such file or directory
I think it's just that the file can't be found because it's called JNI.o
(JNI.obj).
This looks like an error you'll get when using gcc with older versions of
ActiveState perl. With ActivePerl build 822 (and presumably later builds, if
such exist) this probelm does not arise.
There's a fix outlined in the "Bugs and Their Fixes" section of
http://www.perlmonks.org/index.pl?node_id=614808 .
If that explanation does not apply (in which case we need to find a
different explanation), could the OP please supply the output of 'perl -V',
and we'll have another think about it. Also, just to be doubly sure, provide
the output of 'perl -V:cc' and 'perl -V:obj_ext'.
Cheers,
Rob