MushtaqAlqadasi / iphone-dev

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

llvm-gcc-4.0 build: "/lib/cpp" fails sanity check (during libstdc++-v3) #93

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. follow building instructions
2. llvm-gcc-4.0 build fails on libstdc++v3 from what looks like a configure
error.

What do you see instead?

updating cache ./config.cache
configure: loading cache ./config.cache
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
make: *** [configure-target-libstdc++-v3] Error 1

What version of the product are you using? On what operating system?

os: osx 10.4 macbook pro (core 2 duo).

$ svn info . 
Path: .
URL: http://iphone-dev.googlecode.com/svn/trunk
Repository Root: http://iphone-dev.googlecode.com/svn
Repository UUID: c21c009e-8f39-0410-915a-49ea6329ddb5
Revision: 206
Node Kind: directory
Schedule: normal
Last Changed Author: PhireN
Last Changed Rev: 204
Last Changed Date: 2007-10-16 16:11:52 -0700 (Tue, 16 Oct 2007)

Please provide any additional information below.

I created a link from /lib/cpp to /bin/cpp, but the build failed later on
because it was trying to link x86 and arm object files together.

Original issue reported on code.google.com by adam....@gmail.com on 29 Oct 2007 at 5:38

Attachments:

GoogleCodeExporter commented 8 years ago
yes, that does look like a configure error, can you wait until issue 83 is 
done, and
see if that fixes the problem.

Original comment by Phi...@gmail.com on 30 Oct 2007 at 7:46