From owner-freebsd-small Mon Sep 30 6:35:43 2002 Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BDAF37B401 for ; Mon, 30 Sep 2002 06:35:42 -0700 (PDT) Received: from darkstar.wavenet.com.br (darkstar.wavenet.com.br [200.223.81.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E628243E3B for ; Mon, 30 Sep 2002 06:35:40 -0700 (PDT) (envelope-from jcrr@ieee.org) Received: (from root@localhost) by darkstar.wavenet.com.br (8.12.6/8.12.2) id g8UDfZBi085206 for small@freebsd.org; Mon, 30 Sep 2002 10:41:35 -0300 (BRT) Received: from mobile (galileu.wavenet.com.br [200.223.81.1]) by darkstar.wavenet.com.br (8.12.6/8.12.2av) with SMTP id g8UDfT36085188 for ; Mon, 30 Sep 2002 10:41:34 -0300 (BRT) Message-ID: <001d01c26886$4a94fe60$4b00a8c0@mobile> From: "Joao Carlos" To: Subject: Compiling PicoBSD with SH Date: Mon, 30 Sep 2002 10:35:48 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm trying to compile PicoBSD for a long time and it is giving me an error with SH. when it begins to compile SH (or crunch it) it gives me this error: /usr/lib/libedit.a(editline.o): In function `el_gets': editline.o(.text+0x67d2): undefined reference to `tgoto' editline.o(.text+0x698d): undefined reference to `tgoto' editline.o(.text+0x6aae): undefined reference to `tgoto' editline.o(.text+0x6bb3): undefined reference to `tgoto' editline.o(.text+0x6eb5): undefined reference to `tgetent' editline.o(.text+0x6f79): undefined reference to `tgetflag' editline.o(.text+0x6f90): undefined reference to `tgetflag' editline.o(.text+0x6fab): undefined reference to `tgetflag' editline.o(.text+0x6fc3): undefined reference to `tgetflag' editline.o(.text+0x6fde): undefined reference to `tgetnum' editline.o(.text+0x6ff6): undefined reference to `tgetnum' editline.o(.text+0x7026): undefined reference to `tgetstr' editline.o(.text+0x7bd8): undefined reference to `tgetstr' editline.o(.text+0x7d77): undefined reference to `tgoto' editline.o(.text+0x7e76): undefined reference to `tgoto' *** Error code 1 Stop in /usr/src/release/picobsd/build/build_dir-germana/crunch. ---> fail: Error <1> error code in <> Error while building germana. ---> Aborting ./picobsd When i change SH by TCSH for example, it compiles OK, but in the initialization it does not work because of the init scripts (that are written for SH). I tried to put BASH but i couldn't get it working. May anyone help me? --- Joao Carlos jcrr@ieee.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message