From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5338 invoked by alias); 26 Jan 2009 05:35:15 -0000 Received: (qmail 5330 invoked by uid 22791); 26 Jan 2009 05:35:15 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=BAYES_20,RCVD_IN_DNSWL_LOW,SARE_SUB_ENC_UTF8,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 05:35:07 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1LRK7i-00020X-Sd for cygwin@cygwin.com; Mon, 26 Jan 2009 05:35:03 +0000 Received: from rescomp-08-94547.Stanford.EDU ([128.12.22.122]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Jan 2009 05:35:02 +0000 Received: from starwiz by rescomp-08-94547.Stanford.EDU with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Jan 2009 05:35:02 +0000 To: cygwin@cygwin.com From: Justin L. Subject: Can't compile Screen: Undefined reference to =?utf-8?b?X19pbXBfX29zcGVlZA==?= Date: Mon, 26 Jan 2009 09:57:00 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) 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/msg00749.txt.bz2 Hi, all. 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. I downloaded the package via the Cygwin installer and ran cygport screen-4.0.3-1.cygport almostall At compile, I get the following error: display.o:display.c:(.text+0x76d): undefined reference to `__imp__ospeed' display.o:display.c:(.text+0xa68): undefined reference to `__imp__ospeed' display.o:display.c:(.text+0xb36): undefined reference to `__imp__ospeed' It's not clear to me if these errors are from compiling display.c or from linking display.o. They come after the command to link, but they look more like compile errors than link errors to me. In any case, searching for "__imp__ospeed" doesn't turn up anything enlightening to me. I'm inclined to believe that I'm missing some library, but I'm not sure which that would be. Cygwin setup tells me I have termcap (20050421-1), crypt (1.1-1), binutils (20080624-2), and coreutils (6.10-2). I'm running GCC 3.4.4 and cygport 0.4.3. Does anyone know what might be going on here? I'd love to get this thing working, if I can. -Justin -- 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/