From owner-freebsd-current Tue Apr 15 20:09:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA01817 for current-outgoing; Tue, 15 Apr 1997 20:09:58 -0700 (PDT) Received: from thelab.hub.org (hal-ns1-27.netcom.ca [207.181.94.91]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA01812 for ; Tue, 15 Apr 1997 20:09:49 -0700 (PDT) Received: from thelab.hub.org (localhost [127.0.0.1]) by thelab.hub.org (8.8.5/8.8.2) with SMTP id AAA19031 for ; Wed, 16 Apr 1997 00:08:58 -0300 (ADT) Date: Wed, 16 Apr 1997 00:08:58 -0300 (ADT) From: The Hermit Hacker To: current@freebsd.org Subject: make world error in rtld: -assert? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi... I just happened to look at my 'make world' screen when it was going in to do a 'make depend' of rtld, and noticed the following error(s): ===> rtld rm -f .depend mkdep -f .depend -a -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld -I/usr/src/gnu/usr.bin/ld/rtld/../i386 -DRTLD /usr/src/gnu/usr.bin/ld/rtld/../i386/mdprologue.S mkdep -f .depend -a -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld -I/usr/src/gnu/usr.bin/ld/rtld/../i386 -DRTLD rtld.c malloc.c /usr/src/gnu/usr.bin/ld/rtld/../shlib.c /usr/src/gnu/usr.bin/ld/rtld/../i386/md.c /usr/src/gnu/usr.bin/ld/ rtld/../support.c sbrk.c cd /usr/src/gnu/usr.bin/ld/rtld; make _EXTRADEPEND echo ld.so: `cc -Wl,-f -O2 -pipe -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld -I/usr/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse -DRTLD -Bshareable -Bsymbolic -assert nosymbolic -lc_pic -lgcc_pic` >> .depend cc: nosymbolic: No such file or directory cc: file path prefix `symbolic' never used cc: file path prefix `shareable' never used ======[ portion of 'man ld' ]====== -assert keyword This option has currently no effect. It is here for compatibility with SunOS ld. All conditions which would cause a Sun assertion to fail will currently always cause error or warning messages from ld. ==================================== Looking at the man page for ld, it looks like the -assert isn't there for any reason, but I'm assuming the 'nosymbolic' is meant to be the 'keyword' for the -assert? Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org