Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Dave Korn" To: Subject: RE: g++ command Date: Mon, 12 Jan 2004 16:16:17 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: Message-ID: X-OriginalArrivalTime: 12 Jan 2004 16:16:17.0906 (UTC) FILETIME=[68A45D20:01C3D927] > -----Original Message----- > From: cygwin-owner AT cygwin DOT com > [mailto:cygwin-owner AT cygwin DOT com] On Behalf Of Angelika Olsson > Hello. > I'm kind of a newbie at c++ and cygwin. I've just installed > cygwin on my pc, including all the g++ packages. I try to > compile with the simple > command: > > g++ -c Test.cpp > > but all I get is the depressing reply: > > bash: g++: command not found > > Have I forgotten something? Do I need something extra? Am I > not using the right command? Most likely something went wrong with your install, unless you've been messing with your $PATH setting in your .bashrc or something like that. What's the output from 'which g++' or 'cygcheck g++' ? It should be in /usr/bin, usually.... cheers, DaveK -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/