Unix Technical Forum

ncurses and make menuconfig problem...

This is a discussion on ncurses and make menuconfig problem... within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hello, maybe that problem was posted on group but i could find any ... i've installed the newest ncurses ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-18-2008, 08:37 PM
Pyras
 
Posts: n/a
Default ncurses and make menuconfig problem...

Hello,
maybe that problem was posted on group but i could find any ...

i've installed the newest ncurses and err like that occurs ... i found on
debian sites that it's problem with ncurses5-dev but there isnt any package
for slack with that name...
thx for answer
Pyrax

# make menuconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts/lxdialog all
make[1]: Entering directory `/usr/src/linux-2.4.22/scripts/lxdialog'
/usr/lib/libc_nonshared.a(elf-init.oS): In function `__libc_csu_init':
elf-init.oS(.text+0xd): undefined reference to `__init_array_end'
elf-init.oS(.text+0x12): undefined reference to `__init_array_start'
elf-init.oS(.text+0x23): undefined reference to `__init_array_start'
/usr/lib/libc_nonshared.a(elf-init.oS): In function `__libc_csu_fini':
elf-init.oS(.text+0x32): undefined reference to `__fini_array_end'
elf-init.oS(.text+0x37): undefined reference to `__fini_array_start'
elf-init.oS(.text+0x5b): undefined reference to `__fini_array_start'
collect2: ld returned 1 exit status

>> Unable to find the Ncurses libraries.
>>
>> You must have Ncurses installed in order
>> to use 'make menuconfig'


make[1]: *** [ncurses] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.22/scripts/lxdialog'
make: *** [menuconfig] Error 2



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-18-2008, 08:37 PM
/dev/rob0
 
Posts: n/a
Default Re: ncurses and make menuconfig problem...

In article <bqdefd$t0a$1@nemesis.news.tpi.pl>, Pyras wrote:
> i've installed the newest ncurses and err like that occurs ... i found on


How did you "install" ncurses? Obviously not correctly.

> debian sites that it's problem with ncurses5-dev but there isnt any package
> for slack with that name...


Indeed, but a bit of looking around your CD would have located one with
a very similar name. BTW, if you had installed the default choices in
Slackware's "D" and "L" series, you would not have had this problem.
(There, I narrowed down your search considerably.)
--
/dev/rob0 - preferred_email=i$((28*28+28))@softhome.net
or put "not-spam" or "/dev/rob0" in Subject header to reply
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-18-2008, 08:38 PM
PRX
 
Posts: n/a
Default Re: ncurses and make menuconfig problem...

> How did you "install" ncurses? Obviously not correctly.

i've upgradepkg ncurses from slack 8.0 eith new package ncurses from slack
9.1 ...



>
> > debian sites that it's problem with ncurses5-dev but there isnt any

package
> > for slack with that name...

>
> Indeed, but a bit of looking around your CD would have located one with
> a very similar name. BTW, if you had installed the default choices in
> Slackware's "D" and "L" series, you would not have had this problem.
> (There, I narrowed down your search considerably.)
> --
> /dev/rob0 - preferred_email=i$((28*28+28))@softhome.net
> or put "not-spam" or "/dev/rob0" in Subject header to reply



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-18-2008, 08:40 PM
madhon
 
Posts: n/a
Default Re: ncurses and make menuconfig problem...

> > How did you "install" ncurses? Obviously not correctly.
>
> i've upgradepkg ncurses from slack 8.0 eith new package ncurses from slack
> 9.1 ...

isn't the one in 9.1 compiled with a newer (and backwards incompatible) gcc
+ glibc ?

that might explain why it doesn't work
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-18-2008, 08:40 PM
madhon
 
Posts: n/a
Default Re: ncurses and make menuconfig problem...

"PRX" <pperko@adrenalina.pl> wrote in message
news:bqf102$bc8$1@atlantis.news.tpi.pl...
> > How did you "install" ncurses? Obviously not correctly.

>
> i've upgradepkg ncurses from slack 8.0 eith new package ncurses from

slack
> 9.1 ...


isn't the one in 9.1 compiled with a newer (and backwards incompatible) gcc
+ glibc ?

that might explain why it doesn't work


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-18-2008, 08:42 PM
Ozan Turky?lmaz
 
Posts: n/a
Default Re: ncurses and make menuconfig problem...

"PRX" <pperko@adrenalina.pl> wrote in message news:<bqf102$bc8$1@atlantis.news.tpi.pl>...
> > How did you "install" ncurses? Obviously not correctly.

>
> i've upgradepkg ncurses from slack 8.0 eith new package ncurses from slack
> 9.1 ...
>
>

uninstall the pkg and get sourcess from here
http://www.gnu.org/software/ncurses/ncurses.html
and compile it
then try again
if problem occurs again
try reintalling kernel sources
>
> >
> > > debian sites that it's problem with ncurses5-dev but there isnt any

> package
> > > for slack with that name...

> >
> > Indeed, but a bit of looking around your CD would have located one with
> > a very similar name. BTW, if you had installed the default choices in
> > Slackware's "D" and "L" series, you would not have had this problem.
> > (There, I narrowed down your search considerably.)
> > --
> > /dev/rob0 - preferred_email=i$((28*28+28))@softhome.net
> > or put "not-spam" or "/dev/rob0" in Subject header to reply

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-18-2008, 08:42 PM
PRX
 
Posts: n/a
Default Re: ncurses and make menuconfig problem...

I've installed newest GCC and then i get new error :-)

# make menuconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts/lxdialog all
make[1]: Entering directory `/usr/src/linux-2.4.22/scripts/lxdialog'
/usr/bin/ld: unrecognized option '--eh-frame-hdr'
/usr/bin/ld: use the --help option for usage information
collect2: ld returned 1 exit status

>> Unable to find the Ncurses libraries.
>>
>> You must have Ncurses installed in order
>> to use 'make menuconfig'


make[1]: *** [ncurses] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.22/scripts/lxdialog'
make: *** [menuconfig] Error 2



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-18-2008, 08:42 PM
PRX
 
Posts: n/a
Default Re: ncurses and make menuconfig problem...

reinstalled binutils and it's working now thanx ))
greetz from Poland :P


"PRX" <pperko@adrenalina.pl> wrote in message
news:bqi07g$pgl$1@nemesis.news.tpi.pl...
> I've installed newest GCC and then i get new error :-)
>
> # make menuconfig
> rm -f include/asm
> ( cd include ; ln -sf asm-i386 asm)
> make -C scripts/lxdialog all
> make[1]: Entering directory `/usr/src/linux-2.4.22/scripts/lxdialog'
> /usr/bin/ld: unrecognized option '--eh-frame-hdr'
> /usr/bin/ld: use the --help option for usage information
> collect2: ld returned 1 exit status
>
> >> Unable to find the Ncurses libraries.
> >>
> >> You must have Ncurses installed in order
> >> to use 'make menuconfig'

>
> make[1]: *** [ncurses] Error 1
> make[1]: Leaving directory `/usr/src/linux-2.4.22/scripts/lxdialog'
> make: *** [menuconfig] Error 2
>
>
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:58 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com