From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12143 invoked by alias); 17 Mar 2003 03:02:49 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 12013 invoked from network); 17 Mar 2003 03:02:48 -0000 Received: from unknown (HELO sccmmhc01.mchsi.com) (204.127.203.183) by sources.redhat.com with SMTP; 17 Mar 2003 03:02:48 -0000 Received: from DAKEENS ([12.218.74.144]) by sccmmhc01.mchsi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20030317030247.XLGI22382.sccmmhc01.mchsi.com@DAKEENS> for ; Mon, 17 Mar 2003 03:02:47 +0000 From: "Dockeen" To: Subject: Re: Help Needed Date: Mon, 17 Mar 2003 07:51:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-03/txt/msg00189.txt.bz2 There is one other subtle point than can come up here, and that is if you are compiling a C++ program, in general, the command you need to invoke is g++, not gcc, i.e. g++ waynesadolt.cpp or whatever variant you are using for the program. g++ does some operations behind the scenes to deal with the program being a c++ program. Here is a decent link that will bring you up to speed on standard header notation in C++: http://www.cplusplus.com/doc/ansi/hfiles.html Hope my babbling has helped... Wayne Keen