On Fri, Dec 04, 2009 at 08:55:10PM -0500, Michael Dickens wrote:
> On Dec 4, 2009, at 2:56 PM, Ed Criscuolo wrote:
>> I've decided to take this approach for now. I've cloned the latest
>> git master, but I'm a total beginner at git. Where's the best place
>> to insert the "-arch i386" into CFLAGS
On Dec 4, 2009, at 2:56 PM, Ed Criscuolo wrote:
I've decided to take this approach for now. I've cloned the latest
git master, but I'm a total beginner at git. Where's the best place
to insert the "-arch i386" into CFLAGS to force a 32-bit build? Is
it as simple as
./bootstrap
./configure
"ma
Michael Dickens wrote:
2) Move to the GIT master, and limit compilation to just 32-bit mode
-- and you should get full GNU Radio functionality (assuming you can
get all of the background dependencies installed, e.g., via MacPorts).
Michael,
I've decided to take this approach for now.