Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.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?= <jarbas99@yahoo.com>
Subject: MessageBox Error
To: cygwin@sourceware.cygnus.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@16'
C:\WINDOWS\TEMP\cc3RUm9j.o(.text+0x8f2a):c.c: more
undefined references to `MessageBoxA@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@sourceware.cygnus.com

