Need assistance in Source code compilation .
When installing a software compiling a source code . Whatever the output that prints on the screen i want to log it into a file. How can i see output and store the output to file
./configure
make
make install
Is there other way of seeing output of the screen instead of using the below method to get output
or you could try seeing if you have session logging. Linux allows you do do the script command and it will create a typescript file. If you're using a client like putty it will log it's session with the press of a button from the pull down menu.