Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Apparently-From: <earnie?boyd@yahoo.com>
Message-ID: <3AB7D671.96D4BE37@yahoo.com>
Date: Tue, 20 Mar 2001 17:15:13 -0500
From: Earnie Boyd <earnie_boyd@yahoo.com>
Reply-To: Earnie Boyd <cygwin@cygwin.com>
X-Mailer: Mozilla 4.76 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Jonny Larson <JLarson@Network-Alchemy.com>
CC: cygwin <cygwin@cygwin.com>
Subject: Re: GCC and alloca
References: <B7536E2DB26AD211A42500104BB49C72F604D9@manbarapp1.intgame.com> <20010319125625.F18807@redhat.com> <20010319130606.G18807@redhat.com> <20010319131832.A19287@redhat.com> <3AB6562D.1D5E3209@Network-Alchemy.com> <3AB758E2.39EDD6C5@yahoo.com> <3AB7A995.3B8B2DFB@Network-Alchemy.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Jonny Larson wrote:
> 
> Earnie:
> Thanks for the response.
> 

You're welcome.  However, I set the Reply-To:, no need to CC me.

> We use gcc in CygWin to compile a ton of source files into a series of about 20
> libraries.  Then we take these library files and link them to "C" code that makes up
> an NDIS driver using the Microsoft NT DDK linker (which is actually the Microsoft
> Incremental Linker Version 5.12.8181).
> 

From this am I to guess that you are using the Microsoft Linker to link
the objects?  If so, it doesn't work.


> It is when we link the gcc-compiled libraries to the NDIS code that we get the alloca
> unresolved errors.
> 
> Let me know if you still want to see the link statement we use.
> 

Only if you need more help.  I can guess that you're bumping into the
alloca resolved by libgcc.a.  However, even if you resolve this, your
executable isn't likely to work correctly.

Earnie.

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

