Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!psuvax1!psuvm!dearn!dmswwu1c!zvd007 Organisation: Westfaelische Wilhelms-Universitaet, Muenster, Germany Date: Friday, 7 Jun 1991 16:46:56 MES From: U.Kuehn Message-ID: <91158.164656ZVD007@DMSWWU1C.BITNET> Newsgroups: comp.sys.atari.st Subject: Re: Requirements for g++ References: <104150.26002@timbuk.cray.com> In article <104150.26002@timbuk.cray.com>, marc@sequoia.cray.com (Marc Bouron) says: >Simple question time: do I need gcc if I want to use g++? Having forked out e >th >dosh on Lattice C v5 (pretty goo, BTW) I'd rather not have to get another C >compiler :-) I have both, g++ and gcc, but I think you dont need the c compiler. You need as minimum: g++.ttp the compiler driver gcc-cc1p.ttp the c++ compiler gcc-cpp.ttp the preprocessor gcc-as.ttp the assembler, used to assemble the output of the compiler gcc-ld.ttp the linker and the libraries ( C and!! C++ ) and the header-files I hope this helps. U.Kuehn