Closed GoogleCodeExporter closed 9 years ago
Even tried on Fedora 19 with Clang 3.4 both 64 bit, still the some.
Original comment by daniel.z...@gmail.com
on 27 Aug 2013 at 12:34
Same problem in same platform Ubuntu 13.04.
Original comment by faustoca...@gmail.com
on 2 Sep 2013 at 5:54
You all need the LLVM development packages installed.
ubuntu$ sudo apt-get install llvm-dev
fedora$ sudo yum install llvm-devel
It should probably be mentioned on the how-to page, though.
Original comment by scott...@gmail.com
on 5 Sep 2013 at 6:36
Yes, just as scottywz said, you need install llvm development package which
containes lto.h.
LTO is a common feature that llvm provides, It should always be there.
It seems I should change configure script to detect the header and give a hint.
Original comment by cjac...@gmail.com
on 23 Sep 2013 at 6:45
commited to svn.
Original comment by cjac...@gmail.com
on 23 Sep 2013 at 7:02
the cctools 1.3 and iphonesdk-utils 2.0 in download sections had been tested
with ubuntu 13.04 with clang/llvm-3.2.
Since the clang/llvm-3.2 package shipped with ubuntu use a customized path to
hold headers and libraries, please refer to "Howto" in wiki sections to setup
proper Header path for ubuntu.
Original comment by cjac...@gmail.com
on 23 Sep 2013 at 12:26
Original issue reported on code.google.com by
daniel.z...@gmail.com
on 25 Aug 2013 at 11:10