Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!sumax!polari!happym!nwnexus!intek01!mark From: mark@intek01.UUCP (Mark McWiggins) Newsgroups: comp.sys.mac.programmer Subject: Re: C++ Message-ID: <240@intek01.UUCP> Date: 18 Sep 89 18:21:30 GMT References: <4166@internal.Apple.COM> <32259@beta.lanl.gov> Organization: Integration Technologies Inc. (Intek), Bellevue WA Lines: 17 Summary: no patch necessary In article <32259@beta.lanl.gov>, sxe@beta.lanl.gov (Stephen Eubank) writes: > > I've heard a rumor that Apple had patched cfront to > generate Cray compatible C. No patch is necessary. All you need to do to cross-compile is generate a "size and alignment file" with information about data sizes, structure alignment, etc., and put the target C compiler's include files on the host system, if any are needed. This should work with any robust K&R type C compiler, but the C code generated by C++ is *nasty*, so "robust" is the key word. -- Mark McWiggins Integration Technologies, Inc. (Intek) +1 206 455 9935 DISCLAIMER: I could be wrong ... 1400 112th Ave SE #202 Bellevue WA 98004 uunet!intek01!mark Ask me about C++!