On Monday, February 4, 2002, at 09:27 PM, Frederick Bruckman wrote: > fredb@tautology-> touch foo.C > fredb@tautology-> make -n foo > c++ -O2 -o foo foo.C > > That's on NetBSD (ffs). What happens when you do the same with "bmake" > on HFS? $ touch foo.C $ bmake -n foo g++ -g -o foo foo.C Looks okay to me. - Amitai