to, 2004-02-05 kello 20:13, drieux kirjoitti:
> Given that Fedora is not Irix, how exactly were
> you planning that integration?

I don't actually know if it should or not. I've had it working with
redhat 7.3 in the past, and assumed it would work with Fedora, too. I
tried "man fam" and it gives me a page with "Silicon Graphics" as the
author...

> did you try say
> 
>       perl -MSGI::FAM -e 'my $fam = new SGI::FAM;'

That one gives the same error.

> <http://search.cpan.org/~jglick/SGI-FAM-1.002/lib/SGI/FAM.pm>
> 
> indicates that it is suppose to be aware of it.

I also copied the example code from
<http://search.cpan.org/~jglick/SGI-FAM-1.002/lib/SGI/FAM.pm> and tried
executing it from a file, but the result is still the same.

> 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.

At line 120 I found "sub new {"... Isn't that supposed to handle it? I
can't really tell, I don't know that much about the inner logic of perl
modules...

-mikko-



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to