Mail Archives: djgpp/1995/01/30/22:40:11
I tried to install the g++ version properly and tried to
compile a litte c++ file.
I used the command line "gcc (g++ works only on Sparcs ?) -v fcube.cpp
-ofcube".
g++ only works if you have a program by that name. I believe "g++.exe"
is a legal DOS file name, so you can (1) copy gcc.exe to g++.exe, or
(2) copy stub.exe to g++.exe, and use stubedit "g++.exe" to change every
parameter to be the same as the corresponding parameter in "gcc.exe".
It should be told to call gcc.exe, of course.
--
Steve
- Raw text -