Date: Mon, 16 Mar 1998 02:49:10 -0600 From: Zach Heilig <zach@gaffaneys.com> To: stable@FreeBSD.ORG Subject: Should make world depend on old libs in /usr/lib? Message-ID: <19980316024910.26200@gaffaneys.com>
next in thread | raw e-mail | index | archive | help
===> rtld cc -O -m486 -pipe -I/usr/2.2/src/gnu/usr.bin/ld/rtld/.. -I/usr/2.2/src/gnu/usr.bin/ld/rtld -I/usr/2.2/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse - cc -O -m486 -pipe -I/usr/2.2/src/gnu/usr.bin/ld/rtld/.. -I/usr/2.2/src/gnu/usr.bin/ld/rtld -I/usr/2.2/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse - /usr/2.2/src/gnu/usr.bin/ld/rtld/rtld.c:210: warning: initialization from incompatible pointer type /usr/2.2/src/gnu/usr.bin/ld/rtld/rtld.c:210: warning: initialization from incompatible pointer type /usr/2.2/src/gnu/usr.bin/ld/rtld/rtld.c:210: warning: initialization from incompatible pointer type /usr/2.2/src/gnu/usr.bin/ld/rtld/rtld.c:211: warning: initialization from incompatible pointer type cc -O -m486 -pipe -I/usr/2.2/src/gnu/usr.bin/ld/rtld/.. -I/usr/2.2/src/gnu/usr.bin/ld/rtld -I/usr/2.2/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse - cc -O -m486 -pipe -I/usr/2.2/src/gnu/usr.bin/ld/rtld/.. -I/usr/2.2/src/gnu/usr.bin/ld/rtld -I/usr/2.2/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse - cc -O -m486 -pipe -I/usr/2.2/src/gnu/usr.bin/ld/rtld/.. -I/usr/2.2/src/gnu/usr.bin/ld/rtld -I/usr/2.2/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse - cc -O -m486 -pipe -I/usr/2.2/src/gnu/usr.bin/ld/rtld/.. -I/usr/2.2/src/gnu/usr.bin/ld/rtld -I/usr/2.2/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse - cc -O -m486 -pipe -I/usr/2.2/src/gnu/usr.bin/ld/rtld/.. -I/usr/2.2/src/gnu/usr.bin/ld/rtld -I/usr/2.2/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse - cc -O -m486 -pipe -I/usr/2.2/src/gnu/usr.bin/ld/rtld/.. -I/usr/2.2/src/gnu/usr.bin/ld/rtld -I/usr/2.2/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse - ld: -lc_pic: no match *** Error code 1 I kept noticing the above, for the last few times I've tried to make world on my -STABLE machine. It finally dawned on me what happened. A couple weeks ago, I decided I didn't need to keep the *_p* libs around in /usr/lib, so I rm'ed them. (I even did an 'echo *_p*' prior to rm'ing, and this still bit me). I know how to fix this breakage, it is not a problem. It just seems odd to depend on possibly very old libraries in /usr/lib. -- Zach Heilig -- zach@gaffaneys.com Real Programs don't use shared text. Otherwise, how can they use functions for scratch space after they are finished calling them? 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?19980316024910.26200>