On 05/06/13 9:13 AM, William Barnett-Lewis wrote:
Lars& Diane:
Thank you for the heads up on a.out vs ELF. The executable created by
the original port still runs so there is still some support at that
point so I'll go see what I can find in the system headers and perhaps
I can figure out what I need to do that way.
Toby:
The reason to use 1.6.2 (or earlier had I been able to) was to get to
an earlier version of GCC. 2.95 plays much more nicely with old code
(-traditional actually works) unlike newer versions of it. I keep
Ah, good point. I'd forgotten about -traditional, I probably never used it.
hoping that the various alternatives will catch up but
for now it's
still GCC.
But you're right, I do need to see if I still have a copy of K&R "C"
in the basement as it might help jog my memory. Thank you.
I had to put NetBSD 1.4.1 on a MicroVAX II here, as the later versions
seemed to have missing files from the MOP boot, and versions more recent
than 1.5 are not recommended on such an old machine. IIRC, gcc on 1.4.1
was egcs ~2.0. If you'd like me to test anything on this configuration,
let me know.
--Toby
William