Problem with namespace...

Mumit Khan khan@xraylith.wisc.edu
Fri Oct 30 16:24:00 GMT 1998


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".



More information about the Cygwin mailing list