summaryrefslogtreecommitdiff
path: root/README.cross
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-11-11 11:03:47 +0200
committerTor Lillqvist <tml@iki.fi>2011-11-11 22:51:26 +0200
commit3ba78a2d45a4b58198a700cb0a4621838618d5f1 (patch)
treec1d49458f68403c201fe15d75ddf41aaf0862bfa /README.cross
parent10e9a3c5b05154be1994ba2b2b28b5bc3ca132b1 (diff)
Add note about an iOS SDK hickup
Diffstat (limited to 'README.cross')
-rw-r--r--README.cross3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.cross b/README.cross
index 6878cf9953b4..ae1b2c620f91 100644
--- a/README.cross
+++ b/README.cross
@@ -304,6 +304,9 @@ CXX_FOR_BUILD=ccache /Xcode3/usr/bin/g++-4.0 -mmacosx-version-min=10.4
--without-helppack-integration
--without-myspell-dicts
+It seems that with the latest iOS SDK one has to do:
+sudo ln -s i686-apple-darwin10 /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/include/c++/4.2.1/i686-apple-darwin11
+or g++ won't find its headers like <bits/c++config.h>
Android
-------