On Thu, Apr 30, 2009 at 7:00 PM, Markus Hitter
<address@hidden> wrote:
"undefined reference to 'address@hidden'". Whatever that means.main.c (or in this case main.m) as one of the files to build.
That usually happens to me in MinGW whenever I forget to include file with main (). I would first check that one of your files has main(), note which one and double check that the GNUmakefile includes a line for Hello World_main.m.
I would also remove that space from the file name, that usually gets me in all kinds of trouble, too.
Stefan