Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Thread model: posix
- InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
- configure:3967: $? = 0
- configure:3956: clang++ -V >&5
- clang: error: argument to '-V' is missing (expected 1 value)
- clang: error: no input files
- configure:3967: $? = 1
- configure:3956: clang++ -qversion >&5
- clang: error: unknown argument: '-qversion'
- clang: error: no input files
- configure:3967: $? = 1
- configure:3987: checking whether the C++ compiler works
- configure:4009: clang++ -I/opt/ppc/include -isysroot /opt/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.4 -w -force_cpusubtype_ALL -arch ppc -m32 -O2 -I/opt/ppc/include -isysroot /opt/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.4 -L/opt/ppc/lib -isysroot /opt/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.4 -w -force_cpusubtype_ALL -arch ppc -m32 -O2 conftest.cpp >&5
- error: unable to create target: 'No available targets are compatible with this triple, see -version for the available targets.'
- 1 error generated.
- configure:4013: $? = 1
- configure:4051: result: no
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "Exult"
- | #define PACKAGE_TARNAME "exult"
- | #define PACKAGE_VERSION "1.5.0git"
- | #define PACKAGE_STRING "Exult 1.5.0git"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL "http://exult.sourceforge.net/"
- | #define PACKAGE "exult"
- | #define VERSION "1.5.0git"
- | #define PACKAGE "exult"
- | #define VERSION "1.5.0git"
- | #define MACOSX 1
- | /* end confdefs.h. */
- |
- | int
- | main ()
- | {
- |
- | ;
- | return 0;
- | }
- configure:4056: error: in `/Users/buildbot/code/snapshots/exult':
- configure:4058: error: C++ compiler cannot create executables
- See `config.log' for more details
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement