aboutsummaryrefslogtreecommitdiff
path: root/lib/libtcl
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-12-28 17:10:52 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-12-28 17:10:52 +0000
commitfbde87863d157edf17a3d246c005b4e7a9565318 (patch)
tree4c5432ce0f7d6bc57519a3bfba5f111cae12a612 /lib/libtcl
parent08d366cf6b753e76cb42a8e9883a0cb2bbbdff80 (diff)
downloadsrc-fbde87863d157edf17a3d246c005b4e7a9565318.tar.gz
src-fbde87863d157edf17a3d246c005b4e7a9565318.zip
When linking with no rtld support, provide stub dl*() functions that
just return errors. This removes the need for awful hacks like that in our build of libtcl which would get link errors when linked static. John Polstra once mentioned that this was on his "todo" list. Note that one can use: cc -Wl,-Bstatic -o foo foo.o and get an executable that has it's libraries statically linked, but has a fully functional runtime linker so the executable can call dlopen() and have it work. (I've tested this)
Notes
Notes: svn path=/head/; revision=20975
Diffstat (limited to 'lib/libtcl')
0 files changed, 0 insertions, 0 deletions