gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't build Hello World on Windows


From: Stefan Bidigaray
Subject: Re: Can't build Hello World on Windows
Date: Thu, 30 Apr 2009 19:06:13 -0500

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]