On 9 April 2014 10:29, Noonan, Steven <snoo...@amazon.com> wrote:
> So in your case all you probably need is to drop the -framework
> arguments from CFLAGS and plop them into LIBS, and you're probably good
> to go.

This is where they are already. The problem is that putting
-framework on the linker command line causes clang to
fail to reject -fsome-random-unknown-thing, which means
we can't do configure detection of -fsomething arguments
using compile_prog  :-(

I think the only thing we can do about this is to make sure
that our configure code to check for -fsomething does a
compile-only check and not a link.

thanks
-- PMM

Reply via email to