]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Colin Watson reports that linking with 'gold' doesn't work, because
authorSimon Tatham <anakin@pobox.com>
Sat, 20 Feb 2010 19:06:30 +0000 (19:06 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 20 Feb 2010 19:06:30 +0000 (19:06 +0000)
commitc969ae2ea6711646343a5296d0390aaae9088037
tree8a67ae4fab3574948b8299ff795c04334695c63f
parent7198a148b550132a92289f2cc13a4571db11c880
Colin Watson reports that linking with 'gold' doesn't work, because
PuTTY makes explicit use of libX11 without including -lX11 on the
link line. (GNU ld appears to pull in libX11 automatically because
it's needed for the dependencies of GTK, but gold expects that
dependency to be satisfied at run time via DT_NEEDED and hence
doesn't bother.) Hence, add explicit -lX11 to both Makefile.gtk and
the autoconf world.

[originally from svn r8876]
mkfiles.pl
unix/configure.ac