Hello , I am new in using PERLXS facility.
I am trying example 4 of perlxstut on win32(nt4) with Perl 5.8.3 build from activestate with Mingw32,dmake and FakeConfig following tutorial guide , here is what i get : _____________________________________________ D:\Tests\Mytest2>perl -MConfig_m makefile.pl MakeMaker (v6.17) Writing Makefile for Mytest2::mylib Writing Makefile for Mytest2 D:\Tests\Mytest2>dmake cd mylib && d:\ap\dmake\bin\dmake.exe -S gcc -c -g -O2 -DWIN32 -DPERL_IMPLICIT_CONTEXT -DPERL_MSVCRT_READFIX -g -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -DHASATTRIBUTE "-ID:\ap\perl\lib\CORE" mylib.c ar cr libmylib.a mylib.o rem libmylib.a dmake.exe: Error -- Don't know how to make `static' dmake.exe: Error code 255, while making 'mylib/libmylib.a' dmake.exe: 'mylib/libmylib.a' removed. D:\Tests\Mytest2> ______________________________________________ thanks for any help F.