Re: pp failure with non-zero exit line

2013-01-24 Thread Roderich Schupp
On Thursday, January 24, 2013, Jason Barrett wrote: > > I change the exit expr to something other than 0 (e.g.: exit 1), the script > runs and sets the error level as expected. However, it will no > longer compile: > > >pp -o test4.exe -x test4.pl > Set up gcc environment - 3.4.5 (mingw-vista spec

pp failure with non-zero exit line

2013-01-24 Thread Jason Barrett
I have a perl script with a single line: exit 0 It properly sets the error level and will pack into an .exe just fine. If I change the exit expr to something other than 0 (e.g.: exit 1), the script runs and sets the error level as expected. However, it will no longer compile: >pp -o test4.exe