Subject: Re: Cannot execute binary file
To: Andrew Cagney <cagney@mac.com>
From: Andrew Cagney <cagney@mac.com>
List: port-powerpc
Date: 07/31/2001 12:35:58
FYI,

A binary is in 
ftp://ftp.netbsd.org/pub/incomming/6292f3aa9d548f70e88868a8ac4f24ad

that number is also the MD5 checksum.  The source, as Alan guessed, is:

nettle$ cat hello.c
#include <stdio.h>

int
main (int argc, char **argv)
{
         printf ("Hello World\n");
}

	Andrew