- Sep 29, 2004
- 18,656
- 68
- 91
I was shocked recently. This is really dailywtf.com type stuff. But before I assume my disillusions are correct I will ask.
Let's say that you were using a gnu compiler to compile some code. You code compiles and links but the executable (actually a .out file for the vxWorks OS) that was created many years ago differs from the executable that is now being created. It has a different filesize (and checksum). Someone at another company that wrote this code is arguing that it could be something as simple as a file (assuming he meant source file) being in a different directory. My head imploded.
So, I have to ask, is it actually possible that a different file size and checksum could result from a different directory structure?
I guess I will have to look for debug flags. The kicker however is that to our knowledge the directory structure is identical from the C drive up. The files were not haphazardly located on the C drive without reason. We are using the supplied build procedure.
Let's say that you were using a gnu compiler to compile some code. You code compiles and links but the executable (actually a .out file for the vxWorks OS) that was created many years ago differs from the executable that is now being created. It has a different filesize (and checksum). Someone at another company that wrote this code is arguing that it could be something as simple as a file (assuming he meant source file) being in a different directory. My head imploded.
So, I have to ask, is it actually possible that a different file size and checksum could result from a different directory structure?
I guess I will have to look for debug flags. The kicker however is that to our knowledge the directory structure is identical from the C drive up. The files were not haphazardly located on the C drive without reason. We are using the supplied build procedure.
