Hi,<br><br>Your problem is not GATE related at all. It is based on common Linux knowledge ...<br>So to understand your problem, you will have many more chances in ubuntu forums for example.<br>I've just typed "lib socket ubuntu" in google (google is a nice tool), and found this as the first page:<br>
<br><a href="http://stackoverflow.com/questions/1438479/cannot-find-lsocket-compiling-problem-in-client-server-program">http://stackoverflow.com/questions/1438479/cannot-find-lsocket-compiling-problem-in-client-server-program</a><br>
<br>I think, and I hope this will help you solving your library dependencies problem. (try to locate your libsocket.so file and add the right path in your makefile)<br>Ecat7 was not developed by the founders of GATE, and also it was developed in the 90's and never upgraded nor maintained.<br>
<br>Hope you will succeed in using the ecat7 output !<br><br>Good luck,<br>Simon<br><br><div class="gmail_quote">On Mon, Feb 25, 2013 at 1:02 PM, Saeed Heidary <span dir="ltr"><<a href="mailto:saeedheidary79@gmail.com" target="_blank">saeedheidary79@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi gate users!<br>it is for a long time that I could not install ecat! I don't know if there is any body has done it before or not!<br>
I dont know if the founders of GATE know , I bet they dont ,  users have been forgotten !  <br>
I have tried centOs, fedora, RedHat, Debian, and finally Ubunto 11.10<br>I added   "happycoders-libsocket-dev"      and  "happycoders-libsocket" to solve the problem but nothing , the same error<br>same error in ecat/utils <br>

<br>cc -O -I..  -o matlist ./matlist.c ../libecat.a  -lrpcsvc -lnsl -lsocket -lm   <br>./matlist.c: In function ‘main’:<br>./matlist.c:22:3: warning: incompatible implicit declaration of built-in function ‘exit’ [enabled by default]<br>

/usr/bin/ld: cannot find -lsocket<br>collect2: ld returned 1 exit status<br>make: *** [matlist] Error 1<br><br>refering to Makefile.unix , <br><br>you see      <br> LIBS = -lrpcsvc -lnsl -lsocket -lm   # for <b>solaris</b><br>

this error should be happen in solaris OS !!<br>I dont know exactly , should I change the makefile or not!?<br>Thanks to the all patient users <br><br>
<br>_______________________________________________<br>
Gate-users mailing list<br>
<a href="mailto:Gate-users@lists.opengatecollaboration.org">Gate-users@lists.opengatecollaboration.org</a><br>
<a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" target="_blank">http://lists.opengatecollaboration.org/mailman/listinfo/gate-users</a><br></blockquote></div><br>