> -----Original Message----- > From: Eric Wilhelm [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 13, 2006 10:52 AM > To: inline@perl.org > Subject: Re: Inline::Java and spaces in the path > > > foreach $thislib (split ' ', $potential_libs){ > > Looks like that's the spot and no amount of backslashing will > save you from that.
Yeah. Looks like to get around this issue, we'd have to rely either on a newer (future) version of MakeMaker or use Module::Build. For now I've built & installed without JNI. -Ken