Xref: utzoo comp.lang.c:40351 comp.lang.c++:14309 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!apple!motcsd!starnet!dror From: dror@starnet.uucp (Dror Matalon) Newsgroups: comp.lang.c,comp.lang.c++ Subject: Porting Cfront's output to other systems. Message-ID: <1991Jun21.211157.10040@starnet.uucp> Date: 21 Jun 91 21:11:57 GMT Reply-To: dror@starnet.UUCP (Dror Matalon) Organization: Starnet-Public Access UNIX-Los Altos,CA 415-949-3133, login:info Lines: 12 I'd like to know what would be needed to port Cfront's output to other systems: 1. You need the stream library if you use it. 2. Are there any other libraries that are standard with Cfront and not with C? 3. There is something that is done in link time (I think that it has to do with the vtables). What is that something and how hard would it be to implement on other systems. 4. Any other issues? Thanks in advance Dror