[comp.binaries.ibm.pc.d] Makefiles

frotz@drivax.UUCP (Frotz) (09/08/89)

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