Advertisement
dominus

Untitled

Nov 18th, 2018
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. Thread model: posix
  2. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  3. configure:3967: $? = 0
  4. configure:3956: clang++ -V >&5
  5. clang: error: argument to '-V' is missing (expected 1 value)
  6. clang: error: no input files
  7. configure:3967: $? = 1
  8. configure:3956: clang++ -qversion >&5
  9. clang: error: unknown argument: '-qversion'
  10. clang: error: no input files
  11. configure:3967: $? = 1
  12. configure:3987: checking whether the C++ compiler works
  13. 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
  14. error: unable to create target: 'No available targets are compatible with this triple, see -version for the available targets.'
  15. 1 error generated.
  16. configure:4013: $? = 1
  17. configure:4051: result: no
  18. configure: failed program was:
  19. | /* confdefs.h */
  20. | #define PACKAGE_NAME "Exult"
  21. | #define PACKAGE_TARNAME "exult"
  22. | #define PACKAGE_VERSION "1.5.0git"
  23. | #define PACKAGE_STRING "Exult 1.5.0git"
  24. | #define PACKAGE_BUGREPORT ""
  25. | #define PACKAGE_URL "http://exult.sourceforge.net/"
  26. | #define PACKAGE "exult"
  27. | #define VERSION "1.5.0git"
  28. | #define PACKAGE "exult"
  29. | #define VERSION "1.5.0git"
  30. | #define MACOSX 1
  31. | /* end confdefs.h. */
  32. |
  33. | int
  34. | main ()
  35. | {
  36. |
  37. | ;
  38. | return 0;
  39. | }
  40. configure:4056: error: in `/Users/buildbot/code/snapshots/exult':
  41. configure:4058: error: C++ compiler cannot create executables
  42. See `config.log' for more details
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement