On Mar 7, 2:48 pm, steph <
st...@home.fr> wrote:
> Hi there,
>
> I tried out to use xgawk to process some xml files but failed on quite
> explicit, but not easy to solve,error:
>
> $ xgawk -l xml s.awk f.xml
> xgawk: fatal: extension: cannot find dynamic library `xml'
This page (
http://www.wim-blit.nl/xmlgawk/XMLgawk%20for
%20Windows.html) says:
"* xml.dll needs to be in the current directory or in a directory
which is in AWKLIBPATH or in a directory defined in deflibpath. On my
system it is in c:\Programs\MinGW\lib\awk."
As I read this document, it means if the environment variable
AWKLIBPATH does not exist, create it manually. Point it to a
directory, and put xml.dll in that directory. Environment variables
can be created in Control Panel > System > Advanced > Environment
Variables, or they can be defined in a batch file which runs an
instance of CMD.EXE. HTH.
Eric