Hi, On Thu, Dec 30, 1999 at 21:34 -0600, Michael H. Collins wrote:
I am trying to compile xfstt on SuSE 6.2 and get the following.
# make xfstt && make install c++ -g -Wall -pedantic -DMAGNIFY=0 -c RAFile.cpp make: c++: Command not found make: *** [RAFile.o] Error 127
What do I make of this?
[sttr]/home/sttr> rpm -qf `which c++` gpp-991012-3 [sttr]/home/sttr> ls -l `which c++` lrwxrwxrwx 1 root root 3 Dec 20 17:46 /usr/bin/c++ -> g++ You'll have to install the gpp package. If it already is installed, check if /usr/bin/c++ is a link to /usr/bin/g++. Ciao, Stefan -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/