From: khan@xraylith.wisc.edu (Mumit Khan)
Subject: Re: Problem with namespace...
31 Oct 1998 07:32:39 -0800
Message-ID: <Pine.SUN.3.93.981030182202.1901B-100000.cygnus.gnu-win32@modi.xraylith.wisc.edu>
References: <19981029220625.14889.qmail@findmail.com>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
To: Norman Vine <nhv@laserplot.com>
Cc: gnu-win32@cygnus.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 <bindir>
  $ 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@cygnus.com" with one line of text: "help".
