* ncurses
@ 1997-06-30 17:54 ` Mike Shaver
0 siblings, 0 replies; 6+ messages in thread
From: Mike Shaver @ 1997-06-30 17:54 UTC (permalink / raw)
To: Ralf Baechle, Miguel de Icaza; +Cc: linux
ncurses is built, and it was pretty clean (now that I've got tools to
munge Makefiles for me).
I'll build a tarball with includes and libs suitable for unpacking in
/usr/local/mips-linux on the crossdev machine or /usr on the Indy
itself and stick it on linus shortly.
Mike
--
#> Mike Shaver (shaver@ingenia.com) Ingenia Communications Corporation
#> Chief System Architect -- Head geek -- System exorcist
#>
#> "Have you considered a life? I hear they're quite affordable
#> these days." --- shields@tembel.org
^ permalink raw reply [flat|nested] 6+ messages in thread
* ncurses
@ 1997-06-30 17:54 ` Mike Shaver
0 siblings, 0 replies; 6+ messages in thread
From: Mike Shaver @ 1997-06-30 17:54 UTC (permalink / raw)
To: Ralf Baechle, Miguel de Icaza; +Cc: linux
ncurses is built, and it was pretty clean (now that I've got tools to
munge Makefiles for me).
I'll build a tarball with includes and libs suitable for unpacking in
/usr/local/mips-linux on the crossdev machine or /usr on the Indy
itself and stick it on linus shortly.
Mike
--
#> Mike Shaver (shaver@ingenia.com) Ingenia Communications Corporation
#> Chief System Architect -- Head geek -- System exorcist
#>
#> "Have you considered a life? I hear they're quite affordable
#> these days." --- shields@tembel.org
^ permalink raw reply [flat|nested] 6+ messages in thread
* ncurses
@ 2002-04-18 16:47 glen
2002-04-18 20:43 ` ncurses Richard Adams
2002-04-20 16:03 ` ncurses lawson_whitney
0 siblings, 2 replies; 6+ messages in thread
From: glen @ 2002-04-18 16:47 UTC (permalink / raw)
To: linux-newbie
I am trying to use the menuconfig command to upgrade
my kernel. It returns the error that I need Ncurses
installed. I installed Ncurses and ran ldconfig. I
still get the error:
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts/lxdialog all
make[1]: Entering directory
`/usr/src/linux/scripts/lxdialog'
/usr/bin/ld: cannot find -lncurses
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/scripts/lxdialog'
make: *** [menuconfig] Error 2
__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ncurses
2002-04-18 16:47 ncurses glen
@ 2002-04-18 20:43 ` Richard Adams
2002-04-20 16:03 ` ncurses lawson_whitney
1 sibling, 0 replies; 6+ messages in thread
From: Richard Adams @ 2002-04-18 20:43 UTC (permalink / raw)
To: glen, linux-newbie
On Thursday 18 April 2002 16:47, glen wrote:
> I am trying to use the menuconfig command to upgrade
> my kernel. It returns the error that I need Ncurses
> installed. I installed Ncurses and ran ldconfig. I
> still get the error:
You failed to say how you installed ncurses and what the archive was called.
Just what did you install, most folks mistakes are that they dont read the
INSTALL file before issuing ./configure --options where options are what you
choose from the README file also included in the ncurses archive(s).
>
> rm -f include/asm
> ( cd include ; ln -sf asm-i386 asm)
> make -C scripts/lxdialog all
> make[1]: Entering directory
> `/usr/src/linux/scripts/lxdialog'
> /usr/bin/ld: cannot find -lncurses
> collect2: ld returned 1 exit status
>
> >> Unable to find the Ncurses libraries.
This is saying i cant find the following which should be in /lib
/lib/libncurses.so.5 -> libncurses.so.5.2*
/lib/libncurses.so.5.2*
> >>
> >> You must have Ncurses installed in order
> >> to use 'make menuconfig'
>
> make[1]: *** [ncurses] Error 1
> make[1]: Leaving directory
> `/usr/src/linux/scripts/lxdialog'
> make: *** [menuconfig] Error 2
If all else fails simply use 'make config' no ncurses needed then.
--
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: ncurses
2002-04-18 16:47 ncurses glen
2002-04-18 20:43 ` ncurses Richard Adams
@ 2002-04-20 16:03 ` lawson_whitney
1 sibling, 0 replies; 6+ messages in thread
From: lawson_whitney @ 2002-04-20 16:03 UTC (permalink / raw)
To: inavaganza, lawson_whitney; +Cc: linux-newbie
On Thu, 18 Apr 2002, glen wrote:
> I am trying to use the menuconfig command to upgrade
> my kernel. It returns the error that I need Ncurses
> installed. I installed Ncurses and ran ldconfig. I
> still get the error:
>
> rm -f include/asm
> ( cd include ; ln -sf asm-i386 asm)
> make -C scripts/lxdialog all
> make[1]: Entering directory
> `/usr/src/linux/scripts/lxdialog'
> /usr/bin/ld: cannot find -lncurses
> collect2: ld returned 1 exit status
>
make menuconfig compiles a program that uses ncurses. To do that on an
rpm-based system, you need to install both ncurses and ncurses-devel.
You need ncurses to run a program that uses ncurses, and ncurses-devel
to compile such a program on your system.
Lawson
Only guessing, of course.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* ncurses
@ 2012-03-04 21:11 Craig Swank
0 siblings, 0 replies; 6+ messages in thread
From: Craig Swank @ 2012-03-04 21:11 UTC (permalink / raw)
To: openembedded-devel
Hello,
I'm getting an error when I try to bitbake ncurses. I set up my
openembedded environment according to the instructions at:
http://www.angstrom-distribution.org/building-angstrom
when I do bitbake ncurses I get the following error:
| error: unknown type name 'SIG_ATOMIC_T'
| In file included from
/home/craig/Projects/OE/setup-scripts/build/tmp-angstrom_2010_x-eglibc/work/x86_64-linux/ncurses-native-5.9-r4.1/ncurses-5.9/ncurses/build.priv.h:85:0,
| from
/home/craig/Projects/OE/setup-scripts/build/tmp-angstrom_2010_x-eglibc/work/x86_64-linux/ncurses-native-5.9-r4.1/ncurses-5.9/ncurses/tinfo/make_keys.c:40:
|
/home/craig/Projects/OE/setup-scripts/build/tmp-angstrom_2010_x-eglibc/work/x86_64-linux/ncurses-native-5.9-r4.1/ncurses-5.9/ncurses/../include/nc_alloc.h:97:0:
warning: "strdup" redefined [enabled by default]
| /usr/include/x86_64-linux-gnu/bits/string2.h:1316:0: note: this is the
location of the previous definition
|
/home/craig/Projects/OE/setup-scripts/build/tmp-angstrom_2010_x-eglibc/work/x86_64-linux/ncurses-native-5.9-r4.1/ncurses-5.9/ncurses/curses.priv.h:1165:1:
error: unknown type name 'SIG_ATOMIC_T'
| In file included from
/home/craig/Projects/OE/setup-scripts/build/tmp-angstrom_2010_x-eglibc/work/x86_64-linux/ncurses-native-5.9-r4.1/ncurses-5.9/ncurses/curses.priv.h:1444:0,
| from
/home/craig/Projects/OE/setup-scripts/build/tmp-angstrom_2010_x-eglibc/work/x86_64-linux/ncurses-native-5.9-r4.1/ncurses-5.9/ncurses/tinfo/access.c:33:
|
/home/craig/Projects/OE/setup-scripts/build/tmp-angstrom_2010_x-eglibc/work/x86_64-linux/ncurses-native-5.9-r4.1/ncurses-5.9/ncurses/../include/nc_alloc.h:97:0:
warning: "strdup" redefined [enabled by default]
| /usr/include/x86_64-linux-gnu/bits/string2.h:1316:0: note: this is the
location of the previous definition
| make[1]: *** [../obj_s/access.o] Error 1
| make[1]: *** Waiting for unfinished jobs....
| make[1]: Leaving directory
`/home/craig/Projects/OE/setup-scripts/build/tmp-angstrom_2010_x-eglibc/work/x86_64-linux/ncurses-native-5.9-r4.1/ncurses-5.9/narrowc/ncurses'
| make: *** [libs] Error 2
| make: Leaving directory
`/home/craig/Projects/OE/setup-scripts/build/tmp-angstrom_2010_x-eglibc/work/x86_64-linux/ncurses-native-5.9-r4.1/ncurses-5.9/narrowc'
| ERROR: oe_runmake failed
NOTE: package ncurses-native-5.9-r4.1: task do_compile: Failed
ERROR: Task 219
(virtual:native:/home/craig/Projects/OE/setup-scripts/sources/openembedded-core/meta/recipes-core/ncurses/ncurses_5.9.bb,
do_compile) failed with exit code '1'
Can anyone suggest how I can get it working?
Just in case you need this:
OS: Ubuntu 11.10
Processor: quad core AMD (64 bit)
Craig
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-03-04 21:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-04 21:11 ncurses Craig Swank
-- strict thread matches above, loose matches on Subject: below --
2002-04-18 16:47 ncurses glen
2002-04-18 20:43 ` ncurses Richard Adams
2002-04-20 16:03 ` ncurses lawson_whitney
1997-06-30 17:54 ncurses Mike Shaver
1997-06-30 17:54 ` ncurses Mike Shaver
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.