Re: 10.2.8 and alloca.h
Re: 10.2.8 and alloca.h
- Subject: Re: 10.2.8 and alloca.h
- From: David Dunham <email@hidden>
- Date: Mon, 17 Oct 2005 11:31:45 -0700
At 13:57 -0400 05-10-17, Eric Albert wrote:
It seems that one of the libraries I need uses alloca.h. This file
does not exist in the 10.2.8 SDK.
I guess I now need to rebuild all of my libraries with 10.3.9 SDK
and gcc 3.3.
Presumably you just need a declaration for alloca, rather than the
header file itself? What happens if you add a declaration for
alloca to your code?
It does actually call the function, as near as I can tell...
I wonder if I can copy the defines from /user/include/alloca.h (since
this is a built-in for gcc 3, apparently)?
--
David Dunham A Sharp, LLC
Voice/Fax: 206 783 7404 http://a-sharp.com
Efficiency is intelligent laziness.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden