View Single Post
 
Old 09-13-2010, 06:33 PM
andyvand's Avatar
andyvand andyvand is offline
 
Join Date: Apr 2009
Location: Tienen
Posts: 515
You first need to build the latest LLVM library from:
http://llvm.org
and build that for i386 and x86_64 like this:
Code:
CFLAGS="-arch i386 -arch x86_64 -O3" CXXFLAGS="-arch i386 -arch x86_64 -O3" LDFLAGS="-arch i386 -arch x86_64" ./configure --disable-dependency-tracking --prefix=/usr
make
sudo make install
After that, the building of cctools will go a lot better
Reply With Quote