Yeah, error 127 indicates that make can't find a program that it needs to run a command. My guess would be that she doesn't have g++ installed (some distributions package it separately from gcc so it is possible to have the c compiler installed but not the c++ compiler) ---------------------------------------------------------------------------- | |DO what you think is right, not what society expects of you.| | --Michael Gorse / WPI cs '01 / ICQ:22583968 / http://www.wpi.edu/~mgorse/ -- On Mon, 27 Aug 2001, Charles Hallenbeck wrote: > Janina - > > I cannot find any information about error 127 from make, but I did manage > to induce one to occur. I changed the name of my g++ compiler to a > nonexistent name, and when I ran make again it ended with an error 127. > > So - is it possible your C++ compiler is not called g++? If it has another > name, try changing the line in make that says "CC=g++" to the correct > value. > > Chuck > > > Visit me at http://www.mhonline.net/~chuckh > The Moon is Waxing Gibbous (66% of Full) > >