From: khan AT xraylith DOT wisc DOT edu (Mumit Khan) Subject: Re: EGCS-Mingw32 Win32 3 Sep 1998 18:10:51 -0700 Message-ID: References: <199809012215 DOT PAA19260 AT cygnus DOT com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: Paul Garceau Cc: gnu-win32 AT cygnus DOT com On Tue, 1 Sep 1998, Paul Garceau wrote: > Greetings, > > Just a quick question -- and may be a dumb one... > > Under EGCS-Mingw32, why is it necessary to add a -l reference for > User32 for a command such as: > > gcc test.c -o test.exe > > in order to generate a successful link? Paul, Only if you refer to symbols defined in user32, otherwise no need. Since I don't know what's in test.c, I can't really provide an informative answer. Can you send me the following: 1. testcase source file 2. output of the build: % gcc -v test.c -o test.exe Thanks. Mumit - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".