Advertisement
Guest User

hajma

a guest
Oct 22nd, 2012
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. notice: Loading user-config configuration file 'user-config.jam' from '/home/tester'.
  2. notice: will use 'CC' for sun, condition <toolset>sun
  3. notice: iostreams: using prebuilt zlib
  4. notice: iostreams: using prebuilt bzip2
  5. notice: [python-cfg] Configuring python...
  6. notice: [python-cfg] Checking interpreter command "python"...
  7. notice: [python-cfg] running command 'python -c "from sys import *; print('version=%d.%d\nplatform=%s\nprefix=%s\nexec_prefix=%s\nexecutable=%s' % (version_info[0],version_info[1],platform,prefix,exec_prefix,executable))" 2>&1'
  8. notice: [python-cfg] ...requested configuration matched!
  9. notice: [python-cfg] Details of this Python configuration:
  10. notice: [python-cfg] interpreter command: "python"
  11. notice: [python-cfg] include path: "/usr/include/python2.6"
  12. notice: [python-cfg] library path: "/usr/lib/python2.6/config" "/usr/lib"
  13. ...patience...
  14. ...found 522 targets...
  15. ...updating 31 targets...
  16. common.mkdir bin
  17.  
  18. mkdir -p "bin"
  19.  
  20. common.mkdir bin/sun
  21.  
  22. mkdir -p "bin/sun"
  23.  
  24. common.mkdir bin/sun/release
  25.  
  26. mkdir -p "bin/sun/release"
  27.  
  28. sun.compile.c++ bin/sun/release/process_jam_log.o
  29.  
  30. "CC" -library=stdcxx4 -xO4 -erroff=%none -KPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -D_CRT_SECURE_NO_WARNINGS -I"/home/tester/boostregression20121020/boost" -c -o "bin/sun/release/process_jam_log.o" "../src/process_jam_log.cpp"
  31.  
  32. sun.compile.c++ bin/sun/release/tiny_xml.o
  33.  
  34. "CC" -library=stdcxx4 -xO4 -erroff=%none -KPIC -DBOOST_ALL_NO_LIB=1 -DNDEBUG -D_CRT_SECURE_NO_WARNINGS -I"/home/tester/boostregression20121020/boost" -c -o "bin/sun/release/tiny_xml.o" "../src/detail/tiny_xml.cpp"
  35.  
  36. common.mkdir /home/tester/boostregression20121020/boost/bin.v2
  37.  
  38. mkdir -p "/home/tester/boostregression20121020/boost/bin.v2"
  39.  
  40. common.mkdir /home/tester/boostregression20121020/boost/bin.v2/libs
  41.  
  42. mkdir -p "/home/tester/boostregression20121020/boost/bin.v2/libs"
  43.  
  44. common.mkdir /home/tester/boostregression20121020/boost/bin.v2/libs/filesystem
  45.  
  46. mkdir -p "/home/tester/boostregression20121020/boost/bin.v2/libs/filesystem"
  47.  
  48. common.mkdir /home/tester/boostregression20121020/boost/bin.v2/libs/filesystem/build
  49.  
  50. mkdir -p "/home/tester/boostregression20121020/boost/bin.v2/libs/filesystem/build"
  51.  
  52. common.mkdir /home/tester/boostregression20121020/boost/bin.v2/libs/filesystem/build/sun
  53.  
  54. mkdir -p "/home/tester/boostregression20121020/boost/bin.v2/libs/filesystem/build/sun"
  55.  
  56. common.mkdir /home/tester/boostregression20121020/boost/bin.v2/libs/filesystem/build/sun/release
  57.  
  58. mkdir -p "/home/tester/boostregression20121020/boost/bin.v2/libs/filesystem/build/sun/release"
  59.  
  60. common.mkdir /home/tester/boostregression20121020/boost/bin.v2/libs/filesystem/build/sun/release/link-static
  61.  
  62. mkdir -p "/home/tester/boostregression20121020/boost/bin.v2/libs/filesystem/build/sun/release/link-static"
  63.  
  64. common.mkdir /home/tester/boostregression20121020/boost/bin.v2/libs/filesystem/build/sun/release/link-static/stdlib-sun-stlport
  65.  
  66. mkdir -p "/home/tester/boostregression20121020/boost/bin.v2/libs/filesystem/build/sun/release/link-static/stdlib-sun-stlport"
  67.  
  68. sun.compile.c++ /home/tester/boostregression20121020/boost/bin.v2/libs/filesystem/build/sun/release/link-static/stdlib-sun-stlport/codecvt_error_category.o
  69.  
  70. "CC" -library=stlport4 -library=stdcxx4 -xO4 -erroff=%none -DBOOST_ALL_NO_LIB=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DNDEBUG -I"/home/tester/boostregression20121020/boost" -c -o "/home/tester/boostregression20121020/boost/bin.v2/libs/filesystem/build/sun/release/link-static/stdlib-sun-stlport/codecvt_error_category.o" "/home/tester/boostregression20121020/boost/libs/filesystem/src/codecvt_error_category.cpp"
  71.  
  72. CC: -library=stdcxx4 cannot be used with -library=stlport4
  73. ...failed sun.compile.c++ /home/tester/boostregression20121020/boost/bin.v2/libs/filesystem/build/sun/release/link-static/stdlib-sun-stlport/codecvt_error_category.o...
  74. sun.compile.c++ /home/tester/boostregression20121020/boost/bin.v2/libs/filesystem/build/sun/release/link-static/stdlib-sun-stlport/operations.o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement