I have an autotools project. The same tarball on one machine compiles the files like this:
gcc ... File.cpp -o project-File.o
and on the other machine:
gcc ... File.cpp -o File.o
Does anyone know what causes this different behavior? Both machines are identically patched OS X, with the same tool versions.