ubuntuusers.de

Putty 0.76 deb Paket erstellen

Status: Gelöst | Ubuntu-Version: Kubuntu 20.04 (Focal Fossa)
Antworten |

dippes

Anmeldungsdatum:
31. Dezember 2009

Beiträge: 553

Hallo da es kein aktuelles Putty für mein Ubuntu gibt versuche ich eines selbst zu erstellen. Deb-build habe ich heruntergeladen.

Aber beim erstellen des Paketes mit "sudo dpkg-buildpackage -us -uc -b" gibt es Fehler. "execvp: ./mkfiles.pl: Permission denied"

Wie behebe ich den?

dippes@vm-focal-beaver:/usr/src/putty-master$ sudo dpkg-buildpackage -us -uc -b
dpkg-buildpackage: info: source package putty
dpkg-buildpackage: info: source version 0.76-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Colin Watson <cjwatson@debian.org>
dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
 debian/rules clean
dh clean --with=autoreconf --parallel
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/usr/src/putty-master'
dh_auto_clean
/usr/bin/make -C icons clean
make[2]: Entering directory '/usr/src/putty-master/icons'
rm -f *.pam *.png *.ico *.icns *.c
make[2]: Leaving directory '/usr/src/putty-master/icons'
make[1]: Leaving directory '/usr/src/putty-master'
   dh_autoreconf_clean -O--parallel
   dh_clean -O--parallel
 debian/rules build
dh build --with=autoreconf --parallel
   dh_update_autotools_config -O--parallel
   debian/rules override_dh_autoreconf-arch
make[1]: Entering directory '/usr/src/putty-master'
dh_autoreconf debian/rules -- autoreconf
make[2]: Entering directory '/usr/src/putty-master'
./mkfiles.pl
make[2]: execvp: ./mkfiles.pl: Permission denied
make[2]: *** [debian/rules:11: autoreconf] Error 127
make[2]: Leaving directory '/usr/src/putty-master'
dh_autoreconf: error: debian/rules autoreconf returned exit code 2
make[1]: *** [debian/rules:16: override_dh_autoreconf-arch] Error 255
make[1]: Leaving directory '/usr/src/putty-master'
make: *** [debian/rules:3: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
dippes@vm-focal-beaver:/usr/src/putty-master$

von.wert

Anmeldungsdatum:
23. Dezember 2020

Beiträge: 12776

dippes schrieb:

da es kein aktuelles Putty für mein Ubuntu gibt

Du hast im Ursprungs-Thread aber schon verstanden, daß die von Dir benötigte EdDSA-25519-Unterstützung seit v0.68 integriert ist? → Changelog

Na, sicher ist v0.73 in universe für Focal hornalt und auch mit v0.75 für Impish nicht gerade neu (und man sollte sich überlegen, nicht besser eine sinnvolle Distribution zu nutzen, statt kleckerweise irgendwas hochzuhieven). Genügen dafür würde sie zumindest.

seahawk1986

Anmeldungsdatum:
27. Oktober 2006

Beiträge: 11289

Wohnort: München

Die Fehlermeldung lässt vermuten, dass für die Datei mkfiles.pl keine Ausführungsrechte gesetzt sind - wo hast du die Sourcen her und wie hast du sie entpackt?

PS: Man baut Pakete nicht mit root-Rechten und schon gar nicht in Systemverzeichnissen wie /usr/src/.

von.wert

Anmeldungsdatum:
23. Dezember 2020

Beiträge: 12776

...und man liest das beiliegende README-File. Ich hab's eben in einer LFocal-VM kompiliert, problemlos als .deb (allerdings nur die nichtgrafischen Teile, da die dafür nötigen Gtk-Deps nicht installiert), funktioniert auch.

Gibt's übrigens auch ein snap, aber auch bloß von 2018, pff.

Nachtrag: Nun auch mit Frontend. Kein Problem.

Bilder

von.wert

Anmeldungsdatum:
23. Dezember 2020

Beiträge: 12776

1
2
3
4
5
6
7
8
9
cd ~/Downloads/
wget https://the.earth.li/~sgtatham/putty/latest/putty-0.76.tar.gz
tar -xzvf putty-0.76.tar.gz
cd putty-0.76/
sudo apt install build-essential checkinstall libgtk-3-dev
./configure --with-gtk=3
make
sudo checkinstall -D --install=no --backup=no --maintainer=dippes
sudo dpkg -i putty_0.76-1_amd64.deb

dippes

(Themenstarter)

Anmeldungsdatum:
31. Dezember 2009

Beiträge: 553

Du hast im Ursprungs-Thread aber schon verstanden, daß die von Dir benötigte EdDSA-25519-Unterstützung seit v0.68 integriert ist? → Changelog

Verstanden,natürlich.Aber es funktioniert trotzdem nur mit der 0.76

tomtomtom Team-Icon

Supporter
Avatar von tomtomtom

Anmeldungsdatum:
22. August 2008

Beiträge: 55756

Wohnort: Berlin

Ich kann dein Problem nicht reproduzieren.

tomx3@surfbook-e11b:~$ mkdir putty-0.76
tomx3@surfbook-e11b:~$ cd putty-0.76/
tomx3@surfbook-e11b:~/putty-0.76$ wget http://deb.debian.org/debian/pool/main/p/putty/putty_0.76.orig.tar.gz http://deb.debian.org/debian/pool/main/p/putty/putty_0.76-1.debian.tar.xz
--2021-11-07 15:50:53--  http://deb.debian.org/debian/pool/main/p/putty/putty_0.76.orig.tar.gz
Auflösen des Hostnamens deb.debian.org (deb.debian.org) … 151.101.14.132, 2a04:4e42:62::644
Verbindungsaufbau zu deb.debian.org (deb.debian.org)|151.101.14.132|:80... verbunden.
HTTP-Anforderung gesendet, auf Antwort wird gewartet … 200 OK
Länge: 2735687 (2,6M) [application/x-gzip]
Wird in »putty_0.76.orig.tar.gz« gespeichert.

putty_0.76.orig.tar 100%[===================>]   2,61M  2,24MB/s    in 1,2s    

2021-11-07 15:50:54 (2,24 MB/s) - »putty_0.76.orig.tar.gz« gespeichert [2735687/2735687]

--2021-11-07 15:50:54--  http://deb.debian.org/debian/pool/main/p/putty/putty_0.76-1.debian.tar.xz
Wiederverwendung der bestehenden Verbindung zu deb.debian.org:80.
HTTP-Anforderung gesendet, auf Antwort wird gewartet … 200 OK
Länge: 20704 (20K) [application/x-xz]
Wird in »putty_0.76-1.debian.tar.xz« gespeichert.

putty_0.76-1.debian 100%[===================>]  20,22K  --.-KB/s    in 0,005s  

2021-11-07 15:50:54 (3,74 MB/s) - »putty_0.76-1.debian.tar.xz« gespeichert [20704/20704]

BEENDET --2021-11-07 15:50:54--
Verstrichene Zeit: 1,4s
Geholt: 2 Dateien, 2,6M in 1,2s (2,25 MB/s)
tomx3@surfbook-e11b:~/putty-0.76$ tar -xf putty_0.76-1.debian.tar.xz 
tomx3@surfbook-e11b:~/putty-0.76$ tar -xf putty_0.76.orig.tar.gz 
tomx3@surfbook-e11b:~/putty-0.76$ bash -c 'echo -e "putty (0.76-1) focal; urgency=medium\n\n  * Rebuild for focal.\n\n -- tomx3 <tomx3@tomtomtom.org> Sun, 7 Nov 2021 15:53:42 +0100" > debian/changelog'
tomx3@surfbook-e11b:~/putty-0.76/putty-0.76$ sudo apt install dh-exec imagemagick
[sudo] Passwort für tomx3: 
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Die folgenden zusätzlichen Pakete werden installiert:
  gsfonts imagemagick-6-common imagemagick-6.q16 libilmbase24 liblqr-1-0
  libmagickcore-6.q16-6 libmagickcore-6.q16-6-extra libmagickwand-6.q16-6
  libnetpbm10 libopenexr24 netpbm
Vorgeschlagene Pakete:
  imagemagick-doc autotrace curl enscript gimp gnuplot grads graphviz hp2xx
  html2ps libwmf-bin mplayer povray radiance texlive-base-bin transfig
  ufraw-batch inkscape libjxr-tools
Die folgenden NEUEN Pakete werden installiert:
  dh-exec gsfonts imagemagick imagemagick-6-common imagemagick-6.q16
  libilmbase24 liblqr-1-0 libmagickcore-6.q16-6 libmagickcore-6.q16-6-extra
  libmagickwand-6.q16-6 libnetpbm10 libopenexr24 netpbm
0 aktualisiert, 13 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
Es müssen 7.433 kB an Archiven heruntergeladen werden.
Nach dieser Operation werden 23,3 MB Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n] j
Holen:1 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 liblqr-1-0 amd64 0.4.2-2.1 [27,7 kB]
Holen:2 http://de.archive.ubuntu.com/ubuntu focal-updates/universe amd64 imagemagick-6-common all 8:6.9.10.23+dfsg-2.1ubuntu11.4 [60,9 kB]
Holen:3 http://de.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libmagickcore-6.q16-6 amd64 8:6.9.10.23+dfsg-2.1ubuntu11.4 [1.647 kB]
Holen:4 http://de.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libmagickwand-6.q16-6 amd64 8:6.9.10.23+dfsg-2.1ubuntu11.4 [303 kB]
Holen:5 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.4 [3.120 kB]
Holen:6 http://de.archive.ubuntu.com/ubuntu focal-updates/universe amd64 imagemagick-6.q16 amd64 8:6.9.10.23+dfsg-2.1ubuntu11.4 [427 kB]
Holen:7 http://de.archive.ubuntu.com/ubuntu focal-updates/universe amd64 imagemagick amd64 8:6.9.10.23+dfsg-2.1ubuntu11.4 [14,4 kB]
Holen:8 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 libilmbase24 amd64 2.3.0-6build1 [75,1 kB]
Holen:9 http://de.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libopenexr24 amd64 2.3.0-6ubuntu0.5 [592 kB]
Holen:10 http://de.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libmagickcore-6.q16-6-extra amd64 8:6.9.10.23+dfsg-2.1ubuntu11.4 [64,6 kB]
Holen:11 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 libnetpbm10 amd64 2:10.0-15.3build1 [58,0 kB]
Holen:12 http://de.archive.ubuntu.com/ubuntu focal/universe amd64 netpbm amd64 2:10.0-15.3build1 [1.017 kB]
Holen:13 http://de.archive.ubuntu.com/ubuntu focal/main amd64 dh-exec amd64 0.23.2 [25,0 kB]
Es wurden 7.433 kB in 3 s geholt (2.413 kB/s).
Vormals nicht ausgewähltes Paket liblqr-1-0:amd64 wird gewählt.
(Lese Datenbank ... 229011 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../00-liblqr-1-0_0.4.2-2.1_amd64.deb ...
Entpacken von liblqr-1-0:amd64 (0.4.2-2.1) ...
Vormals nicht ausgewähltes Paket imagemagick-6-common wird gewählt.
Vorbereitung zum Entpacken von .../01-imagemagick-6-common_8%3a6.9.10.23+dfsg-2.
1ubuntu11.4_all.deb ...
Entpacken von imagemagick-6-common (8:6.9.10.23+dfsg-2.1ubuntu11.4) ...
Vormals nicht ausgewähltes Paket libmagickcore-6.q16-6:amd64 wird gewählt.
Vorbereitung zum Entpacken von .../02-libmagickcore-6.q16-6_8%3a6.9.10.23+dfsg-2
.1ubuntu11.4_amd64.deb ...
Entpacken von libmagickcore-6.q16-6:amd64 (8:6.9.10.23+dfsg-2.1ubuntu11.4) ...
Vormals nicht ausgewähltes Paket libmagickwand-6.q16-6:amd64 wird gewählt.
Vorbereitung zum Entpacken von .../03-libmagickwand-6.q16-6_8%3a6.9.10.23+dfsg-2
.1ubuntu11.4_amd64.deb ...
Entpacken von libmagickwand-6.q16-6:amd64 (8:6.9.10.23+dfsg-2.1ubuntu11.4) ...
Vormals nicht ausgewähltes Paket gsfonts wird gewählt.
Vorbereitung zum Entpacken von .../04-gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.4_all
.deb ...
Entpacken von gsfonts (1:8.11+urwcyr1.0.7~pre44-4.4) ...
Vormals nicht ausgewähltes Paket imagemagick-6.q16 wird gewählt.
Vorbereitung zum Entpacken von .../05-imagemagick-6.q16_8%3a6.9.10.23+dfsg-2.1ub
untu11.4_amd64.deb ...
Entpacken von imagemagick-6.q16 (8:6.9.10.23+dfsg-2.1ubuntu11.4) ...
Vormals nicht ausgewähltes Paket imagemagick wird gewählt.
Vorbereitung zum Entpacken von .../06-imagemagick_8%3a6.9.10.23+dfsg-2.1ubuntu11
.4_amd64.deb ...
Entpacken von imagemagick (8:6.9.10.23+dfsg-2.1ubuntu11.4) ...
Vormals nicht ausgewähltes Paket libilmbase24:amd64 wird gewählt.
Vorbereitung zum Entpacken von .../07-libilmbase24_2.3.0-6build1_amd64.deb ...
Entpacken von libilmbase24:amd64 (2.3.0-6build1) ...
Vormals nicht ausgewähltes Paket libopenexr24:amd64 wird gewählt.
Vorbereitung zum Entpacken von .../08-libopenexr24_2.3.0-6ubuntu0.5_amd64.deb ..
.
Entpacken von libopenexr24:amd64 (2.3.0-6ubuntu0.5) ...
Vormals nicht ausgewähltes Paket libmagickcore-6.q16-6-extra:amd64 wird gewählt.
Vorbereitung zum Entpacken von .../09-libmagickcore-6.q16-6-extra_8%3a6.9.10.23+
dfsg-2.1ubuntu11.4_amd64.deb ...
Entpacken von libmagickcore-6.q16-6-extra:amd64 (8:6.9.10.23+dfsg-2.1ubuntu11.4)
 ...
Vormals nicht ausgewähltes Paket libnetpbm10 wird gewählt.
Vorbereitung zum Entpacken von .../10-libnetpbm10_2%3a10.0-15.3build1_amd64.deb 
...
Entpacken von libnetpbm10 (2:10.0-15.3build1) ...
Vormals nicht ausgewähltes Paket netpbm wird gewählt.
Vorbereitung zum Entpacken von .../11-netpbm_2%3a10.0-15.3build1_amd64.deb ...
Entpacken von netpbm (2:10.0-15.3build1) ...
Vormals nicht ausgewähltes Paket dh-exec wird gewählt.
Vorbereitung zum Entpacken von .../12-dh-exec_0.23.2_amd64.deb ...
Entpacken von dh-exec (0.23.2) ...
imagemagick-6-common (8:6.9.10.23+dfsg-2.1ubuntu11.4) wird eingerichtet ...
dh-exec (0.23.2) wird eingerichtet ...
libnetpbm10 (2:10.0-15.3build1) wird eingerichtet ...
libilmbase24:amd64 (2.3.0-6build1) wird eingerichtet ...
libopenexr24:amd64 (2.3.0-6ubuntu0.5) wird eingerichtet ...
gsfonts (1:8.11+urwcyr1.0.7~pre44-4.4) wird eingerichtet ...
netpbm (2:10.0-15.3build1) wird eingerichtet ...
liblqr-1-0:amd64 (0.4.2-2.1) wird eingerichtet ...
libmagickcore-6.q16-6:amd64 (8:6.9.10.23+dfsg-2.1ubuntu11.4) wird eingerichtet .
..
libmagickwand-6.q16-6:amd64 (8:6.9.10.23+dfsg-2.1ubuntu11.4) wird eingerichtet .
..
libmagickcore-6.q16-6-extra:amd64 (8:6.9.10.23+dfsg-2.1ubuntu11.4) wird eingeric
htet ...
imagemagick-6.q16 (8:6.9.10.23+dfsg-2.1ubuntu11.4) wird eingerichtet ...
update-alternatives: /usr/bin/compare-im6.q16 wird verwendet, um /usr/bin/compar
e (compare) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/compare-im6.q16 wird verwendet, um /usr/bin/compar
e-im6 (compare-im6) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/animate-im6.q16 wird verwendet, um /usr/bin/animat
e (animate) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/animate-im6.q16 wird verwendet, um /usr/bin/animat
e-im6 (animate-im6) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/convert-im6.q16 wird verwendet, um /usr/bin/conver
t (convert) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/convert-im6.q16 wird verwendet, um /usr/bin/conver
t-im6 (convert-im6) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/composite-im6.q16 wird verwendet, um /usr/bin/comp
osite (composite) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/composite-im6.q16 wird verwendet, um /usr/bin/comp
osite-im6 (composite-im6) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/conjure-im6.q16 wird verwendet, um /usr/bin/conjur
e (conjure) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/conjure-im6.q16 wird verwendet, um /usr/bin/conjur
e-im6 (conjure-im6) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/import-im6.q16 wird verwendet, um /usr/bin/import 
(import) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/import-im6.q16 wird verwendet, um /usr/bin/import-
im6 (import-im6) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/identify-im6.q16 wird verwendet, um /usr/bin/ident
ify (identify) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/identify-im6.q16 wird verwendet, um /usr/bin/ident
ify-im6 (identify-im6) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/stream-im6.q16 wird verwendet, um /usr/bin/stream 
(stream) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/stream-im6.q16 wird verwendet, um /usr/bin/stream-
im6 (stream-im6) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/display-im6.q16 wird verwendet, um /usr/bin/displa
y (display) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/display-im6.q16 wird verwendet, um /usr/bin/displa
y-im6 (display-im6) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/montage-im6.q16 wird verwendet, um /usr/bin/montag
e (montage) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/montage-im6.q16 wird verwendet, um /usr/bin/montag
e-im6 (montage-im6) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/mogrify-im6.q16 wird verwendet, um /usr/bin/mogrif
y (mogrify) im automatischen Modus bereitzustellen
update-alternatives: /usr/bin/mogrify-im6.q16 wird verwendet, um /usr/bin/mogrif
y-im6 (mogrify-im6) im automatischen Modus bereitzustellen
imagemagick (8:6.9.10.23+dfsg-2.1ubuntu11.4) wird eingerichtet ...
Trigger für desktop-file-utils (0.24-1ubuntu3) werden verarbeitet ...
Trigger für mime-support (3.64ubuntu1) werden verarbeitet ...
Trigger für hicolor-icon-theme (0.17-2) werden verarbeitet ...
Trigger für gnome-menus (3.36.0-1ubuntu1) werden verarbeitet ...
Trigger für libc-bin (2.31-0ubuntu9.2) werden verarbeitet ...
Trigger für man-db (2.9.1-1) werden verarbeitet ...
Trigger für fontconfig (2.13.1-2ubuntu3) werden verarbeitet ...
tomx3@surfbook-e11b:~/putty-0.76/putty-0.76$ dpkg-buildpackage -us -uc
dpkg-buildpackage: Warnung:     debian/changelog(l5): ungültig formatierte Zeile im Nachspann
LINE:  -- tomx3 <tomx3@tomtomtom.org> Sun, 7 Nov 2021 15:53:42 +0100
dpkg-buildpackage: Information: Quellpaket putty
dpkg-buildpackage: Information: Quellversion 0.76-1
dpkg-buildpackage: Information: Quelldistribution focal
dpkg-buildpackage: Information: Quelle geändert durch tomx3 <tomx3@tomtomtom.org>
dpkg-buildpackage: Information: Host-Architektur amd64
 dpkg-source --before-build .
dpkg-source: Warnung: putty-0.76/debian/changelog(l5): ungültig formatierte Zeile im Nachspann
LINE:  -- tomx3 <tomx3@tomtomtom.org> Sun, 7 Nov 2021 15:53:42 +0100
 fakeroot debian/rules clean
dh clean --with=autoreconf --parallel
   debian/rules override_dh_auto_clean
make[1]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird betreten
dh_auto_clean
/usr/bin/make -C icons clean
make[2]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76/icons“ wird betreten
rm -f *.pam *.png *.ico *.icns *.c
make[2]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76/icons“ wird verlassen
make[1]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird verlassen
   dh_autoreconf_clean -O--parallel
   dh_clean -O--parallel
 dpkg-source -b .
dpkg-source: Warnung: putty-0.76/debian/changelog(l5): ungültig formatierte Zeile im Nachspann
LINE:  -- tomx3 <tomx3@tomtomtom.org> Sun, 7 Nov 2021 15:53:42 +0100
dpkg-source: Information: Quellformat »3.0 (quilt)« wird verwendet
dpkg-source: Information: putty wird unter Benutzung des existierenden ./putty_0.76.orig.tar.gz gebaut
dpkg-source: Information: Patchliste aus debian/patches/series wird verwendet
dpkg-source: Warnung: putty-0.76/debian/changelog(l5): ungültig formatierte Zeile im Nachspann
LINE:  -- tomx3 <tomx3@tomtomtom.org> Sun, 7 Nov 2021 15:53:42 +0100
dpkg-source: Information: putty wird in putty_0.76-1.debian.tar.xz gebaut
dpkg-source: Information: putty wird in putty_0.76-1.dsc gebaut
 debian/rules build
dh build --with=autoreconf --parallel
   dh_update_autotools_config -O--parallel
   debian/rules override_dh_autoreconf-arch
make[1]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird betreten
dh_autoreconf debian/rules -- autoreconf
make[2]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird betreten
./mkfiles.pl
autoreconf -fi
configure.ac:110: warning: generating configure script without GTK 2 autodetection
configure.ac:110: warning: generating configure script without GTK 2 autodetection
configure.ac:110: warning: generating configure script without GTK 2 autodetection
configure.ac:110: warning: generating configure script without GTK 2 autodetection
configure.ac:110: warning: generating configure script without GTK 2 autodetection
rm -rf autom4te.cache
make[2]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird verlassen
make[1]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird verlassen
   debian/rules override_dh_auto_configure-arch
make[1]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird betreten
dh_auto_configure -- --disable-git-commit
	./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --disable-git-commit
configure: WARNING: unrecognized options: --disable-maintainer-mode
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for ranlib... ranlib
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking for ar... ar
checking the archiver (ar) interface... ar
checking for gcc option to accept ISO C99... none needed
checking for utmpx.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GTK+ - version >= 3.0.0... yes (version 3.24.20)
checking for pango_font_family_is_monospace... yes
checking for pango_font_map_list_families... yes
checking for library containing socket... none required
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for library containing dlopen... -ldl
checking for XOpenDisplay in -lX11... yes
checking for getaddrinfo... yes
checking for posix_openpt... yes
checking for ptsname... yes
checking for setresuid... yes
checking for strsignal... yes
checking for updwtmpx... yes
checking for fstatat... yes
checking for dirfd... yes
checking for futimes... yes
checking for setpwent... yes
checking for endpwent... yes
checking for getauxval... yes
checking for elf_aux_info... no
checking for sysctlbyname... no
checking whether CLOCK_MONOTONIC is declared... yes
checking sys/auxv.h usability... yes
checking sys/auxv.h presence... yes
checking for sys/auxv.h... yes
checking asm/hwcap.h usability... no
checking asm/hwcap.h presence... no
checking for asm/hwcap.h... no
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking for sys/types.h... (cached) yes
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking for library containing clock_gettime... none required
checking for SO_PEERCRED and dependencies... yes
checking for library containing pow... -lm
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating uxconfig.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
make[1]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird verlassen
   debian/rules override_dh_auto_build-arch
make[1]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird betreten
dh_auto_build
	make -j2
make[2]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird betreten
make  all-am
make[3]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird betreten
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o agentf.o agentf.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o aqsync.o aqsync.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o be_all_s.o be_all_s.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o be_misc.o be_misc.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o callback.o callback.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o clicons.o clicons.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o cmdline.o cmdline.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o conf.o conf.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o console.o console.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o cproxy.o cproxy.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ecc.o ecc.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o errsock.o errsock.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ldisc.o ldisc.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o logging.o logging.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o mainchan.o mainchan.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o marshal.o marshal.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o memory.o memory.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o misc.o misc.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o mpint.o mpint.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o noterm.o noterm.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o nullplug.o nullplug.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o pgssapi.o pgssapi.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o pinger.o pinger.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o portfwd.o portfwd.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o proxy.o proxy.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o raw.o raw.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o rlogin.o rlogin.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sessprep.o sessprep.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o settings.o settings.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssh.o ssh.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssh1bpp.o ssh1bpp.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssh1censor.o ssh1censor.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssh1connection-client.o ssh1connection-client.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssh1connection.o ssh1connection.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssh1login.o ssh1login.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssh2bpp-bare.o ssh2bpp-bare.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssh2bpp.o ssh2bpp.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssh2censor.o ssh2censor.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssh2connection-client.o ssh2connection-client.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssh2connection.o ssh2connection.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssh2kex-client.o ssh2kex-client.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssh2transhk.o ssh2transhk.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssh2transport.o ssh2transport.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssh2userauth.o ssh2userauth.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshaes.o sshaes.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssharcf.o ssharcf.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshargon2.o sshargon2.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshauxcrypt.o sshauxcrypt.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshblake2.o sshblake2.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshblowf.o sshblowf.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshccp.o sshccp.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshcommon.o sshcommon.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshcrc.o sshcrc.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshcrcda.o sshcrcda.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshdes.o sshdes.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshdh.o sshdh.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshdss.o sshdss.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshecc.o sshecc.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshgssc.o sshgssc.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshhmac.o sshhmac.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshmac.o sshmac.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshmd5.o sshmd5.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshprng.o sshprng.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshpubk.o sshpubk.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshrand.o sshrand.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshrsa.o sshrsa.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshsh256.o sshsh256.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshsh512.o sshsh512.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshsha.o sshsha.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshsha3.o sshsha3.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshshare.o sshshare.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshutils.o sshutils.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshverstring.o sshverstring.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshzlib.o sshzlib.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o stripctrl.o stripctrl.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o supdup.o supdup.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o telnet.o telnet.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o time.o time.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o timing.o timing.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o tree234.o tree234.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o utils.o utils.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o wcwidth.o wcwidth.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o wildcard.o wildcard.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o x11fwd.o x11fwd.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64   -Wall -Wpointer-arith -Wvla  -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o libversion_a-version.o `test -f 'version.c' || echo './'`version.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o be_ssh.o be_ssh.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o pscp.o pscp.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o psftpcommon.o psftpcommon.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sftp.o sftp.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sftpcommon.o sftpcommon.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxsftp.o unix/uxsftp.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o psftp.o psftp.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o be_none.o be_none.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o millerrabin.o millerrabin.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o mpunsafe.o mpunsafe.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o nogss.o nogss.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o pockle.o pockle.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o primecandidate.o primecandidate.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o scpserver.o scpserver.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sesschan.o sesschan.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sftpserver.o sftpserver.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o smallprimes.o smallprimes.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssh1connection-server.o ssh1connection-server.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssh1login-server.o ssh1login-server.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssh2connection-server.o ssh2connection-server.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssh2kex-server.o ssh2kex-server.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ssh2userauth-server.o ssh2userauth-server.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshprime.o sshprime.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshrsag.o sshrsag.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshserver.o sshserver.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/procnet.o unix/procnet.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxagentsock.o unix/uxagentsock.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxpsusan.o unix/uxpsusan.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxpty.o unix/uxpty.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxsftpserver.o unix/uxsftpserver.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o cmdgen.o cmdgen.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o import.o import.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o notiming.o notiming.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshbcrypt.o sshbcrypt.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshdssg.o sshdssg.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o sshecdsag.o sshecdsag.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxgen.o unix/uxgen.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o nocproxy.o nocproxy.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o pageant.o pageant.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/gtkask.o unix/gtkask.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/gtkmisc.o unix/gtkmisc.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxpgnt.o unix/uxpgnt.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o config.o config.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o dialog.o dialog.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o minibidi.o minibidi.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o miscucs.o miscucs.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o terminal.o terminal.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/gtkcfg.o unix/gtkcfg.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/gtkcols.o unix/gtkcols.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/gtkcomm.o unix/gtkcomm.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/gtkdlg.o unix/gtkdlg.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/gtkfont.o unix/gtkfont.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/gtkmain.o unix/gtkmain.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/gtkwin.o unix/gtkwin.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxcfg.o unix/uxcfg.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxprint.o unix/uxprint.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxpterm.o unix/uxpterm.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxucs.o unix/uxucs.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/x11misc.o unix/x11misc.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/xkeysym.o unix/xkeysym.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/xpmptcfg.o unix/xpmptcfg.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/xpmpterm.o unix/xpmpterm.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxputty.o unix/uxputty.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/xpmpucfg.o unix/xpmpucfg.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/xpmputty.o unix/xpmputty.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o be_nos_s.o be_nos_s.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o norand.o norand.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o cgtest.o cgtest.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o fuzzterm.o fuzzterm.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/osxlaunch.o unix/osxlaunch.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o psocks.o psocks.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxsocks.o unix/uxsocks.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o testcrypt.o testcrypt.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o testsc.o testsc.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o testzlib.o testzlib.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxserver.o unix/uxserver.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o nocmdline.o nocmdline.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/gtkapp.o unix/gtkapp.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/ux_x11.o unix/ux_x11.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxagentc.o unix/uxagentc.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxcliloop.o unix/uxcliloop.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxcons.o unix/uxcons.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxfdsock.o unix/uxfdsock.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxgss.o unix/uxgss.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxmisc.o unix/uxmisc.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxnet.o unix/uxnet.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxnogtk.o unix/uxnogtk.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxnoise.o unix/uxnoise.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxpeer.o unix/uxpeer.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxplink.o unix/uxplink.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxpoll.o unix/uxpoll.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxproxy.o unix/uxproxy.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxsel.o unix/uxsel.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxser.o unix/uxser.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxshare.o unix/uxshare.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxsignal.o unix/uxsignal.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxstore.o unix/uxstore.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o unix/uxutils.o unix/uxutils.c
rm -f libversion.a
ar cru libversion.a libversion_a-version.o 
ar: `u' Adressmodifizierer wurde ignoriert weil `D' Standard ist (siehe `U')
ranlib libversion.a
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o charset/fromucs.o charset/fromucs.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o charset/localenc.o charset/localenc.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o charset/macenc.o charset/macenc.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o charset/mimeenc.o charset/mimeenc.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o charset/sbcs.o charset/sbcs.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o charset/sbcsdat.o charset/sbcsdat.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o charset/slookup.o charset/slookup.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o charset/toucs.o charset/toucs.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o charset/utf8.o charset/utf8.c
gcc -DHAVE_CONFIG_H -I.  -I././ -I./charset/ -I./windows/ -I./unix/ -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security -c -o charset/xenc.o charset/xenc.c
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -o cgtest cgtest.o conf.o console.o ecc.o import.o marshal.o memory.o millerrabin.o misc.o mpint.o mpunsafe.o notiming.o pockle.o primecandidate.o smallprimes.o sshaes.o sshargon2.o sshauxcrypt.o sshbcrypt.o sshblake2.o sshblowf.o sshdes.o sshdss.o sshdssg.o sshecc.o sshecdsag.o sshhmac.o sshmd5.o sshprime.o sshprng.o sshpubk.o sshrand.o sshrsa.o sshrsag.o sshsh256.o sshsh512.o sshsha.o sshsha3.o stripctrl.o time.o tree234.o unix/uxcons.o unix/uxgen.o unix/uxmisc.o unix/uxnogtk.o unix/uxnoise.o unix/uxpoll.o unix/uxstore.o unix/uxutils.o utils.o wcwidth.o libversion.a -lm -ldl 
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -o osxlaunch unix/osxlaunch.o  -lm -ldl 
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -o psocks be_misc.o callback.o conf.o console.o errsock.o logging.o marshal.o memory.o misc.o nocproxy.o norand.o portfwd.o proxy.o psocks.o sshutils.o stripctrl.o time.o timing.o tree234.o unix/uxcliloop.o unix/uxcons.o unix/uxfdsock.o unix/uxmisc.o unix/uxnet.o unix/uxnogtk.o unix/uxpeer.o unix/uxpoll.o unix/uxproxy.o unix/uxsel.o unix/uxsignal.o unix/uxsocks.o utils.o wcwidth.o libversion.a -lm -ldl 
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -o testcrypt ecc.o marshal.o memory.o millerrabin.o mpint.o mpunsafe.o pockle.o primecandidate.o smallprimes.o sshaes.o ssharcf.o sshargon2.o sshauxcrypt.o sshblake2.o sshblowf.o sshccp.o sshcrc.o sshcrcda.o sshdes.o sshdh.o sshdss.o sshdssg.o sshecc.o sshecdsag.o sshhmac.o sshmd5.o sshprime.o sshprng.o sshpubk.o sshrsa.o sshrsag.o sshsh256.o sshsh512.o sshsha.o sshsha3.o testcrypt.o tree234.o unix/uxutils.o utils.o  -lm -ldl 
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -o testsc ecc.o marshal.o memory.o mpint.o sshaes.o ssharcf.o sshargon2.o sshauxcrypt.o sshblake2.o sshblowf.o sshccp.o sshcrc.o sshcrcda.o sshdes.o sshdh.o sshdss.o sshecc.o sshhmac.o sshmac.o sshmd5.o sshpubk.o sshrsa.o sshsh256.o sshsh512.o sshsha.o sshsha3.o testsc.o tree234.o unix/uxutils.o utils.o wildcard.o  -lm -ldl 
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -o testzlib marshal.o memory.o sshzlib.o testzlib.o utils.o  -lm -ldl 
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -o uppity be_misc.o be_none.o callback.o conf.o cproxy.o ecc.o errsock.o logging.o marshal.o memory.o millerrabin.o misc.o mpint.o mpunsafe.o nullplug.o pgssapi.o pockle.o portfwd.o primecandidate.o proxy.o scpserver.o sesschan.o settings.o sftpcommon.o sftpserver.o smallprimes.o ssh1bpp.o ssh1censor.o ssh1connection-server.o ssh1connection.o ssh1login-server.o ssh2bpp-bare.o ssh2bpp.o ssh2censor.o ssh2connection-server.o ssh2connection.o ssh2kex-server.o ssh2transhk.o ssh2transport.o ssh2userauth-server.o sshaes.o ssharcf.o sshargon2.o sshauxcrypt.o sshblake2.o sshblowf.o sshccp.o sshcommon.o sshcrc.o sshcrcda.o sshdes.o sshdh.o sshdss.o sshecc.o sshgssc.o sshhmac.o sshmac.o sshmd5.o sshprime.o sshprng.o sshpubk.o sshrand.o sshrsa.o sshrsag.o sshserver.o sshsh256.o sshsh512.o sshsha.o sshsha3.o sshutils.o sshverstring.o sshzlib.o stripctrl.o time.o timing.o tree234.o unix/procnet.o unix/ux_x11.o unix/uxagentsock.o unix/uxcliloop.o unix/uxfdsock.o unix/uxgss.o unix/uxmisc.o unix/uxnet.o unix/uxnogtk.o unix/uxnoise.o unix/uxpeer.o unix/uxpoll.o unix/uxproxy.o unix/uxpty.o unix/uxsel.o unix/uxserver.o unix/uxsftpserver.o unix/uxsignal.o unix/uxstore.o unix/uxutils.o utils.o wcwidth.o wildcard.o x11fwd.o libversion.a -lm -ldl 
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -o ptermapp be_none.o callback.o charset/fromucs.o charset/localenc.o charset/macenc.o charset/mimeenc.o charset/sbcs.o charset/sbcsdat.o charset/slookup.o charset/toucs.o charset/utf8.o charset/xenc.o conf.o config.o dialog.o ldisc.o logging.o marshal.o memory.o minibidi.o misc.o miscucs.o nocmdline.o nocproxy.o nogss.o sessprep.o settings.o stripctrl.o terminal.o time.o timing.o tree234.o unix/gtkapp.o unix/gtkcfg.o unix/gtkcols.o unix/gtkcomm.o unix/gtkdlg.o unix/gtkfont.o unix/gtkmisc.o unix/gtkwin.o unix/uxcfg.o unix/uxmisc.o unix/uxprint.o unix/uxpterm.o unix/uxpty.o unix/uxsel.o unix/uxsignal.o unix/uxstore.o unix/uxucs.o unix/x11misc.o unix/xkeysym.o unix/xpmptcfg.o unix/xpmpterm.o utils.o wcwidth.o libversion.a -lX11 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -ldl 
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -o puttyapp agentf.o aqsync.o be_all_s.o be_misc.o callback.o charset/fromucs.o charset/localenc.o charset/macenc.o charset/mimeenc.o charset/sbcs.o charset/sbcsdat.o charset/slookup.o charset/toucs.o charset/utf8.o charset/xenc.o conf.o config.o cproxy.o dialog.o ecc.o errsock.o ldisc.o logging.o mainchan.o marshal.o memory.o minibidi.o misc.o miscucs.o mpint.o nocmdline.o nullplug.o pgssapi.o pinger.o portfwd.o proxy.o raw.o rlogin.o sessprep.o settings.o ssh.o ssh1bpp.o ssh1censor.o ssh1connection-client.o ssh1connection.o ssh1login.o ssh2bpp-bare.o ssh2bpp.o ssh2censor.o ssh2connection-client.o ssh2connection.o ssh2kex-client.o ssh2transhk.o ssh2transport.o ssh2userauth.o sshaes.o ssharcf.o sshargon2.o sshauxcrypt.o sshblake2.o sshblowf.o sshccp.o sshcommon.o sshcrc.o sshcrcda.o sshdes.o sshdh.o sshdss.o sshecc.o sshgssc.o sshhmac.o sshmac.o sshmd5.o sshprng.o sshpubk.o sshrand.o sshrsa.o sshsh256.o sshsh512.o sshsha.o sshsha3.o sshshare.o sshutils.o sshverstring.o sshzlib.o stripctrl.o supdup.o telnet.o terminal.o time.o timing.o tree234.o unix/gtkapp.o unix/gtkcfg.o unix/gtkcols.o unix/gtkcomm.o unix/gtkdlg.o unix/gtkfont.o unix/gtkmisc.o unix/gtkwin.o unix/ux_x11.o unix/uxagentc.o unix/uxcfg.o unix/uxfdsock.o unix/uxgss.o unix/uxmisc.o unix/uxnet.o unix/uxnoise.o unix/uxpeer.o unix/uxpoll.o unix/uxprint.o unix/uxproxy.o unix/uxputty.o unix/uxsel.o unix/uxser.o unix/uxshare.o unix/uxsignal.o unix/uxstore.o unix/uxucs.o unix/uxutils.o unix/x11misc.o unix/xkeysym.o unix/xpmpucfg.o unix/xpmputty.o utils.o wcwidth.o wildcard.o x11fwd.o libversion.a -lX11 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -ldl 
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -o plink agentf.o aqsync.o be_all_s.o be_misc.o callback.o clicons.o cmdline.o conf.o console.o cproxy.o ecc.o errsock.o ldisc.o logging.o mainchan.o marshal.o memory.o misc.o mpint.o noterm.o nullplug.o pgssapi.o pinger.o portfwd.o proxy.o raw.o rlogin.o sessprep.o settings.o ssh.o ssh1bpp.o ssh1censor.o ssh1connection-client.o ssh1connection.o ssh1login.o ssh2bpp-bare.o ssh2bpp.o ssh2censor.o ssh2connection-client.o ssh2connection.o ssh2kex-client.o ssh2transhk.o ssh2transport.o ssh2userauth.o sshaes.o ssharcf.o sshargon2.o sshauxcrypt.o sshblake2.o sshblowf.o sshccp.o sshcommon.o sshcrc.o sshcrcda.o sshdes.o sshdh.o sshdss.o sshecc.o sshgssc.o sshhmac.o sshmac.o sshmd5.o sshprng.o sshpubk.o sshrand.o sshrsa.o sshsh256.o sshsh512.o sshsha.o sshsha3.o sshshare.o sshutils.o sshverstring.o sshzlib.o stripctrl.o supdup.o telnet.o time.o timing.o tree234.o unix/ux_x11.o unix/uxagentc.o unix/uxcliloop.o unix/uxcons.o unix/uxfdsock.o unix/uxgss.o unix/uxmisc.o unix/uxnet.o unix/uxnogtk.o unix/uxnoise.o unix/uxpeer.o unix/uxplink.o unix/uxpoll.o unix/uxproxy.o unix/uxsel.o unix/uxser.o unix/uxshare.o unix/uxsignal.o unix/uxstore.o unix/uxutils.o utils.o wcwidth.o wildcard.o x11fwd.o libversion.a -lm -ldl 
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -o pscp agentf.o aqsync.o be_misc.o be_ssh.o callback.o clicons.o cmdline.o conf.o console.o cproxy.o ecc.o errsock.o logging.o mainchan.o marshal.o memory.o misc.o mpint.o nullplug.o pgssapi.o pinger.o portfwd.o proxy.o pscp.o psftpcommon.o settings.o sftp.o sftpcommon.o ssh.o ssh1bpp.o ssh1censor.o ssh1connection-client.o ssh1connection.o ssh1login.o ssh2bpp-bare.o ssh2bpp.o ssh2censor.o ssh2connection-client.o ssh2connection.o ssh2kex-client.o ssh2transhk.o ssh2transport.o ssh2userauth.o sshaes.o ssharcf.o sshargon2.o sshauxcrypt.o sshblake2.o sshblowf.o sshccp.o sshcommon.o sshcrc.o sshcrcda.o sshdes.o sshdh.o sshdss.o sshecc.o sshgssc.o sshhmac.o sshmac.o sshmd5.o sshprng.o sshpubk.o sshrand.o sshrsa.o sshsh256.o sshsh512.o sshsha.o sshsha3.o sshshare.o sshutils.o sshverstring.o sshzlib.o stripctrl.o time.o timing.o tree234.o unix/uxagentc.o unix/uxcliloop.o unix/uxcons.o unix/uxfdsock.o unix/uxgss.o unix/uxmisc.o unix/uxnet.o unix/uxnogtk.o unix/uxnoise.o unix/uxpeer.o unix/uxpoll.o unix/uxproxy.o unix/uxsel.o unix/uxsftp.o unix/uxshare.o unix/uxstore.o unix/uxutils.o utils.o wcwidth.o wildcard.o x11fwd.o libversion.a -lm -ldl 
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -o psftp agentf.o aqsync.o be_misc.o be_ssh.o callback.o clicons.o cmdline.o conf.o console.o cproxy.o ecc.o errsock.o logging.o mainchan.o marshal.o memory.o misc.o mpint.o nullplug.o pgssapi.o pinger.o portfwd.o proxy.o psftp.o psftpcommon.o settings.o sftp.o sftpcommon.o ssh.o ssh1bpp.o ssh1censor.o ssh1connection-client.o ssh1connection.o ssh1login.o ssh2bpp-bare.o ssh2bpp.o ssh2censor.o ssh2connection-client.o ssh2connection.o ssh2kex-client.o ssh2transhk.o ssh2transport.o ssh2userauth.o sshaes.o ssharcf.o sshargon2.o sshauxcrypt.o sshblake2.o sshblowf.o sshccp.o sshcommon.o sshcrc.o sshcrcda.o sshdes.o sshdh.o sshdss.o sshecc.o sshgssc.o sshhmac.o sshmac.o sshmd5.o sshprng.o sshpubk.o sshrand.o sshrsa.o sshsh256.o sshsh512.o sshsha.o sshsha3.o sshshare.o sshutils.o sshverstring.o sshzlib.o stripctrl.o time.o timing.o tree234.o unix/uxagentc.o unix/uxcliloop.o unix/uxcons.o unix/uxfdsock.o unix/uxgss.o unix/uxmisc.o unix/uxnet.o unix/uxnogtk.o unix/uxnoise.o unix/uxpeer.o unix/uxpoll.o unix/uxproxy.o unix/uxsel.o unix/uxsftp.o unix/uxshare.o unix/uxstore.o unix/uxutils.o utils.o wcwidth.o wildcard.o x11fwd.o libversion.a -lm -ldl 
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -o psusan be_misc.o be_none.o callback.o conf.o cproxy.o ecc.o errsock.o logging.o marshal.o memory.o millerrabin.o misc.o mpint.o mpunsafe.o nogss.o nullplug.o pgssapi.o pockle.o portfwd.o primecandidate.o proxy.o scpserver.o sesschan.o settings.o sftpcommon.o sftpserver.o smallprimes.o ssh1bpp.o ssh1censor.o ssh1connection-server.o ssh1connection.o ssh1login-server.o ssh2bpp-bare.o ssh2bpp.o ssh2censor.o ssh2connection-server.o ssh2connection.o ssh2kex-server.o ssh2transhk.o ssh2transport.o ssh2userauth-server.o sshaes.o ssharcf.o sshargon2.o sshauxcrypt.o sshblake2.o sshblowf.o sshccp.o sshcommon.o sshcrc.o sshcrcda.o sshdes.o sshdh.o sshdss.o sshecc.o sshgssc.o sshhmac.o sshmac.o sshmd5.o sshprime.o sshprng.o sshpubk.o sshrand.o sshrsa.o sshrsag.o sshserver.o sshsh256.o sshsh512.o sshsha.o sshsha3.o sshutils.o sshverstring.o sshzlib.o stripctrl.o time.o timing.o tree234.o unix/procnet.o unix/ux_x11.o unix/uxagentsock.o unix/uxcliloop.o unix/uxfdsock.o unix/uxmisc.o unix/uxnet.o unix/uxnogtk.o unix/uxnoise.o unix/uxpeer.o unix/uxpoll.o unix/uxproxy.o unix/uxpsusan.o unix/uxpty.o unix/uxsel.o unix/uxsftpserver.o unix/uxsignal.o unix/uxstore.o unix/uxutils.o utils.o wcwidth.o wildcard.o x11fwd.o libversion.a -lm -ldl 
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -o puttygen cmdgen.o conf.o console.o ecc.o import.o marshal.o memory.o millerrabin.o misc.o mpint.o mpunsafe.o notiming.o pockle.o primecandidate.o smallprimes.o sshaes.o sshargon2.o sshauxcrypt.o sshbcrypt.o sshblake2.o sshblowf.o sshdes.o sshdss.o sshdssg.o sshecc.o sshecdsag.o sshhmac.o sshmd5.o sshprime.o sshprng.o sshpubk.o sshrand.o sshrsa.o sshrsag.o sshsh256.o sshsh512.o sshsha.o sshsha3.o stripctrl.o time.o tree234.o unix/uxcons.o unix/uxgen.o unix/uxmisc.o unix/uxnogtk.o unix/uxnoise.o unix/uxpoll.o unix/uxstore.o unix/uxutils.o utils.o wcwidth.o libversion.a -lm -ldl 
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -o pageant aqsync.o be_misc.o be_none.o callback.o conf.o console.o ecc.o errsock.o logging.o marshal.o memory.o misc.o mpint.o nocproxy.o nogss.o nullplug.o pageant.o proxy.o settings.o sshaes.o sshargon2.o sshauxcrypt.o sshblake2.o sshdes.o sshdss.o sshecc.o sshhmac.o sshmd5.o sshprng.o sshpubk.o sshrsa.o sshsh256.o sshsh512.o sshsha.o sshsha3.o stripctrl.o time.o timing.o tree234.o unix/gtkask.o unix/gtkmisc.o unix/ux_x11.o unix/uxagentc.o unix/uxagentsock.o unix/uxcliloop.o unix/uxcons.o unix/uxfdsock.o unix/uxmisc.o unix/uxnet.o unix/uxnoise.o unix/uxpeer.o unix/uxpgnt.o unix/uxpoll.o unix/uxproxy.o unix/uxsel.o unix/uxsignal.o unix/uxstore.o unix/uxutils.o utils.o wcwidth.o x11fwd.o libversion.a -lX11 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -ldl 
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -o pterm be_none.o callback.o charset/fromucs.o charset/localenc.o charset/macenc.o charset/mimeenc.o charset/sbcs.o charset/sbcsdat.o charset/slookup.o charset/toucs.o charset/utf8.o charset/xenc.o cmdline.o conf.o config.o dialog.o ldisc.o logging.o marshal.o memory.o minibidi.o misc.o miscucs.o nocproxy.o nogss.o sessprep.o settings.o stripctrl.o terminal.o time.o timing.o tree234.o unix/gtkcfg.o unix/gtkcols.o unix/gtkcomm.o unix/gtkdlg.o unix/gtkfont.o unix/gtkmain.o unix/gtkmisc.o unix/gtkwin.o unix/uxcfg.o unix/uxmisc.o unix/uxprint.o unix/uxpterm.o unix/uxpty.o unix/uxsel.o unix/uxsignal.o unix/uxstore.o unix/uxucs.o unix/x11misc.o unix/xkeysym.o unix/xpmptcfg.o unix/xpmpterm.o utils.o wcwidth.o libversion.a -lX11 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -ldl 
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -o putty agentf.o aqsync.o be_all_s.o be_misc.o callback.o charset/fromucs.o charset/localenc.o charset/macenc.o charset/mimeenc.o charset/sbcs.o charset/sbcsdat.o charset/slookup.o charset/toucs.o charset/utf8.o charset/xenc.o cmdline.o conf.o config.o cproxy.o dialog.o ecc.o errsock.o ldisc.o logging.o mainchan.o marshal.o memory.o minibidi.o misc.o miscucs.o mpint.o nullplug.o pgssapi.o pinger.o portfwd.o proxy.o raw.o rlogin.o sessprep.o settings.o ssh.o ssh1bpp.o ssh1censor.o ssh1connection-client.o ssh1connection.o ssh1login.o ssh2bpp-bare.o ssh2bpp.o ssh2censor.o ssh2connection-client.o ssh2connection.o ssh2kex-client.o ssh2transhk.o ssh2transport.o ssh2userauth.o sshaes.o ssharcf.o sshargon2.o sshauxcrypt.o sshblake2.o sshblowf.o sshccp.o sshcommon.o sshcrc.o sshcrcda.o sshdes.o sshdh.o sshdss.o sshecc.o sshgssc.o sshhmac.o sshmac.o sshmd5.o sshprng.o sshpubk.o sshrand.o sshrsa.o sshsh256.o sshsh512.o sshsha.o sshsha3.o sshshare.o sshutils.o sshverstring.o sshzlib.o stripctrl.o supdup.o telnet.o terminal.o time.o timing.o tree234.o unix/gtkcfg.o unix/gtkcols.o unix/gtkcomm.o unix/gtkdlg.o unix/gtkfont.o unix/gtkmain.o unix/gtkmisc.o unix/gtkwin.o unix/ux_x11.o unix/uxagentc.o unix/uxcfg.o unix/uxfdsock.o unix/uxgss.o unix/uxmisc.o unix/uxnet.o unix/uxnoise.o unix/uxpeer.o unix/uxpoll.o unix/uxprint.o unix/uxproxy.o unix/uxputty.o unix/uxsel.o unix/uxser.o unix/uxshare.o unix/uxsignal.o unix/uxstore.o unix/uxucs.o unix/uxutils.o unix/x11misc.o unix/xkeysym.o unix/xpmpucfg.o unix/xpmputty.o utils.o wcwidth.o wildcard.o x11fwd.o libversion.a -lX11 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -ldl 
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -o puttytel be_misc.o be_nos_s.o callback.o charset/fromucs.o charset/localenc.o charset/macenc.o charset/mimeenc.o charset/sbcs.o charset/sbcsdat.o charset/slookup.o charset/toucs.o charset/utf8.o charset/xenc.o cmdline.o conf.o config.o dialog.o errsock.o ldisc.o logging.o marshal.o memory.o minibidi.o misc.o miscucs.o nocproxy.o nogss.o norand.o pinger.o proxy.o raw.o rlogin.o sessprep.o settings.o stripctrl.o supdup.o telnet.o terminal.o time.o timing.o tree234.o unix/gtkcfg.o unix/gtkcols.o unix/gtkcomm.o unix/gtkdlg.o unix/gtkfont.o unix/gtkmain.o unix/gtkmisc.o unix/gtkwin.o unix/uxcfg.o unix/uxfdsock.o unix/uxmisc.o unix/uxnet.o unix/uxpeer.o unix/uxpoll.o unix/uxprint.o unix/uxproxy.o unix/uxputty.o unix/uxsel.o unix/uxser.o unix/uxsignal.o unix/uxstore.o unix/uxucs.o unix/uxutils.o unix/x11misc.o unix/xkeysym.o unix/xpmpucfg.o unix/xpmputty.o utils.o wcwidth.o libversion.a -lX11 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -ldl 
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -Wall -Wpointer-arith -Wvla -g -O2 -fdebug-prefix-map=/home/tomx3/putty-0.76/putty-0.76=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -o fuzzterm be_none.o callback.o charset/fromucs.o charset/localenc.o charset/macenc.o charset/mimeenc.o charset/sbcs.o charset/sbcsdat.o charset/slookup.o charset/toucs.o charset/utf8.o charset/xenc.o conf.o config.o dialog.o fuzzterm.o logging.o marshal.o memory.o minibidi.o misc.o miscucs.o settings.o stripctrl.o terminal.o time.o timing.o tree234.o unix/uxcfg.o unix/uxmisc.o unix/uxnogtk.o unix/uxprint.o unix/uxstore.o unix/uxucs.o utils.o wcwidth.o libversion.a -lm -ldl 
make[3]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird verlassen
make[2]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird verlassen
/usr/bin/make -C icons cicons pngs
make[2]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76/icons“ wird betreten
./mkicon.py  putty_icon 16 putty-16.pam
convert putty-16.pam putty-16.png
./mkicon.py  putty_icon 32 putty-32.pam
convert putty-32.pam putty-32.png
./mkicon.py  putty_icon 48 putty-48.pam
convert putty-48.pam putty-48.png
./cicon.pl main_icon putty-16.png putty-32.png putty-48.png > xpmputty.c
./mkicon.py  puttycfg_icon 16 puttycfg-16.pam
convert puttycfg-16.pam puttycfg-16.png
./mkicon.py  puttycfg_icon 32 puttycfg-32.pam
convert puttycfg-32.pam puttycfg-32.png
./mkicon.py  puttycfg_icon 48 puttycfg-48.pam
convert puttycfg-48.pam puttycfg-48.png
./cicon.pl cfg_icon puttycfg-16.png puttycfg-32.png puttycfg-48.png > xpmpucfg.c
./mkicon.py  pterm_icon 16 pterm-16.pam
convert pterm-16.pam pterm-16.png
./mkicon.py  pterm_icon 32 pterm-32.pam
convert pterm-32.pam pterm-32.png
./mkicon.py  pterm_icon 48 pterm-48.pam
convert pterm-48.pam pterm-48.png
./cicon.pl main_icon pterm-16.png pterm-32.png pterm-48.png > xpmpterm.c
./mkicon.py  ptermcfg_icon 16 ptermcfg-16.pam
convert ptermcfg-16.pam ptermcfg-16.png
./mkicon.py  ptermcfg_icon 32 ptermcfg-32.pam
convert ptermcfg-32.pam ptermcfg-32.png
./mkicon.py  ptermcfg_icon 48 ptermcfg-48.pam
convert ptermcfg-48.pam ptermcfg-48.png
./cicon.pl cfg_icon ptermcfg-16.png ptermcfg-32.png ptermcfg-48.png > xpmptcfg.c
./mkicon.py  putty_icon 128 putty-128.pam
convert putty-128.pam putty-128.png
./mkicon.py  puttycfg_icon 128 puttycfg-128.pam
convert puttycfg-128.pam puttycfg-128.png
./mkicon.py  puttygen_icon 16 puttygen-16.pam
convert puttygen-16.pam puttygen-16.png
./mkicon.py  puttygen_icon 32 puttygen-32.pam
convert puttygen-32.pam puttygen-32.png
./mkicon.py  puttygen_icon 48 puttygen-48.pam
convert puttygen-48.pam puttygen-48.png
./mkicon.py  puttygen_icon 128 puttygen-128.pam
convert puttygen-128.pam puttygen-128.png
./mkicon.py  pscp_icon 16 pscp-16.pam
convert pscp-16.pam pscp-16.png
./mkicon.py  pscp_icon 32 pscp-32.pam
convert pscp-32.pam pscp-32.png
./mkicon.py  pscp_icon 48 pscp-48.pam
convert pscp-48.pam pscp-48.png
./mkicon.py  pscp_icon 128 pscp-128.pam
convert pscp-128.pam pscp-128.png
./mkicon.py  pageant_icon 16 pageant-16.pam
convert pageant-16.pam pageant-16.png
./mkicon.py  pageant_icon 32 pageant-32.pam
convert pageant-32.pam pageant-32.png
./mkicon.py  pageant_icon 48 pageant-48.pam
convert pageant-48.pam pageant-48.png
./mkicon.py  pageant_icon 128 pageant-128.pam
convert pageant-128.pam pageant-128.png
./mkicon.py  pterm_icon 128 pterm-128.pam
convert pterm-128.pam pterm-128.png
./mkicon.py  ptermcfg_icon 128 ptermcfg-128.pam
convert ptermcfg-128.pam ptermcfg-128.png
./mkicon.py  puttyins_icon 16 puttyins-16.pam
convert puttyins-16.pam puttyins-16.png
./mkicon.py  puttyins_icon 32 puttyins-32.pam
convert puttyins-32.pam puttyins-32.png
./mkicon.py  puttyins_icon 48 puttyins-48.pam
convert puttyins-48.pam puttyins-48.png
./mkicon.py  puttyins_icon 128 puttyins-128.pam
convert puttyins-128.pam puttyins-128.png
make[2]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76/icons“ wird verlassen
make[1]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird verlassen
   dh_auto_test -O--parallel -Nputty-doc
	make -j2 check VERBOSE=1
make[1]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird betreten
make  check-am
make[2]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird betreten
make  check-local
make[3]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird betreten
PUTTY_TESTCRYPT=./testcrypt ./test/cryptsuite.py
..................................................................
----------------------------------------------------------------------
Ran 66 tests in 19.879s

OK
make[3]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird verlassen
make[2]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird verlassen
make[1]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird verlassen
 fakeroot debian/rules binary
dh binary --with=autoreconf --parallel
   dh_testroot -O--parallel
   dh_prep -O--parallel
   dh_installdirs -O--parallel
   dh_auto_install -O--parallel
	make -j2 install DESTDIR=/home/tomx3/putty-0.76/putty-0.76/debian/tmp AM_UPDATE_INFO_DIR=no
make[1]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird betreten
make  install-am
make[2]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird betreten
make[3]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird betreten
 /usr/bin/mkdir -p '/home/tomx3/putty-0.76/putty-0.76/debian/tmp/usr/bin'
 /usr/bin/mkdir -p '/home/tomx3/putty-0.76/putty-0.76/debian/tmp/usr/share/man/man1'
  /usr/bin/install -c plink pscp psftp psusan puttygen pageant pterm putty puttytel '/home/tomx3/putty-0.76/putty-0.76/debian/tmp/usr/bin'
 /usr/bin/install -c -m 644 doc/plink.1 doc/pscp.1 doc/psftp.1 doc/puttygen.1 doc/psusan.1 doc/pageant.1 doc/pterm.1 doc/putty.1 doc/puttytel.1 '/home/tomx3/putty-0.76/putty-0.76/debian/tmp/usr/share/man/man1'
make[3]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird verlassen
make[2]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird verlassen
make[1]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird verlassen
   dh_install -O--parallel
   dh_installdocs -O--parallel
   dh_installchangelogs -O--parallel
dh_installchangelogs: Warnung:     debian/changelog(l5): ungültig formatierte Zeile im Nachspann
LINE:  -- tomx3 <tomx3@tomtomtom.org> Sun, 7 Nov 2021 15:53:42 +0100
   dh_installexamples -O--parallel
   dh_installman -O--parallel
   dh_installinit -O--parallel
   dh_installmenu -O--parallel
   dh_lintian -O--parallel
   dh_perl -O--parallel
   dh_link -O--parallel
   dh_strip_nondeterminism -O--parallel
   debian/rules override_dh_compress
make[1]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird betreten
dh_compress -X.py
make[1]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird verlassen
   debian/rules override_dh_fixperms-arch
make[1]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird betreten
dh_fixperms
chgrp utmp debian/pterm/usr/bin/pterm
chmod g+s debian/pterm/usr/bin/pterm
make[1]: Verzeichnis „/home/tomx3/putty-0.76/putty-0.76“ wird verlassen
   dh_fixperms -O--parallel -Npterm -Nputty -Nputty-tools
   dh_missing -O--parallel
   dh_strip -O--parallel
   dh_makeshlibs -O--parallel
   dh_shlibdeps -O--parallel
   dh_installdeb -O--parallel
   dh_gencontrol -O--parallel
dpkg-gencontrol: Warnung:     debian/changelog(l5): ungültig formatierte Zeile im Nachspann
LINE:  -- tomx3 <tomx3@tomtomtom.org> Sun, 7 Nov 2021 15:53:42 +0100
dpkg-gencontrol: Warnung:     debian/changelog(l5): ungültig formatierte Zeile im Nachspann
LINE:  -- tomx3 <tomx3@tomtomtom.org> Sun, 7 Nov 2021 15:53:42 +0100
dpkg-gencontrol: Warnung:     debian/changelog(l5): ungültig formatierte Zeile im Nachspann
LINE:  -- tomx3 <tomx3@tomtomtom.org> Sun, 7 Nov 2021 15:53:42 +0100
dpkg-gencontrol: Warnung:     debian/changelog(l5): ungültig formatierte Zeile im Nachspann
LINE:  -- tomx3 <tomx3@tomtomtom.org> Sun, 7 Nov 2021 15:53:42 +0100
dpkg-gencontrol: Warnung:     debian/changelog(l5): ungültig formatierte Zeile im Nachspann
LINE:  -- tomx3 <tomx3@tomtomtom.org> Sun, 7 Nov 2021 15:53:42 +0100
dpkg-gencontrol: Warnung:     debian/changelog(l5): ungültig formatierte Zeile im Nachspann
LINE:  -- tomx3 <tomx3@tomtomtom.org> Sun, 7 Nov 2021 15:53:42 +0100
dpkg-gencontrol: Warnung:     debian/changelog(l5): ungültig formatierte Zeile im Nachspann
LINE:  -- tomx3 <tomx3@tomtomtom.org> Sun, 7 Nov 2021 15:53:42 +0100
   dh_md5sums -O--parallel
   dh_builddeb -O--parallel
dpkg-deb: Paket »putty-tools« wird in »../putty-tools_0.76-1_amd64.deb« gebaut.
dpkg-deb: Paket »pterm« wird in »../pterm_0.76-1_amd64.deb« gebaut.
dpkg-deb: Paket »pterm-dbgsym« wird in »debian/.debhelper/scratch-space/build-pterm/pterm-dbgsym_0.76-1_amd64.deb« gebaut.
	Renaming pterm-dbgsym_0.76-1_amd64.deb to pterm-dbgsym_0.76-1_amd64.ddeb
dpkg-deb: Paket »putty« wird in »../putty_0.76-1_amd64.deb« gebaut.
dpkg-deb: Paket »putty-tools-dbgsym« wird in »debian/.debhelper/scratch-space/build-putty-tools/putty-tools-dbgsym_0.76-1_amd64.deb« gebaut.
dpkg-deb: Paket »putty-dbgsym« wird in »debian/.debhelper/scratch-space/build-putty/putty-dbgsym_0.76-1_amd64.deb« gebaut.
	Renaming putty-dbgsym_0.76-1_amd64.deb to putty-dbgsym_0.76-1_amd64.ddeb
	Renaming putty-tools-dbgsym_0.76-1_amd64.deb to putty-tools-dbgsym_0.76-1_amd64.ddeb
dpkg-deb: Paket »putty-doc« wird in »../putty-doc_0.76-1_all.deb« gebaut.
 dpkg-genbuildinfo
dpkg-genbuildinfo: Warnung:     debian/changelog(l5): ungültig formatierte Zeile im Nachspann
LINE:  -- tomx3 <tomx3@tomtomtom.org> Sun, 7 Nov 2021 15:53:42 +0100
dpkg-genbuildinfo: Warnung:     debian/changelog(l5): ungültig formatierte Zeile im Nachspann
LINE:  -- tomx3 <tomx3@tomtomtom.org> Sun, 7 Nov 2021 15:53:42 +0100
 dpkg-genchanges  >../putty_0.76-1_amd64.changes
dpkg-genchanges: Warnung:     debian/changelog(l5): ungültig formatierte Zeile im Nachspann
LINE:  -- tomx3 <tomx3@tomtomtom.org> Sun, 7 Nov 2021 15:53:42 +0100
dpkg-genchanges: Warnung:     debian/changelog(l5): ungültig formatierte Zeile im Nachspann
LINE:  -- tomx3 <tomx3@tomtomtom.org> Sun, 7 Nov 2021 15:53:42 +0100
dpkg-genchanges: Information: kompletter Quellcode beim Hochladen hinzufügen
 dpkg-source --after-build .
dpkg-source: Warnung: putty-0.76/debian/changelog(l5): ungültig formatierte Zeile im Nachspann
LINE:  -- tomx3 <tomx3@tomtomtom.org> Sun, 7 Nov 2021 15:53:42 +0100
dpkg-source: Information: Patch ssh-bug-dropstart.patch wird entfernt
dpkg-source: Information: Patch psusan-example-add-path.patch wird entfernt
dpkg-buildpackage: Information: Alles hochzuladen (Originalquellen enthalten)
tomx3@surfbook-e11b:~/putty-0.76/putty-0.76$

Ergibt:

tomx3@surfbook-e11b:~/putty-0.76$ ls -aluh
insgesamt 15M
drwxrwxr-x  3 tomx3 tomx3 4,0K Nov  7 16:07 .
drwxr-xr-x 24 tomx3 tomx3 4,0K Nov  7 15:47 ..
-rw-r--r--  1 tomx3 tomx3 202K Nov  7 16:04 pterm_0.76-1_amd64.deb
-rw-r--r--  1 tomx3 tomx3 734K Nov  7 16:04 pterm-dbgsym_0.76-1_amd64.ddeb
drwxr-xr-x 10 tomx3 tomx3  12K Nov  7 16:03 putty-0.76
-rw-rw-r--  1 tomx3 tomx3  17K Nov  7 16:04 putty_0.76-1_amd64.buildinfo
-rw-rw-r--  1 tomx3 tomx3 3,4K Nov  7 16:04 putty_0.76-1_amd64.changes
-rw-r--r--  1 tomx3 tomx3 460K Nov  7 16:04 putty_0.76-1_amd64.deb
-rw-rw-r--  1 tomx3 tomx3  11K Nov  7 16:02 putty_0.76-1.debian.tar.xz
-rw-rw-r--  1 tomx3 tomx3 1,2K Nov  7 16:04 putty_0.76-1.dsc
-rw-rw-r--  1 tomx3 tomx3 2,7M Nov  7 15:51 putty_0.76.orig.tar.gz
-rw-r--r--  1 tomx3 tomx3 3,0M Nov  7 16:04 putty-dbgsym_0.76-1_amd64.ddeb
-rw-r--r--  1 tomx3 tomx3 156K Nov  7 16:04 putty-doc_0.76-1_all.deb
-rw-r--r--  1 tomx3 tomx3 529K Nov  7 16:04 putty-tools_0.76-1_amd64.deb
-rw-r--r--  1 tomx3 tomx3 6,7M Nov  7 16:04 putty-tools-dbgsym_0.76-1_amd64.ddeb
tomx3@surfbook-e11b:~/putty-0.76$

Installation:

tomx3@surfbook-e11b:~/putty-0.76$ sudo dpkg -i putty-tools_0.76-1_amd64.deb putty_0.76-1_amd64.deb 
Vormals nicht ausgewähltes Paket putty-tools wird gewählt.
(Lese Datenbank ... 230022 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von putty-tools_0.76-1_amd64.deb ...
Entpacken von putty-tools (0.76-1) ...
Vormals nicht ausgewähltes Paket putty wird gewählt.
Vorbereitung zum Entpacken von putty_0.76-1_amd64.deb ...
Entpacken von putty (0.76-1) ...
putty-tools (0.76-1) wird eingerichtet ...
putty (0.76-1) wird eingerichtet ...
Trigger für man-db (2.9.1-1) werden verarbeitet ...
Trigger für gnome-menus (3.36.0-1ubuntu1) werden verarbeitet ...
Trigger für desktop-file-utils (0.24-1ubuntu3) werden verarbeitet ...
Trigger für mime-support (3.64ubuntu1) werden verarbeitet ...
tomx3@surfbook-e11b:~/putty-0.76$
Bilder

von.wert

Anmeldungsdatum:
23. Dezember 2020

Beiträge: 12776

tomtomtom schrieb:

Ich kann dein Problem nicht reproduzieren.

Du bist etwas spät. 😛

Aber er macht ja auch grundlegende Fehler (und deshalb gehe ich davon aus, auch bei der EdDSA-25519-Geschichte).

tomx3@surfbook-e11b:~/putty-0.76$

Na, gut, dann verstehe ich das natürlich, Atom N4000, eMMC und vor allem Trekstor. 😎

dippes

(Themenstarter)

Anmeldungsdatum:
31. Dezember 2009

Beiträge: 553

Putty 0.76 ist installiert und alles funktioniert.

Ja, beim kompilieren habe ich Fehler gemacht.Mache das nicht so oft und kenne mich da auch nicht so gut aus.Das entpacken habe ich mit dem Win PC gemacht.Ein großer Fehler.

Habe jetzt auch Remmina installiert.Funktioniert auch prima.Vielleicht brauche ich auf meinen Linux PC kein Putty mehr.Die Zeit wird es zeigen.

tomtomtom Team-Icon

Supporter
Avatar von tomtomtom

Anmeldungsdatum:
22. August 2008

Beiträge: 55756

Wohnort: Berlin

von.wert schrieb:

Na, gut, dann verstehe ich das natürlich, Atom N4000, eMMC und vor allem Trekstor. 😎

Da ist ne M.2-SSD drin, aber ja, ich nenne es ja nicht umsonst mein "Spielzeugnotebook". 😛 (Das hat weniger gekostet als die SSD.)

tomtomtom Team-Icon

Supporter
Avatar von tomtomtom

Anmeldungsdatum:
22. August 2008

Beiträge: 55756

Wohnort: Berlin

dippes schrieb:

Funktioniert auch prima.Vielleicht brauche ich auf meinen Linux PC kein Putty mehr.Die Zeit wird es zeigen.

Kommt halt drauf an, was du damit machst. Für schlichten SSH-Zugriff brauchst du bei (K)Ubuntu exakt gar nichts nachinstallieren, weil openssh-client bereits zur Standardinstallation gehört.

dippes

(Themenstarter)

Anmeldungsdatum:
31. Dezember 2009

Beiträge: 553

Das selbst gebaute Putty funktioniert einwandfrei. Aber leider fehlt das Desktop Icon.Leider kann ich in der source auch keines finden,müsste doch enthalten sein ?

tomtomtom Team-Icon

Supporter
Avatar von tomtomtom

Anmeldungsdatum:
22. August 2008

Beiträge: 55756

Wohnort: Berlin

Ich weiß ja nicht, wie du es gebaut hat.

So wie ich es oben beschrieben habe, ist jedenfalls eines dabei, wird unter /usr/share/pixmaps/putty.png installiert und ist in /usr/share/applications/putty.desktop als Icon definiert.

dippes

(Themenstarter)

Anmeldungsdatum:
31. Dezember 2009

Beiträge: 553

Sowie von.wert eingestellt hat.

cd ~/Downloads/
wget https://the.earth.li/~sgtatham/putty/latest/putty-0.76.tar.gz
tar -xzvf putty-0.76.tar.gz
cd putty-0.76/
sudo apt install build-essential checkinstall libgtk-3-dev
./configure --with-gtk=3
make
sudo checkinstall -D --install=no --backup=no --maintainer=dippes
sudo dpkg -i putty_0.76-1_amd64.deb

von.wert

Anmeldungsdatum:
23. Dezember 2020

Beiträge: 12776

Wenn man wie üblich baut, fehlen bei putty .desktop-Files und Icons. tomtomtom hat diverse Extrazeilen drin. Kannst Du natürlich nochmal so erweitert durchgehen oder schlicht simple Aufrufe mit einem Editor selbst schreiben. Das ist ja nun wahrlich nicht schwer.

Antworten |