Boost C++ Libraries: Ticket #895: "...failed gcc-Link-action", mingw tools https://svn.boost.org/trac10/ticket/895 <pre class="wiki">boost-1.33.1 mingw-3.4.2 "g++" "-Wl,--enable-auto-image-base" "-Wl,--exclude-symbols,_bss_end__:_bss_start__:_data_end__:_data_start__" "-Wl,--out-implib,bin\boost\libs\filesystem\build\boost_filesystem.dll\mingw\debug\boost_filesystem-mgw-d-1_33_1.lib" -g -shared -Wl,--allow-multiple-definition -mno-cygwin -o "bin\boost\libs\filesystem\build\boost_filesystem.dll\mingw\debug\boost_filesystem-mgw-d-1_33_1.dll" -L"" "bin\boost\libs\filesystem\build\boost_filesystem.dll\mingw\debug\exception.obj" "bin\boost\libs\filesystem\build\boost_filesystem.dll\mingw\debug\operations_posix_windows.obj" "bin\boost\libs\filesystem\build\boost_filesystem.dll\mingw\debug\path_posix_windows.obj" "bin\boost\libs\filesystem\build\boost_filesystem.dll\mingw\debug\convenience.obj" ...failed gcc-Link-action -L"" cause to loss one object file instead of add "empty path" to lib-lookups table. caused by these lines from mingw-tools.jam # So that RUNPATH, and PATH, is set to include where the mingw DLLs are located. flags mingw STDLIBPATH : $(GCC_BIN_DIRECTORY) ; workaround is to pass "-sMINGW_ROOT_DIRECTORY=/mingw" to bjam invocation (i'm using msys), but documentation says MINGW_ROOT_DIRECTORY Path to installation of MinGW. (none) If not set tools must be available in the executable path so it isn't obligatory to pass that argument. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/895 Trac 1.4.3 René Rivera Sun, 15 Apr 2007 15:26:58 GMT status changed https://svn.boost.org/trac10/ticket/895#comment:1 https://svn.boost.org/trac10/ticket/895#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> Ticket