From: janjaap@Wit381304.student.utwente.nl (Jan-Jaap van der Heijden)
Subject: Re: Undefined Reference??
1 Sep 1997 20:43:46 -0700
Sender: mail@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <Pine.LNX.3.96.970901103807.436B-100000.cygnus.gnu-win32@zoo-station.student.utwente.nl>
Reply-To: Jan-Jaap van der Heijden <J.J.vanderHeijden@student.utwente.nl>
Original-To: Mark Koi <koi@ssa.crane.navy.mil>
Original-cc: gnu-win32@cygnus.com
In-Reply-To: <ko1SvpNz0001E1sFU1@stoneaxe>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Original-Sender: owner-gnu-win32@cygnus.com

On Thu, 28 Aug 1997, Mark Koi wrote:

> I have installed both gnu-win32 and mingw32 but both
> packages give me the same error.  It must be an option
> or something.  My brain is fried.
> 
> gcc -o myprg.exe myprg.c

Make that:

  gcc -o myprg.exe myprg.c -luser32

SetTimer is impemented in libuser32.a

Greetings,
JJ

---
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going
to land, and it could be dangerous sitting under them as they fly
overhead.  -- RFC1925.

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
