M
Mike
Hi,
I have written two modules with the following structure
Sta::Wf
Sta::Txt
I have a Makefile with the follwing DIR command
'DIR' => [ qw( Sta/Txt Sta/Wf )],
After comiling the first module, i get the following error after
apparently trying to cd back
cd ..
NMAKE : fatal error U1077: 'cd' : return code '0x1'
Stop.
If i remove one of the directories, i dont get an error, but the last
line is also
cd ..
The compiles work, if done seperately.
I am on WinXP, Activestate perl 5.8.8 build 8.19 COmpiler i am using is
gcc.
Thanks
Mike
I have written two modules with the following structure
Sta::Wf
Sta::Txt
I have a Makefile with the follwing DIR command
'DIR' => [ qw( Sta/Txt Sta/Wf )],
After comiling the first module, i get the following error after
apparently trying to cd back
cd ..
NMAKE : fatal error U1077: 'cd' : return code '0x1'
Stop.
If i remove one of the directories, i dont get an error, but the last
line is also
cd ..
The compiles work, if done seperately.
I am on WinXP, Activestate perl 5.8.8 build 8.19 COmpiler i am using is
gcc.
Thanks
Mike