Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!bionet!ames!amdahl!drivax!frotz From: frotz@drivax.UUCP (Frotz) Newsgroups: comp.binaries.ibm.pc.d Subject: Makefiles (Was: Re: Stevie) Message-ID: <2506A2F2.3D84@drivax.UUCP> Date: 7 Sep 89 17:18:41 GMT References: <2887@ndsuvax.UUCP> Sender: frotz@drivax.UUCP Reply-To: frotz@drivax.UUCP Followup-To: comp.sys.ibm.pc Distribution: comp.sys.ibm.pc Organization: Digital Research, Monterey CA Lines: 21 ncperson@ndsuvax.UUCP (Brett G. Person) writes: ]I couldn't even get it to compile under MSC 5.1! The makefile just wouldn't ]work and the compiler complained of a fatal internal error and told me to ]call Microsoft. I don't have turbo C, but I would suggest simply ]re-writting the makefile (Yuck!)...maybe all you need to do is to change the ]call to the compiler to tcc. I don't pretend to understand makefiles - ]which is why I may be having problems. Anybody else havbe trouble with MSC ]on this one? Microsoft's Make is notorious for having used an inverted makefile that is incompatible with un*x-like makes. If I remember correctly, you simply need to invert all targets in the makefile. This may be an oversimplification;-} Recommendations: 1) Figure out whose makefile you are using (Microsoft's, or a un*x-like make). 2) Use an appropriate make. Sorry, I don't have any suggestions about the fatal internal error without seeing the line that broke it... -- Frotz