Gentoo Archives: gentoo-dev

From: Ian Phillips <ianp@×××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Re: GCC 3.1 & ncurses fun
Date: Tue, 11 Jun 2002 04:48:42
Message-Id: 1023795490.30653.94.camel@pcianp
1 More info,
2
3 > pcianp portage # find /usr/lib -name 'libnc*' -type f -print
4 > /usr/lib/libncurses.a
5 > /usr/lib/libncurses++.a
6
7 but, after some looking around...
8
9 pcianp portage # find /lib -name 'libnc*'
10 /lib/libncurses.so.5.2
11 /lib/libncurses.so
12 /lib/libncurses.so.5
13
14 and I spotted in the output from dev-util/dialog:
15
16 ...
17 checking for -lncurses in /usr/lib... no
18 checking for -lncurses in /usr/lib/ncurses... no
19 checking for -lncurses in /usr/ncurses/lib... no
20 checking for -lncurses in /lib... no
21 checking for -lncurses in /lib/ncurses... no
22 ...
23
24 so it's looking in the right place but not finding it apparently.
25
26 I'm going to try
27
28 emerge -C sys-libs/ncurses && emerge sys-libs/ncurses
29
30 to ensure that I've got an up to date build, but portage should
31 take care of this anyway for me, right?
32
33 Hmmm, that didn't work. I'm going to head on over to #gentoo to
34 ask the question there then.
35
36 Yours,
37 Ian.
38
39 --
40 #ifndef __COMMON_SENSE__ | Ian Phillips
41 #include <std_disclaimer> | TIBCO Software Inc.
42 #endif | www.tibco.com

Replies

Subject Author
Re: [gentoo-dev] Re: GCC 3.1 & ncurses fun Paul de Vrieze <pauldv@××××××.nl>
Re: [gentoo-dev] Re: GCC 3.1 & ncurses fun Brandon Low <lostlogic@g.o>