Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2002 10:35:48 -0300
From:      "Joao Carlos" <jcrr@ieee.org>
To:        <small@freebsd.org>
Subject:   Compiling PicoBSD with SH
Message-ID:  <001d01c26886$4a94fe60$4b00a8c0@mobile>

next in thread | raw e-mail | index | archive | help
    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 <crunch> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001d01c26886$4a94fe60$4b00a8c0>