Advertisement
Guest User

mingw boost compile attempt

a guest
Dec 19th, 2011
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. --user-config.jam--
  2. # MinGW32 G++ for cross-compilation of Windows binaries
  3. using gcc : win32 : "/usr/local/mingw/bin/i386-mingw32-g++" ;
  4.  
  5.  
  6.  
  7. --BASH output--
  8.  
  9. $ ./bjam toolset=gcc-win32 target-os=windows
  10.  
  11.  
  12. Building the Boost C++ Libraries.
  13.  
  14.  
  15. Performing configuration checks
  16.  
  17. - has_icu builds : no
  18. warning: Graph library does not contain MPI-based parallel components.
  19. note: to enable them, add "using mpi ;" to your user-config.jam
  20. - iconv (libc) : no
  21. - iconv (separate) : no
  22. - icu : no
  23. - icu (lib64) : no
  24. - ../config//has_gcc_visibility builds : no
  25. - ../config//has_long_double_support builds : yes
  26. warning: skipping optional Message Passing Interface (MPI) library.
  27. note: to enable MPI support, add "using mpi ;" to user-config.jam.
  28. note: to suppress this message, pass "--without-mpi" to bjam.
  29. note: otherwise, you can safely ignore this message.
  30. ************************************************************
  31. Trying to build Boost.Thread with pthread support.
  32. If you need pthread you should specify the paths.
  33. You can specify them in site-config.jam, user-config.jam
  34. or in the environment.
  35. For example:
  36. PTW32_INCLUDE=C:\Program Files\ptw32\Pre-built2\include
  37. PTW32_LIB=C:\Program Files\ptw32\Pre-built2\lib
  38. ************************************************************
  39. /usr/local/boost_1_48_0/tools/build/v2/build/virtual-target.jam:1079: in virtual-target.register-actual-name from module virtual-target
  40. error: Duplicate name of actual target: <pstage/lib>libboost_system.a
  41. error: previous virtual target { common%common.copy-libboost_system.a.STATIC_LIB { gcc%gcc.archive-libboost_system.a.STATIC_LIB { gcc%gcc.compile.c++-error_code.o.OBJ { error_code.cpp.CPP } } } }
  42. error: created from ./stage-proper
  43. error: another virtual target { common%common.copy-libboost_system.a.STATIC_LIB { gcc%gcc.archive-libboost_system.a.STATIC_LIB { gcc%gcc.compile.c++-error_code.o.OBJ { error_code.cpp.CPP } } } }
  44. error: created from ./stage-proper
  45. error: added properties: <debug-symbols>off <define>NDEBUG <inlining>full <optimization>speed <runtime-debugging>off <variant>release
  46. error: removed properties: <debug-symbols>on <inlining>off <optimization>off <runtime-debugging>on <variant>debug
  47. /usr/local/boost_1_48_0/tools/build/v2/build/virtual-target.jam:490: in actualize-no-scanner from module object(file-target)@4629
  48. /usr/local/boost_1_48_0/tools/build/v2/build/virtual-target.jam:135: in object(file-target)@4629.actualize from module object(file-target)@4629
  49. /usr/local/boost_1_48_0/tools/build/v2/build-system.jam:749: in load from module build-system
  50. /usr/local/boost_1_48_0/tools/build/v2/kernel/modules.jam:283: in import from module modules
  51. /usr/local/boost_1_48_0/tools/build/v2/kernel/bootstrap.jam:142: in boost-build from module
  52. /usr/local/boost_1_48_0/boost-build.jam:17: in module scope from module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement