** NOTES ON GNU/EDMA PERL Support
** David Martnez Oliveira
** August, 2002
*************************************************************************
We had problems building this library using autotools (perl library did not link statically).

So, to build this GNU/EDMA class just use the PERL_INTERPRETER.mk Makefile:

# make -f PERL_INTERPRETER.mk

The just install the class normally:

# ines_class_register PERL_INTERPRETER.ines

The file GNUEDMA-perl.tgz contains the current Perl extension to access GNU/EDMA objects from Perl. At this moment you can't use output parameters (those preceded by an 's' in the method signature). See the examples provided with the package.

To build and install GNU/EDMA for perl extension proceed the same that for any other Perl extension:

perl ./Makefile.PL
make
make install

The examples on GNU/EDMA for perl extension uses the 'pia' modified interpreter that is build when GNU/EDMA is installed, and that must be in the path in order to run the examples (typically /usr/local/bin).
