On Feb 5, 2004, at 7:43 AM, [EMAIL PROTECTED] wrote:
Given that Fedora is not Irix, how exactly were you planning that integration?
Everything went ok (at least I did not see any error messages). The problem is that running for example:
perl -e'use SGI::FAM; my $fam = new SGI::FAM;'
did you try say
perl -MSGI::FAM -e 'my $fam = new SGI::FAM;'
returns error message:
"Your vendor has not defined SGI::FAM macro new at -e line 1"
<http://search.cpan.org/~jglick/SGI-FAM-1.002/lib/SGI/FAM.pm>
indicates that it is suppose to be aware of it.
while actually reading it <http://search.cpan.org/src/JGLICK/SGI-FAM-1.002/lib/SGI/FAM.pm>
you will note that
a. there is no 'new' in the perl code, b. hence it goes into the AutoLoader, but gets a response back that the 'new' construct is not found in the underlying XS code.
HTH.
ciao drieux
---
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>