X-Spam-Check-By: sourceware.org From: ericblake AT comcast DOT net (Eric Blake) To: Vijay Kiran Kamuju , cygwin AT cygwin DOT com Subject: Re: cygwin and getline Date: Fri, 06 Jan 2006 13:08:05 +0000 Message-Id: <010620061308.21942.43BE6BB500020D43000055B622064244130A050E040D0C079D0A@comcast.net> 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 > I am using cygwin 1.18. > I am trying to compile a simple test program using the function > getline which is defined in stdio.h cygwin getline does not exist in 1.5.18, but was implemented a few days later and is available in snapshots. In the meantime, if you don't want to use and compile against a snapshot, wait for 1.5.19, or use a different version of getline (for example, coreutils 5.3.0 uses the gnulib-provided replacement). -- Eric Blake -- 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/