/usr/bin/gcc-3.3 `gtk-config --libs` -static -o putty be_all.o cmdline.o config.o cproxy.o \
dialog.o fromucs.o gtkcfg.o gtkcols.o gtkdlg.o gtkpanel.o \
gtkwin.o ldisc.o ldiscucs.o localenc.o logging.o macenc.o \
mimeenc.o minibidi.o misc.o pinger.o portfwd.o proxy.o raw.o \
rlogin.o sbcs.o sbcsdat.o settings.o slookup.o ssh.o \
sshaes.o sshblowf.o sshbn.o sshcrc.o sshcrcda.o sshdes.o \
sshdh.o sshdss.o sshmd5.o sshpubk.o sshrand.o sshrsa.o \
sshsh512.o sshsha.o sshzlib.o telnet.o terminal.o time.o \
timing.o toucs.o tree234.o utf8.o ux_x11.o uxagentc.o \
uxcfg.o uxmisc.o uxnet.o uxnoise.o uxprint.o uxproxy.o \
uxputty.o uxsel.o uxsignal.o uxstore.o uxucs.o version.o \
wcwidth.o wildcard.o x11fwd.o xenc.o xkeysym.o
uxmisc.o: In function `get_username':
../unix/uxmisc.c:82: warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
../unix/uxmisc.c:97: warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
../unix/uxmisc.c:80: warning: Using 'setpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
../unix/uxmisc.c:102: warning: Using 'endpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
uxnet.o: In function `sk_namelookup':
../unix/uxnet.c:156: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
uxnet.o: In function `net_service_lookup':
../unix/uxnet.c:1261: warning: Using 'getservbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
gtkcols.o: In function `columns_get_type':
../unix/gtkcols.c:40: undefined reference to `gtk_container_get_type'
../unix/gtkcols.c:40: undefined reference to `gtk_type_unique'
...
Partager