Hi lijunlu,<br><br><br>Try this one:<br><br>Edit variables.gmk in your GATE installation folder. Changed the following lines:<br><br>  EXTRALIBS += -L$(ROOTSYS)/lib \<br>  -lCore -lCint \<br>  -lHist -lGraf -lGraf3d -lGpad \<br>
  -lTree -lRint -lPostscript \<br>  -lMatrix -lPhysics \<br>  -lm -ldl -lpthread -rdynamic<br><br>to:<br><br>  EXTRALIBS += $(shell root-config --libs)<br><br>But first make sure that the &quot;bin&quot; folder of ROOT is in your PATH.<br>
<br><br>Best regards,<br><br>Jan Mickelle V. Maratas<br>-- <br>###########################################################<br>   Physics Department, College of Science and Mathematics,<br>  Mindanao State University - Iligan Institute of Technology<br>
   A. Bonifacio Ave., Tibanga, 9200 Iligan City, Philippines<br>   E-mail: <a href="mailto:jmmaratas@gmail.com">jmmaratas@gmail.com</a>, <a href="mailto:jmmaratas@physics.msuiit.edu.ph">jmmaratas@physics.msuiit.edu.ph</a><br>
###########################################################<br><br>