Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Reply-To: <nhv@cape.com>
From: "Norman Vine" <nhv@cape.com>
To: "'Kurt Roeckx'" <Q@ping.be>, <cygwin@cygwin.com>
Subject: RE: ncurses problem with *line()
Date: Wed, 14 Nov 2001 10:55:23 -0500
Message-ID: <002c01c16d24$c5aa3100$a300a8c0@nhv>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2232.26
In-Reply-To: <20011114155317.A3655@ping.be>
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200

	Kurt Roeckx writes:
>
>I upgraded ncurses (and alot of other stuff) today, and it seems
>to work just fine.
>
>The problem is when I try to link my program against ncurses.  I
>get a few "undefined reference to 'acs_map`".  It seems
>libncurses6 doesn't have this acs_map anymore.
>
>I also get this warning, which I think is unrelated:
>Warning: resolving _stdsrc by linking to __imp__stdsrc (auto-import)
>
>I assumed it was a libncurses6 problem, so tried to link to
>libncurses5 using -lncurses5, but then ld said it couldn't find
>it.
>
>Does anybody know why it isn't working, or how to fix it?

As a temporary fix you can 
#define BROKEN_LINKER

prior to calling
#include  <curses.h>
or
#include <ncurses.n>

I would imagine that 'workaround' will not be necessary
in future curses releasess.  Chuck ???

Cheers

Norman
 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

