On Thu, Apr 30, 2009 at 7:00 PM, Markus Hitter <m...@jump-ing.de> wrote:

> "undefined reference to '_winm...@16'". 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
_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to