
AMDG Joel Falcou wrote:
Steven Watanabe a écrit :
a) compile postprocess.cpp b) preprocess the source cpp file c) run perl preprocess.pl on the preprocessor output d) compile the result, adding the tool's root directory to the include path and capture the output. e) run postprocess on the compiler's output. OK, is there any special warning option to pass to g++ 4.3 cause I got no output whatsoever even simple code.
You're using the current version in the sandbox, right? Here's the command that bjam generates for me "g++-4.3.0" -O0 -fno-inline -Wall -g -D PROFILE_TEMPLATES -I".." -I"test_dir" -c "bin\gcc-4.3.0\debug\test.cpp" 2>&1 | "..\src\bin\gcc-4.3.0\release\link-static\filter.exe" --call-graph
"bin\gcc-4.3.0\debug\test.rtp"
In Christ, Steven Watanabe