From: ijw11@phx.cam.ac.uk (Ian Wells) Subject: Re: make 0.96 w/gcc-2.11c blows Date: 28 May 1992 20:45:53 GMT
The reason you're getting silly problems is simple: CPP = C
preprocessor, compared to g++ = c++. Replace CPP with gcc -E
-traditional (or gcc-cpp -traditional, someone correct me if I'm
wrong) and you should be fine. The bootsect.S file simply needs to be
preprocessed, compiling it as C++ definitely won't work. 8-)
Ian.