Re: problem in building ncurses with uclibc

2013-09-20 Thread Carmelo Amoroso

On 9/17/2013 8:38 AM, neutrino network wrote:

hi,
gcc 4.3.3
ncurses 5.7

I am trying to build(cross compiling for mips) ncurses using a uclibc toolchain
but it gives following error;

lib64\libc.a(nsswitch.o): (.data.rel+0x18):undefined reference to
  '_nss_files_endaliasent'



are you sure you are linking against a mips libc.a from uClibc ?



uclibc does not support nss (it is supported by glibc),  how should i
solve this?

my config command is given below;

./configure --prefix=/ncurses_crosscompiled --disable-static --enable-shared
--target=mips64--linux-gnu
CC=$_ROOT/tools/bin/mips64--linux-gnu-gcc-4.3.3
LDFLAGS=-L$_ROOT/tools/lib/gcc/mips64--linux-gnu/4.3.3/

plus ncurses mailing list says that ncurses has nothing to do with this
symbol "_nss_files_endaliasent" or library.


Kindly guide.

-Name of the embeded device concealed
___
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc




___
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc


Re: problem in building ncurses with uclibc

2013-09-19 Thread neutrino network
Hi,
Please can any one help in this issue?


On Tue, Sep 17, 2013 at 11:38 AM, neutrino network <
neutrino.netwo...@gmail.com> wrote:

> hi,
> gcc 4.3.3
> ncurses 5.7
>
> I am trying to build(cross compiling for mips) ncurses using a uclibc 
> toolchain
> but it gives following error;
>
> lib64\libc.a(nsswitch.o): (.data.rel+0x18):undefined reference to
>
>  '_nss_files_endaliasent'
>
>
> uclibc does not support nss (it is supported by glibc),  how should i solve 
> this?
>
> my config command is given below;
>
> ./configure --prefix=/ncurses_crosscompiled --disable-static --enable-shared
>
> --target=mips64--linux-gnu
> CC=$_ROOT/tools/bin/mips64--linux-gnu-gcc-4.3.3
> LDFLAGS=-L$_ROOT/tools/lib/gcc/mips64--linux-gnu/4.3.3/
>
> plus ncurses mailing list says that ncurses has nothing to do with this
>
> symbol "_nss_files_endaliasent" or library.
>
>
> Kindly guide.
>
> -Name of the embeded device concealed
>
>
___
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc


problem in building ncurses with uclibc

2013-09-16 Thread neutrino network
hi,
gcc 4.3.3
ncurses 5.7

I am trying to build(cross compiling for mips) ncurses using a uclibc toolchain
but it gives following error;

lib64\libc.a(nsswitch.o): (.data.rel+0x18):undefined reference to
 '_nss_files_endaliasent'


uclibc does not support nss (it is supported by glibc),  how should i
solve this?

my config command is given below;

./configure --prefix=/ncurses_crosscompiled --disable-static --enable-shared
--target=mips64--linux-gnu
CC=$_ROOT/tools/bin/mips64--linux-gnu-gcc-4.3.3
LDFLAGS=-L$_ROOT/tools/lib/gcc/mips64--linux-gnu/4.3.3/

plus ncurses mailing list says that ncurses has nothing to do with this
symbol "_nss_files_endaliasent" or library.


Kindly guide.

-Name of the embeded device concealed
___
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc