From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2256 invoked by alias); 26 Jan 2009 21:23:32 -0000 Received: (qmail 2247 invoked by uid 22791); 26 Jan 2009 21:23:31 -0000 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 Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Jan 2009 21:23:26 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LRYvM-0008Uc-Kk for cygwin@cygwin.com; Mon, 26 Jan 2009 21:23:16 +0000 Received: from c-69-140-152-18.hsd1.md.comcast.net ([69.140.152.18]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Jan 2009 21:23:16 +0000 Received: from schulman.andrew by c-69-140-152-18.hsd1.md.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Jan 2009 21:23:16 +0000 To: cygwin@cygwin.com From: Andrew Schulman Subject: Re: Can't compile Screen: Undefined reference to __imp__ospeed Date: Mon, 26 Jan 2009 22:33:00 -0000 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@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2009-01/txt/msg00772.txt.bz2 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/