Mail Archives: cygwin/1998/10/31/07:32:39
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 AT cygnus DOT com" with one line of text: "help".
- Raw text -