Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com Message-ID: <3C164253.3020408@ece.gatech.edu> Date: Tue, 11 Dec 2001 12:28:51 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20010914 X-Accept-Language: en-us MIME-Version: 1.0 To: =?ISO-8859-1?Q?J=E9r=F4me=2DGeorges=2DMichel?= BENOIT CC: cygwin-apps AT cygwin DOT com Subject: Re: texmf-beta/dialog and ncurses References: <3c15ca2d3e1b5991 AT mel-rti20 DOT wanadoo DOT fr> (added by mel-rti20.wanadoo.fr) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Jérôme-Georges-Michel BENOIT wrote: > Bonjour: > > I am rebuilding the tetex-beta (cygwin) package. > I have a trouble with ncurces: > when I build dialog, > I get the error message: > > undefined reference to `acs_map' > > How can we fix it ? Looks like you don't have the current ncurses.h file: it should have a line like: #define acs_map acs_mapf() and extern const chtype * acs_mapf(void); Does 'dialog' attempt to declare 'acs_map' itself, and not #include ncurses.h ? --Chuck