Test Boost Build with mingw-w64/gcc on Windows

Edward Diener via Boost-build <[email protected]> Thu, 22 Aug 2019 19:50:03 -0400
Newsgroups gmane.comp.lib.boost.build
Message-ID <[email protected]>
If the toolset I use on Windows to run the Boost Build tests is 
mingw-w64/gcc-n.n a number of tests fail because the tests assume a file 
extension for object files of .obj whereas the file extension for gcc 
object files is .o . Is this an issue for Boost Build testing which is 
known about ?

Obviously I can run the tests using msvc-n.n etc. But should it not be 
documented in the test_system.html that any compiler not producing .obj 
files will fail a number of tests ? Or perhaps the tests themselves can 
be updated to figure out the extension to be expected for object files 
based on the toolset passed to it for running the tests.

_______________________________________________
Unsubscribe & other changes: https://lists.boost.org/mailman/listinfo.cgi/boost-build