This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problem with namespace...


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]