Newsgroups: comp.os.msdos.djgpp From: krian AT umich DOT edu (Krian Upapatthangkoon) Subject: gcc and g++ problem X-Newsreader: News Xpress 2.01 Lines: 9 Message-ID: Date: Mon, 30 Nov 1998 19:00:21 GMT NNTP-Posting-Host: 207.75.176.127 X-Trace: news.itd.umich.edu 912452066 207.75.176.127 (Mon, 30 Nov 1998 13:54:26 EDT) NNTP-Posting-Date: Mon, 30 Nov 1998 13:54:26 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have a problem with gcc not calling g++ when compiling C++ code, even with a cpp extenstion. gcc seems to treat every file as a C-only file, giving me the usual errors that happen in that case. Is there something I've forgotten to set up? I've decompressed all the C++ files from the ZIP picker, and I know I have the libraries and stuff, since g++ works when called explicitly. -Krian