> [EMAIL PROTECTED] - Di 18. Okt 2005, 02:51:18]:
> 
> This bug is a regression, 'make hello' works with release 0.3.0
> (r9297).

Just some observations. When running 'make test' the command 

   ./parrot -o examples/pasm/hello.o examples/pasm/hello.pbc 

fails to create examples/pasm/hello.o. Instead a file with the name
'exex_output.o' is generated. It looks like the name of the output file
is expected to be in  REG_STR(0), but isn't. So the default file
'exec_output.o' is used. Sell line 116 of src/exec.c.

Whem copying 'exec_output.o' to 'examples/pasm/hello.o' manually, then
'make test' produces 'examples/pasm/hello'. However when trying to
execute that executable, I get a segmentation fault.

CU, Bernhard
 
-- 
/* [EMAIL PROTECTED] */

Reply via email to