I just built g++ 3.4.3 on a Linux system, using only the configure options "--prefix" and "--enable-languages=c++".
Running g++ with the -dy option produces no -dy output.
Do I need to specify more languages with --enable-languages
to enable -dy output? Or not specify? I really don't care to build Ada & Java. I'm going to try adding
"--enable-languages=c", but building is going to take a while.
-Allen