Date: Wed, 18 Feb 1998 08:44:29 -0600 From: "Brent J. Nordquist" <nordquist@platinum.com> To: "'Mike Smith'" <mike@smith.net.au> Cc: "'Jordan K. Hubbard'" <jkh@time.cdrom.com>, "'Mark Murray'" <mark@grondar.za>, "'freebsd-stable@freebsd.org'" <freebsd-stable@FreeBSD.ORG> Subject: RE: Merge mania in -stable; heads up! Message-ID: <01BD3C49.6DB17EF0@neq1bert.vt.platinum.com>
next in thread | raw e-mail | index | archive | help
Thanks for the response. Of course I'm not using -DNOCLEAN. I'm just using "make world"... isn't that "proper"? The Makefile has been altered to copy one file (ss_err.h) at a key juncture... but otherwise, this is stock -stable. I thought "make world" was supposed to make a new libc long before it got to usr.bin; how can it be "stale"? Brent -----Original Message----- From: Mike Smith [SMTP:mike@smith.net.au] Sent: Wednesday, February 18, 1998 8:15 AM To: Brent J. Nordquist Cc: 'Jordan K. Hubbard'; 'Mark Murray'; 'freebsd-stable@freebsd.org' Subject: Re: Merge mania in -stable; heads up! > I posted a message to freebsd-stable yesterday about the ss/ss_err.h > #include file... let me know if you don't see it. I got past that one and > am currently stuck on: You are not building your world properly. Please make sure that you're not using anything silly like -DNOCLEAN. > ===> usr.bin/ftp > [...] > --- ftp --- > cc -O2 -m486 -pipe -I/usr/src/usr.bin/ftp/../../contrib-crypto/telnet -o > ftp cmds.o cmdtab.o complete.o domacro.o fetch.o ftp.o main.o ruserpass.o > util.o -ledit -ltermcap > complete.o: Undefined symbol `_sl_init' referenced from text segment .. You are linking against a stale libc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01BD3C49.6DB17EF0>