Date: Tue, 31 Jan 1995 10:48:55 +0900 From: Stephen Turnbull To: haridas AT math DOT ethz DOT ch Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: symlink to g++ [was: Yet another subjectless message] 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