Autoconf, universal binaries, and dependencies
Autoconf, universal binaries, and dependencies
- Subject: Autoconf, universal binaries, and dependencies
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 11 Jun 2007 21:41:22 -0600
Short question: How do I get a universal binary out of an autoconf
project that uses dependencies when I don't have a computer with the
desired CPU architecture?
Long question: I'm trying to build a project that uses autoconf to
make its makefile. I've tried the instructions at <http://
developer.apple.com/documentation/Porting/Conceptual/PortingUnix/
compiling/chapter_4_section_3.html>, but they don't work when the
autoconf project uses dependencies, since using multiple -arch flags
with dependency flags causes GCC to fail with an error saying it
doesn't support that. And I can't just compile for the single
problematic architecture either, because I don't have a computer that
can run that architecture, so autoconf's compiler sanity check fails.
Am I going to have to ask someone else to build a binary for the
architecture for me, or what else can I do in this situation?
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
_______________________________________________
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