Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2007-04-15 09:19:49


Bugs item #1700982, was opened at 2007-04-15 17:19
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1700982&group_id=7586

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: build
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: archimed7592 (archimed7592)
Assigned to: Nobody/Anonymous (nobody)
Summary: "...failed gcc-Link-action", mingw tools

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1700982&group_id=7586

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-bugs mailing list
Boost-bugs_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk