From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DMARC_NONE, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from lostlogicx.com (host158.spe.iit.edu [198.37.27.158]) by chiba.3jane.net (Postfix) with ESMTP id 03582ABD6C for ; Tue, 11 Jun 2002 09:14:13 -0500 (CDT) Received: (from lostlogic@localhost) by lostlogicx.com (8.11.4/8.11.2) id g5BEEC913433 for gentoo-dev@gentoo.org; Tue, 11 Jun 2002 09:14:12 -0500 Date: Tue, 11 Jun 2002 09:14:01 -0500 From: Brandon Low To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] Re: GCC 3.1 & ncurses fun Message-ID: <20020611091401.A12968@lostlogicx.com> References: <1023795490.30653.94.camel@pcianp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1023795490.30653.94.camel@pcianp>; from ianp@tibco.com on Tue, Jun 11, 2002 at 12:37:57PM +0100 X-Operating-System: Linux found 2.4.17-openmosix Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 9dd98f50-e94c-4324-ab2d-d25b2a2f1e5a X-Archives-Hash: 6f6eddd783afa5d0baca255c460f80ad 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 | TIBCO Software Inc. > #endif | www.tibco.com > > > _______________________________________________ > gentoo-dev mailing list > gentoo-dev@gentoo.org > http://lists.gentoo.org/mailman/listinfo/gentoo-dev