[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error:cross compilation of ncurses on arc
From: |
Thomas Dickey |
Subject: |
Re: Error:cross compilation of ncurses on arc |
Date: |
Fri, 5 Aug 2005 19:56:42 -0400 |
User-agent: |
Mutt/1.5.9i |
On Fri, Aug 05, 2005 at 06:30:05PM +0800, varidh bhargava wrote:
> hi,
>
> I am cross compiling ncurses-5.4 for arc using uclibc-0.9.27.
> while cross compiling i am facing with the following problem.
>
> In function '_nc_get_table;:
> '_nc_cap_table' undeclared (first use in this function)
> '_nc_info_table undeclared
You don't say whether this is in compiling or linking. If it is missing
by the time you're linking (tic for example), the problem is before that
message. Those symbols are defined in ncurses/comp_captab.c, which is
generated source.
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net