"Leopold Toetsch" <[EMAIL PROTECTED]> wrote:
Jonathan Worthington wrote:
Hi,

Unfortunately, the built exe file does...nothing.

Well, I don't know, how exe files on win32 look like, but Parrot supports these: EXEC_{A_OUT,ELF,MACH_O,COFF} (see src/exec_save.c).

Is any one of these EXEC symbols defined?

Yup. In config.h
#define PARROT_EXEC_OS_MSWIN32 1

In exec.h

# if PARROT_EXEC_OS_MSWIN32
# define EXEC_COFF
# endif

And COFF is correct. If it were not, I'd have expected a linker error anyway... I'll see if I have time to dig a bit deeper later on this afternoon.

Thanks for the suggestion,

Jonathan

Reply via email to