[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gnustep for windowns version problem
From: |
Tom Koelman |
Subject: |
Re: Gnustep for windowns version problem |
Date: |
Mon, 29 Nov 2004 09:31:30 +0100 |
User-agent: |
Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (windows-nt) |
David <dgsomerton@bigpond.com> writes:
> Donnie Luis wrote:
>> I installed Gnustep with windows installer and MinGW was installed.
>> When I program console code which print "hello world", it works fine.
>> But ***libmingw32.a(main.o)(.text+0x97):main.c: undefined reference to
>
>> `WinMain@16'*** error occur if I program gui code. Need I add library
>> information for link with WinMain to somewhere?
>> What's problem and how can I solve it?
The windows installer doesn't contain the gui module. You'll have to
build that one manually before you can program gui code.
Tom