From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16916 invoked by alias); 26 Jan 2009 23:42:33 -0000 Received: (qmail 16909 invoked by uid 22791); 26 Jan 2009 23:42:32 -0000 X-SWARE-Spam-Status: No, hits=-3.4 required=5.0 tests=BAYES_00,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 23:42:26 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LRb5x-00062t-Qa for cygwin@cygwin.com; Mon, 26 Jan 2009 23:42:22 +0000 Received: from DNab4229b5.Stanford.EDU ([171.66.41.181]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Jan 2009 23:42:21 +0000 Received: from starwiz by DNab4229b5.Stanford.EDU with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Jan 2009 23:42:21 +0000 To: cygwin@cygwin.com From: Justin L. Subject: Re: Can't compile Screen: Undefined reference to =?utf-8?b?X19pbXBfX29zcGVlZA==?= Date: Tue, 27 Jan 2009 03:19:00 -0000 Message-ID: References: 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/msg00782.txt.bz2 > I'm guessing that you need libncurses-devel. Yep. That's what I was missing. > If it compiles cleanly and is of > interest then I can certainly package a new release with it. Unfortunately, I can't get it to compile cleanly when I add --enable-colors256 to the cygconf line. The output from the install step is below. Maybe this is why Cygwin doesn't have 256-color Screen by default. :) -Justin >>> Installing screen-4.0.3-1 /usr/src/screen-4.0.3-1/src/screen-4.0.3/etc/mkinstalldirs /usr/src/screen-4.0.3-1/inst/usr/bin /usr/src/screen-4.0.3-1/inst`sed < config.h -n -e '/define SCREENENCODINGS/s/^.*"\([^"]*\)"/\1/p'` /usr/bin/install -c screen /usr/src/screen-4.0.3-1/inst/usr/bin/screen /usr/bin/install: cannot create regular file `/usr/src/screen-4.0.3-1/inst/usr/bin/screen.exe': No such file or directory make: *** [install_bin] Error 1 make: *** Waiting for unfinished jobs.... mkdir /usr/src/screen-4.0.3-1/inst/usr/bin mkdir /usr/src/screen-4.0.3-1/inst/usr/share/screen mkdir /usr/src/screen-4.0.3-1/inst/usr/share/screen/utf8encodings cd doc ; make installdirs make[1]: Entering directory `/usr/src/screen-4.0.3-1/build/doc' /usr/src/screen-4.0.3-1/src/screen-4.0.3/doc/../etc/mkinstalldirs /usr/src/screen-4.0.3-1/inst/usr/share/man/man1 /usr/src/screen-4.0.3-1/inst/usr/share/info mkdir /usr/src/screen-4.0.3-1/inst/usr/share/man mkdir /usr/src/screen-4.0.3-1/inst/usr/share/man/man1 mkdir /usr/src/screen-4.0.3-1/inst/usr/share/info make[1]: Leaving directory `/usr/src/screen-4.0.3-1/build/doc' *** ERROR: make install DESTDIR failed >>> Packaging screen-4.0.3-1 -- 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/