Hi,

I recently did some reinstall of PDL, PLplot and PGPLOT. Now, when
invoking PDL::Graphics::PGPLOT as user I get the following message:

perldl> use PDL::Graphics::PGPLOT
defining '_tline' with signature 'a(n);b(n);ind()' and 2 extra args
defining...
sub _tline { @_[0..2] = map {PDL::Core::topdl($_)} @_[0..2];
$sig->checkdims(@_);
             PDL::threadover($others,@_,$sig->realdims,$sig->creating,$sub) }
defining '_tpoints' with signature 'a(n);b(n);ind()' and 2 extra args
defining...
sub _tpoints { @_[0..2] = map {PDL::Core::topdl($_)} @_[0..2];
$sig->checkdims(@_);
             PDL::threadover($others,@_,$sig->realdims,$sig->creating,$sub) }
defining '_tcircle' with signature 'a();b();c();ind()' and 2 extra args
defining...
sub _tcircle { @_[0..3] = map {PDL::Core::topdl($_)} @_[0..3];
$sig->checkdims(@_);
             PDL::threadover($others,@_,$sig->realdims,$sig->creating,$sub) }


This is not a problem since PGPLOT works just fine, it's just
annoying. The message does not appear when running PDl as root.

Any thoughts?

Thanks

Hernán




-- 

Hernán De Angelis
Linux user # 397217

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to