flyyanghp / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

Only if you are compiling on leopard 10.5: "x" permission for "configure" #163

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
At the part "Only if you are compiling on leopard 10.5" in the Building
wiki, after:

sed 's/^FLAGS_FOR_TARGET=$/FLAGS_FOR_TARGET=${FLAGS_FOR_TARGET-}/g' \ 
llvm-gcc-4.0-iphone/configure.old > llvm-gcc-4.0-iphone/configure

to make the created file executable, there should be a:

chmod +x llvm-gcc-4.0-iphone/configure

Original issue reported on code.google.com by ngocdaot...@gmail.com on 17 Jan 2009 at 1:48