To capture the messages from your g++, run it as follows: g++ file.c -o file 2>&1 > errors.lst Then, do a more on errors.lst, and you should see everything. You could also just pipe directly to more. On Wed, 31 Mar 2004, Kyrath. (AKA Rob) wrote: > Hi, > > A few of you have been trying to help me get going with compiling C++ code, but so far there's been no joy. > > The messages I'm getting are scrolling off the screen, but quite a few of them refer to: > /usr/include/c++/3.2.3/i486-slackware-linux/bits/gthr-default.h