<div dir="ltr"><div>Dear Gate users,</div><div><br></div><div>I've been trying to install Gate 9.0 with ECAT and libtorch options. I have no errors in installing Gate without those options.</div><div><br></div><div>But when I try to build the ECAT utils it gave me the following error message:</div><div><br></div>cc -O -I..  -o matlist ./matlist.c ../libecat.a  -lrpcsvc -lnsl -lsocket -lm   <br>./matlist.c:8:1: warning: return type defaults to ‘int’ [-Wimplicit-int]<br> main( argc, argv)<br> ^~~~<br>./matlist.c: In function ‘main’:<br>./matlist.c:22:3: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration]<br>   exit(1);<br>   ^~~~<br>./matlist.c:22:3: warning: incompatible implicit declaration of built-in function ‘exit’<br>./matlist.c:22:3: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’<br>/usr/bin/ld: cannot find -lsocket<br>collect2: error: ld returned 1 exit status<br><div>make: *** [Makefile:35: matlist] Error 1</div><div><br></div>A second question is about the libtorch option. I tried to build Gate using this option, so I gave a try to 1.6.0+cpu and 1.51+cpu versions, but in both cases with errors.<br><br>The only version that worked was libtorch 1.4.0+cpu. I did not try GPU version once the user's guide states that Gate only works on the CPU version of libtorch.<br><br>I am using 7.5.0 versions of gcc and g++ on Ubuntu 20.04.<br><br>Does anyone have any tips on how to fix those errors?<br><br>Best Regards,<br><br>Jorge Wagner E. da Silva, PhD<br>Nuclear Medicine Department<br>Hospital de Câncer I<br>Instituto Nacional de Câncer<br>Rio de Janeiro - Brasil<div><br></div><div><br></div><div><br></div></div>