[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Anyone able to get freetype to compile for iPad?
From: |
Werner LEMBERG |
Subject: |
Re: [ft] Anyone able to get freetype to compile for iPad? |
Date: |
Wed, 19 May 2010 17:05:06 +0200 (CEST) |
> cc1: error: unrecognized command line option "-arch"
This error comes directly from gcc 4.2.1...
> I posted this on the iPhone SDK forum as well, but it may be
> something specific to the freetype config system, [...]
I don't think so, since the compiler doesn't like the `-arch' flag
which you explicitly specify with the CFLAGS variable.
Werner