X-Spam-Check-By: sourceware.org Message-Id: <5p5klh$kbta4@rrcs-agw-01.hrndva.rr.com> From: "Karl Kobata" To: Subject: gcc 3.3 vs 3.4.4 - netdb.h different Date: Wed, 23 May 2007 13:25:55 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 I am compiling an application found on sourceforge that was compile on cygwin using gcc 3.3. Since we are compiling all of our application with gcc 3.4.4, I am recompiling the application and find that it is not able to find int declarations such as getnetbyname_r or gethostbyaddr_r or gethostbyname_r and others that did exist in netdb.h. What header file will have to be included to correct this missing definition? How would I have to change the calls to correct the problem? Please help. -- 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/