Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2001 13:58:05 +0200 (EET)
From:      Mart Norman <mart@estnet.ee>
To:        <freebsd-current@freebsd.org>
Subject:   upgrading from 3.0 to 4.3
Message-ID:  <Pine.GHP.4.30.0104231353430.7626-100000@laura.estnet.ee>

next in thread | raw e-mail | index | archive | help
Hi!

I'm trying to upgrade from 3.0 to 4.3 but make buildworld fails

cc -O -pipe  -I. -I/usr/src/usr.sbin/config -Wall -Wunused
-Wmissing-prototypes -Wredundant-decls
-I/usr/obj/usr/src/i386/usr/include  -static -o config config.o main.o
lang.o mkioconf.o mkmakefile.o mkheaders.o mkoptions.o  -ll
main.o: In function `main':
main.o(.text+0x12a): undefined reference to `strlcpy'
main.o(.text+0x234): undefined reference to `strlcpy'
main.o(.text+0x249): undefined reference to `strlcat'
mkoptions.o: In function `tooption':
mkoptions.o(.text+0x540): undefined reference to `strlcpy'
mkoptions.o(.text+0x573): undefined reference to `strlcpy'
mkoptions.o(.text+0x59e): undefined reference to `strlcpy'
*** Error code 1

Stop.

my /etc/make.conf looks like this:

USA_RESIDENT=NO
CFLAGS= -O -pipe
NOPROFILE=     true
NO_OPENSSH=    true    # do not build OpenSSH
NO_OPENSSL=    true    # do not build OpenSSL (implies NO_OPENSSH)


Any hints what should i do to make buildworld successful?

thanks in advance,

mart


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GHP.4.30.0104231353430.7626-100000>