* [gentoo-dev] Re: GCC 3.1 & ncurses fun
@ 2002-06-11 11:37 Ian Phillips
2002-06-11 10:15 ` Paul de Vrieze
2002-06-11 14:14 ` Brandon Low
0 siblings, 2 replies; 4+ messages in thread
From: Ian Phillips @ 2002-06-11 11:37 UTC (permalink / raw
To: gentoo-dev
More info,
> pcianp portage # find /usr/lib -name 'libnc*' -type f -print
> /usr/lib/libncurses.a
> /usr/lib/libncurses++.a
but, after some looking around...
pcianp portage # find /lib -name 'libnc*'
/lib/libncurses.so.5.2
/lib/libncurses.so
/lib/libncurses.so.5
and I spotted in the output from dev-util/dialog:
...
checking for -lncurses in /usr/lib... no
checking for -lncurses in /usr/lib/ncurses... no
checking for -lncurses in /usr/ncurses/lib... no
checking for -lncurses in /lib... no
checking for -lncurses in /lib/ncurses... no
...
so it's looking in the right place but not finding it apparently.
I'm going to try
emerge -C sys-libs/ncurses && emerge sys-libs/ncurses
to ensure that I've got an up to date build, but portage should
take care of this anyway for me, right?
Hmmm, that didn't work. I'm going to head on over to #gentoo to
ask the question there then.
Yours,
Ian.
--
#ifndef __COMMON_SENSE__ | Ian Phillips
#include <std_disclaimer> | TIBCO Software Inc.
#endif | www.tibco.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] Re: GCC 3.1 & ncurses fun
2002-06-11 11:37 [gentoo-dev] Re: GCC 3.1 & ncurses fun Ian Phillips
@ 2002-06-11 10:15 ` Paul de Vrieze
2002-06-11 14:14 ` Brandon Low
1 sibling, 0 replies; 4+ messages in thread
From: Paul de Vrieze @ 2002-06-11 10:15 UTC (permalink / raw
To: gentoo-dev
On Tuesday 11 June 2002 13:37, Ian Phillips wrote:
> More info,
>
> > pcianp portage # find /usr/lib -name 'libnc*' -type f -print
> > /usr/lib/libncurses.a
> > /usr/lib/libncurses++.a
>
> but, after some looking around...
>
> pcianp portage # find /lib -name 'libnc*'
> /lib/libncurses.so.5.2
> /lib/libncurses.so
> /lib/libncurses.so.5
>
> and I spotted in the output from dev-util/dialog:
>
> ...
> checking for -lncurses in /usr/lib... no
> checking for -lncurses in /usr/lib/ncurses... no
> checking for -lncurses in /usr/ncurses/lib... no
> checking for -lncurses in /lib... no
> checking for -lncurses in /lib/ncurses... no
> ...
Check what goes wrong in /var/tmp/portage/<dialog>/work/<dialog>/config.log,
maybe that will shine a light on what goes wrong. "no" Basically just means
that there is a compilation problem.
Paul
--
Paul de Vrieze
Junior Researcher
Mail: pauldv@cs.kun.nl
Homepage: http://www.devrieze.net
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] Re: GCC 3.1 & ncurses fun
2002-06-11 11:37 [gentoo-dev] Re: GCC 3.1 & ncurses fun Ian Phillips
2002-06-11 10:15 ` Paul de Vrieze
@ 2002-06-11 14:14 ` Brandon Low
1 sibling, 0 replies; 4+ messages in thread
From: Brandon Low @ 2002-06-11 14:14 UTC (permalink / raw
To: gentoo-dev
There should be a fix for this in our pipes, which revision of gcc-3.1 are
you running? If you are running -r5, and are VERY BRAVE you may want to
try switching to -r6 which has some header file adjustments and other
fixes for gcc-3.1. If not, wait till we have finished testing and poking
at -r6 and it should fix these ncurses problems...
The quicker way to see if our fixes will even work for this particular
problem would be to delete /usr/lib/gcc-lib/${CHOST}/3.1/include/ncurses.h
and /usr/lib/gcc-lib/${CHOST}/3.1/include/curses.h (probably want to back
them up just in case as you are messing with gcc headers here...)
Good Luck, let us know what works for you!
--Brandon
On Tue, 06/11/02 at 12:37:57 +0100, Ian Phillips wrote:
> More info,
>
> > pcianp portage # find /usr/lib -name 'libnc*' -type f -print
> > /usr/lib/libncurses.a
> > /usr/lib/libncurses++.a
>
> but, after some looking around...
>
> pcianp portage # find /lib -name 'libnc*'
> /lib/libncurses.so.5.2
> /lib/libncurses.so
> /lib/libncurses.so.5
>
> and I spotted in the output from dev-util/dialog:
>
> ...
> checking for -lncurses in /usr/lib... no
> checking for -lncurses in /usr/lib/ncurses... no
> checking for -lncurses in /usr/ncurses/lib... no
> checking for -lncurses in /lib... no
> checking for -lncurses in /lib/ncurses... no
> ...
>
> so it's looking in the right place but not finding it apparently.
>
> I'm going to try
>
> emerge -C sys-libs/ncurses && emerge sys-libs/ncurses
>
> to ensure that I've got an up to date build, but portage should
> take care of this anyway for me, right?
>
> Hmmm, that didn't work. I'm going to head on over to #gentoo to
> ask the question there then.
>
> Yours,
> Ian.
>
> --
> #ifndef __COMMON_SENSE__ | Ian Phillips
> #include <std_disclaimer> | TIBCO Software Inc.
> #endif | www.tibco.com
>
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <20020611141702.5F77CAC639@chiba.3jane.net>]
end of thread, other threads:[~2002-06-11 14:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-11 11:37 [gentoo-dev] Re: GCC 3.1 & ncurses fun Ian Phillips
2002-06-11 10:15 ` Paul de Vrieze
2002-06-11 14:14 ` Brandon Low
[not found] <20020611141702.5F77CAC639@chiba.3jane.net>
2002-06-11 16:25 ` Ian Phillips
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox