On Tue, Mar 15, 2005 at 10:56:01AM -0600, Terry wrote: > Thanks for the quick respnonse.
Can you keep the list Cc'd please? > The OS is SCO OpenServer5.0.7 > perl, v5.8.0 built for i586-pc-sco3.2v5.0 > cc -V: SCO UNIX Development System Release 5.2.0A Thanks for the info. However, I know nothing about SCO, so I have no idea why your compiler is happy to give you the output from -V:, but seems to be issuing an error when make attempts to build Inline::C > My end goal is to get Inline-Java-0.49 installed and working on this > test machine so my programmer can start his development work. If there > is any other info I can give you off this machine, please let me know > and I'll me more than happy to provide it. It seems that Inline::Java will need a C compiler to build, as it contains XS files: http://search.cpan.org/~patl/Inline-Java-0.49/MANIFEST which are processed to generate C files and then compiled. Hence skipping building Inline::C as part of Inline isn't a useful suggestion. My hunch is still that the machine's compiler needs a licence from a licence server to compile files, and it can't find a licence (or the licence server). This is based on how Sun's compiler on Solaris works (or at least used to work) I have no idea how to solve this. Nicholas Clark