GCC for SPARC Systems misbehaves with -MD

According to the man page

"-MD is equivalent to -M -MF file, except that -E is not implied. The driver determines file based on whether an -o option is given. If it is, the driver uses its argument but with a suffix of .d ..."

However,

g++ -MD -c foo.cpp -o foo.o

produces foo.d.d instead of foo.d.

Alan Feldstein

Cosmic Horizon

http://www.alanfeldstein.com/

[407 byte] By [Alan_Feldstein] at [2007-11-26 9:41:21]
# 1
Yep, GCCFSS does not work correctly. Looking into the problem. I have a fix for your problem. Currently testing the fix to make sure it does not surface another problem.
Ross at 2007-7-7 0:39:43 > top of Java-index,Open Source Technologies,OpenSPARC...