No space left on device

Dear experts, I am trying to install ROOT on my Linux desktop, from the source.
The OS is SLC5 (32 bit) and I got “root_v5.28.00.source.tar.gz” from the ROOT website.
I am following the instructions I found here:
root.cern.ch/drupal/content/inst … oot-source
for the “Fixed location installation”. At the make command, the system starts to compile and after ~45 minutes, it stops with the following error (see below). It could be a problem of the partitions of my destop, so I ask you if you know where the compiler write the files during compilation, probably I need to resize some directories but I don’t really know which one. In my home I have more than 10 GB free, so I don’t think this is the problem.
Thanks a lot in advance for your help,
regards
Davide

ranlib …/…/lib/libXrdClient.a
ranlib: …/…/lib/libXrdClient.a: No space left on device
make[5]: *** […/…/lib/libXrdClient.a] Error 1
make[4]: *** [Linuxall] Error 2
make[3]: *** [all] Error 2
make[2]: *** [XrdClient] Error 2
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/root/net/xrootd/src/xrootd’
*** Error condition reported by make (rc = 2):
make: *** [net/xrootd/src/xrootd/LastBuild.d] Error 1
rm core/utils/src/RStl_tmp.cxx core/utils/src/rootcint_tmp.cxx

Hello, I am not expert but it means simply your hard drive if full and there is not space anymore to install ROOT. Clean your disk and try again to install ROOT.
Cheers