5415722580
entries in other libraries. This avoids a bug in 'ld' which causes it to look in the directory specified by the RPATH entry (in the library with the NEEDED entry) without adding the directory supplied by --sysroot. When the RPATH entry in blindly folloed the link is done w.r.t the systems own libfoo.so which may be missing some symbols. (Or might have a wrong sized data area that would need copying into the programs (or other libraries) data space.) ld also seems to add a NEEDED entry for these libraries directly into the program binary - this doesn't seem right to me. Fixes my build where the installed libX11.so is dated from 2009. CVS :---------------------------------------------------------------------- |
||
---|---|---|
.. | ||
bin | ||
etc | ||
include | ||
lib | ||
server | ||
share | ||
tools | ||
Makefile | ||
TODO |