X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Andrew Schulman Subject: Re: Can't compile Screen: Undefined reference to __imp__ospeed Date: Mon, 26 Jan 2009 16:23:06 -0500 Lines: 16 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive: encrypt X-IsSubscribed: yes 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 Note-from-DJ: This may be spam Hi Justin. > I'm trying to compile GNU Screen under Cygwin. Right now, I'm failing to > compile an unmodified package, but my goal is to compile with 256 color support. Hm, I hadn't looked at that option before. If it compiles cleanly and is of interest then I can certainly package a new release with it. > display.o:display.c:(.text+0x76d): undefined reference to `__imp__ospeed' I don't have this problem when I compile screen. ospeed is defined in termcap.h, which comes in termcap and libncurses-devel. I'm guessing that you need libncurses-devel. Let us know if that works and if the 256-color support works. Andrew. -- 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/