Created
April 29, 2011 17:54
-
-
Save sinya8282/948710 to your computer and use it in GitHub Desktop.
gcc 4.5.3 build error log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
checking for a thread-safe mkdir -p... ../../../gcc-4.5.3/libgomp/../install-sh -c -d | |
checking for gawk... awk | |
checking whether make sets $(MAKE)... yeschecking for x86_64-apple-darwin10.7.0-gcc... /Users/ryoma/dev/compiler/build-gcc-4.5.3/./gcc/xgcc -B/Users/ryoma/dev/compiler/build-gcc-4.5.3/./gcc/ -B/Users/ryoma/dev/compiler/build-gcc-4.5.3/INSTALL_DIR/x86_64-apple-darwin10.7.0/bin/ -B/Users/ryoma/dev/compiler/build-gcc-4.5.3/INSTALL_DIR/x86_64-apple-darwin10.7.0/lib/ -isystem /Users/ryoma/dev/compiler/build-gcc-4.5.3/INSTALL_DIR/x86_64-apple-darwin10.7.0/include -isystem /Users/ryoma/dev/compiler/build-gcc-4.5.3/INSTALL_DIR/x86_64-apple-darwin10.7.0/sys-includechecking for C compiler default output file name... | |
configure: error: in `/Users/ryoma/dev/compiler/build-gcc-4.5.3/x86_64-apple-darwin10.7.0/libgomp':configure: error: C compiler cannot create executablesSee `config.log' for more details. | |
make[1]: *** [configure-target-libgomp] Error 1make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment