X-Spam-Check-By: sourceware.org X-Virus-Scanner: This message was checked by NOD32 Antivirus system for Linux Server. For more information on NOD32 Antivirus System, please, visit our website: http://www.nod32.com/. Message-ID: <35711.212.201.104.13.1151323919.squirrel@webmail.iitk.ac.in> Date: Mon, 26 Jun 2006 17:41:59 +0530 (IST) Subject: problem running a UDP client and server From: "Varun Sharma" To: cygwin AT cygwin DOT com Reply-To: varunsh AT iitk DOT ac DOT in User-Agent: SquirrelMail/1.4.5-1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi, I have been trying to run the abing code (http://www-iepm.slac.stanford.edu/tools/abing/). It basically set up a UDP client and server and then there are excahnge of UDP packets. I have been running into troubles since when I have been trying to install it. Firstly the make file had the -lnsl option which it cannot find in cygwin, so I removed it and compiled the code and everything worked fine with the warning that it cannot find the -pthread option. Then to run the reflector in abing, one has to execute the following commmand. ./abw_rfl -c & ./abing -c ./abw_rfl & But in my case, I get an error when I run ./abing -c saying that revcfrom failed with invalid argument. The code works fine with no error at all in a normal linux distro. I am unable to find out the difference. Even UDP clients and server codes which can be easily downloaded from the net work fine. I would be really obliged if someone can tell me the problem or some ekind of an experience he or she has on installing and using abing on cygwin. Thanks a lot in advance. Varun Sharma -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/