This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Undefined Reference??


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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]