From: khan AT xraylith DOT wisc DOT edu (Mumit Khan) Subject: Re: Problem with namespace... 31 Oct 1998 07:32:39 -0800 Message-ID: References: <19981029220625 DOT 14889 DOT qmail AT findmail DOT com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: Norman Vine Cc: gnu-win32 AT cygnus DOT com On 29 Oct 1998, Norman Vine wrote: > > Try using c++ > > my g++ --version yields egcs-2.90.27 > my c++ --version yields ecgs-2.91.57 > Norman, You installation is *incorrect*! g++.exe and c++.exe are meant to be hard links to each other, and obviously the installation somehow screwed it up. You should do the following: $ cd $ rm g++.exe $ ln c++.exe g++.exe Regards, Mumit - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".