simon-svn: putty: simon

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Sat Feb 20 19:06:30 GMT 2010


SVN root:       svn://svn.tartarus.org/sgt
Changes by:     simon
Revision:       8876
Date:           2010-02-20 19:06:30 +0000 (Sat, 20 Feb 2010)

Log message (7 lines):
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.

Modified files:
U   putty/mkfiles.pl
U   putty/unix/configure.ac

Links:
http://svn.tartarus.org/sgt/?rev=8876&view=rev
http://svn.tartarus.org/sgt/putty/mkfiles.pl?rev=8876&r1=8875&r2=8876
http://svn.tartarus.org/sgt/putty/unix/configure.ac?rev=8876&r1=8875&r2=8876



More information about the tartarus-commits mailing list