From owner-freebsd-questions Wed Feb 19 08:56:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA02265 for questions-outgoing; Wed, 19 Feb 1997 08:56:24 -0800 (PST) Received: from odin.visigenic.com (odin.visigenic.com [204.179.98.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA02260 for ; Wed, 19 Feb 1997 08:56:20 -0800 (PST) Received: from VSI48 (vsi48.visigenic.com [206.64.15.185]) by odin.visigenic.com (Netscape Mail Server v2.02) with SMTP id AAA27370; Wed, 19 Feb 1997 08:53:30 -0800 Message-Id: <3.0.32.19970219085604.0097fa00@visigenic.com> X-Sender: toneil@visigenic.com X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 19 Feb 1997 08:56:05 -0800 To: rewt@i-Plus.net From: "Tim Oneil" Subject: Re: What's Gnu ? Cc: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 03:30 AM 2/14/97 -0500, you wrote: >gcc is a c compiler >g++ is a c++ compiler Actually, I seem to recall in the readme and etc that g++ and gcc are just two different names for the same compiler. One way the system knows the difference between c and c++ source is that developers should name thier c++ source files *.C (as opposed to *.c). And thats just ONE way. -Tim