Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <19991005154359.10992.rocketmail@web601.yahoomail.com> Date: Tue, 5 Oct 1999 08:43:59 -0700 (PDT) From: =?iso-8859-1?q?Jarbas=20Jarbudo?= Subject: MessageBox Error To: cygwin AT sourceware DOT cygnus DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hi all I thought i follow all instructions when i installed cygwin. After this error i realized i missed something and i can't find what. When i do gcc file.c -o file.exe i receive this errors: ... C:WINDOWS\TEMP\cc3RUm9j.o(.text+0x770d):c.c: undefined reference to `MessageBoxA AT 16' C:\WINDOWS\TEMP\cc3RUm9j.o(.text+0x8f2a):c.c: more undefined references to `MessageBoxA AT 16' follow collect2: ld returned 1 exit status This error only occurs when i add a line #define WIN32 in the file.c. I i don't, cygwin works fine and the executable runs ok. The reason i need the #define win32 is because it adds some functions to the program. Looks like i need to link with windows library. I don't know how to do it. Please someone kindly help me on this?! Best regards ===== __________________________________________________ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com