From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FTMtL-0005uk-QR for garchives@archives.gentoo.org; Tue, 11 Apr 2006 17:43:04 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.5) with SMTP id k3BHhObD005662; Tue, 11 Apr 2006 17:43:24 GMT Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.234]) by robin.gentoo.org (8.13.6/8.13.5) with ESMTP id k3BHhNG3027468 for ; Tue, 11 Apr 2006 17:43:23 GMT Received: by wproxy.gmail.com with SMTP id i24so1702638wra for ; Tue, 11 Apr 2006 10:43:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iE/XQsyGDkfzPUHgzKa1dFlc+znS43wLYqMukhdg7T5RzK+caG3ciDP/xzq1dSASoY/mzLKj1jyY4p9bqWe2XOZ3N5O2NXOx6YJL7Y4apQEne3CsD2RNYlCqlUXzKomrQDhjGLpbe2bbRjZFrzfdnKu1rjKPDBsqXozg8GHLaxI= Received: by 10.54.156.11 with SMTP id d11mr1673773wre; Tue, 11 Apr 2006 10:43:21 -0700 (PDT) Received: by 10.54.134.1 with HTTP; Tue, 11 Apr 2006 10:43:21 -0700 (PDT) Message-ID: Date: Tue, 11 Apr 2006 10:43:21 -0700 From: "m h" To: gentoo-osx@lists.gentoo.org Subject: [gentoo-osx] Re: [PREFIX] texinfo not finding ncurses In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-osx@gentoo.org Reply-to: gentoo-osx@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k3BHhNG3027468 X-Archives-Salt: 54bf15b0-9571-426d-8619-deb6aace79c6 X-Archives-Hash: ee4b611edf52459da8a5e06b88a00421 > .... > > Later the build fails with: > > .... > gcc -Os -march=pentium4 -pipe -L/opt/portage/Apr7/usr/lib > -L/opt/portage/Apr7/lib -o ginfo dir.o display.o dribble.o > echo-area.o filesys.o footnotes.o gc.o indices.o info-utils.o info.o > infodoc.o infomap.o m-x.o man.o nodemenu.o nodes.o search.o session.o > signals.o terminal.o tilde.o variables.o window.o doc.o > ../lib/libtxi.a > terminal.o: In function `terminal_goto_xy': > terminal.c:(.text+0x48): undefined reference to `tgoto' > terminal.c:(.text+0x51): undefined reference to `tputs' > terminal.o: In function `terminal_clear_to_eol': I got around this by setting LDFLAGS to " -L${PREFIX}/lib -lncurses " (without ${PREFIX}/usr/lib) in the ebuild. -matt -- gentoo-osx@gentoo.org mailing list