Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Apr 1997 00:08:58 -0300 (ADT)
From:      The Hermit Hacker <scrappy@hub.org>
To:        current@freebsd.org
Subject:   make world error in rtld: -assert?
Message-ID:  <Pine.NEB.3.96.970416000616.219k-100000@thelab.hub.org>

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

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 




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