From owner-freebsd-ports@FreeBSD.ORG Sun Feb 12 11:11:13 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EF9016A420 for ; Sun, 12 Feb 2006 11:11:13 +0000 (GMT) (envelope-from Olivier.taylor@gmail.com) Received: from outmx010.isp.belgacom.be (outmx010.isp.belgacom.be [195.238.5.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9738A43D53 for ; Sun, 12 Feb 2006 11:11:12 +0000 (GMT) (envelope-from Olivier.taylor@gmail.com) Received: from outmx010.isp.belgacom.be (localhost [127.0.0.1]) by outmx010.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with ESMTP id k1CBB9aB011491 for ; Sun, 12 Feb 2006 12:11:09 +0100 (envelope-from ) Received: from OTP (88-224.242.81.adsl.skynet.be [81.242.224.88]) by outmx010.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with ESMTP id k1CBB4EG011460 for ; Sun, 12 Feb 2006 12:11:04 +0100 (envelope-from ) From: "Olivier.taylor" To: Date: Sun, 12 Feb 2006 12:11:01 +0100 Message-ID: <005701c62fc5$02163370$6702a8c0@OTP> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal Subject: Trying to build Newt X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2006 11:11:13 -0000 Hello, Trying to build newt, I get this error : Any idea is welcome Olivier root@phonext# cd /usr/ports/devel/newt/ root@phonext# make ===> Building for newt-0.51.0_2 cc -g -L/usr/local/lib -L/usr/local/lib -o test test.o libnewt.a -lslang -lm -lpopt -lncurses -static /usr/local/lib/libslang.a(sldisply.o)(.text+0x277c): In function `SLtt_tgetstr': : undefined reference to `tgetstr' /usr/local/lib/libslang.a(sldisply.o)(.text+0x27cf): In function `SLtt_tgetnum': : undefined reference to `tgetnum' /usr/local/lib/libslang.a(sldisply.o)(.text+0x27f3): In function `SLtt_tgetflag': : undefined reference to `tgetflag' /usr/local/lib/libslang.a(sldisply.o)(.text+0x29f5): In function `SLtt_initialize': : undefined reference to `tgetent' *** Error code 1 Stop in /usr/ports/devel/newt/work/newt-0.51.0. *** Error code 1 Stop in /usr/ports/devel/newt.