
How do I set bjam to print (eventually to a file) all the commands it executes? I'm trying to configure gcc, and I don't know what I do wrong:( Best, John -- John Torjo -- john@torjo.com Contributing editor, C/C++ Users Journal -- "Win32 GUI Generics" -- generics & GUI do mix, after all -- http://www.torjo.com/win32gui/ -- v1.4.0 - save_dlg - true binding of your data to UI controls! + easily add validation rules (win32gui/examples/smart_dlg)

Larry Evans wrote:
On 09/14/2004 03:23 PM, John Torjo wrote:
How do I set bjam to print (eventually to a file) all the commands it executes?
I'm trying to configure gcc, and I don't know what I do wrong:(
Have you tried:
bjam --v2 --help-usage
(perhaps I have an older version but anyway, here's the output:) D:\john\projects\lib\win32gui-lib\win32gui\build_root\build_lib>bjam --help-usag e ...found 259 targets... ...updating 126 targets... vc-C++ ..\bin\boost\build_lib\libwin32gui.lib\vc7.1\debug\threading-multi\auto_m apping.obj auto_mapping.cpp vc-C++ ..\bin\boost\build_lib\libwin32gui.lib\vc7.1\debug\threading-multi\childr en_all_area.obj children_all_area.cpp vc-C++ ..\bin\boost\build_lib\libwin32gui.lib\vc7.1\debug\threading-multi\contro ls.obj controls.cpp ^C D:\john\projects\lib\win32gui-lib\win32gui\build_root\build_lib>Terminate batch job (Y/N)? y 'y' is not recognized as an internal or external command, operable program or batch file. D:\john\projects\lib\win32gui-lib\win32gui\build_root\build_lib>bjam --v2 --help -usage Terminate batch job (Y/N)? y 'y' is not recognized as an internal or external command, operable program or batch file. D:\john\projects\lib\win32gui-lib\win32gui\build_root\build_lib>bjam --v2 --help -usage Terminate batch job (Y/N)? n 'n' is not recognized as an internal or external command, operable program or batch file. D:\john\projects\lib\win32gui-lib\win32gui\build_root\build_lib>bjam --help Terminate batch job (Y/N)? y 'y' is not recognized as an internal or external command, operable program or batch file. D:\john\projects\lib\win32gui-lib\win32gui\build_root\build_lib>bjam -h Terminate batch job (Y/N)? y 'y' is not recognized as an internal or external command, operable program or batch file. Best, John -- John Torjo -- john@torjo.com Contributing editor, C/C++ Users Journal -- "Win32 GUI Generics" -- generics & GUI do mix, after all -- http://www.torjo.com/win32gui/ -- v1.4.0 - save_dlg - true binding of your data to UI controls! + easily add validation rules (win32gui/examples/smart_dlg)

John Torjo <john.lists@torjo.com> writes:
How do I set bjam to print (eventually to a file) all the commands it executes?
I'm trying to configure gcc, and I don't know what I do wrong:(
bjam -d+2... or bjam -n -a... or bjam -o file ... -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
participants (4)
-
David Abrahams
-
John Torjo
-
Larry Evans
-
Toon Knapen