You are not logged in.
Pages: 1
Topic closed
i'm trying to compile putty with archlinuxppc, but it won't let me.
cc1: warnings being treated as errors
../unix/uxnet.c: In function 'sk_getxdmdata':
../unix/uxnet.c:853: error: dereferencing pointer 'sa' does break strict-aliasing rules
../unix/uxnet.c:838: note: initialized from here
../unix/uxnet.c:858: error: dereferencing pointer 'sin' does break strict-aliasing rules
../unix/uxnet.c:858: error: dereferencing pointer 'sin' does break strict-aliasing rules
../unix/uxnet.c:857: error: dereferencing pointer 'sin' does break strict-aliasing rules
../unix/uxnet.c:857: error: dereferencing pointer 'sin' does break strict-aliasing rules
../unix/uxnet.c:857: error: dereferencing pointer 'sin' does break strict-aliasing rules
../unix/uxnet.c:857: error: dereferencing pointer 'sin' does break strict-aliasing rules
../unix/uxnet.c:839: note: initialized from here
../unix/uxnet.c:866: error: dereferencing pointer 'sin6' does break strict-aliasing rules
../unix/uxnet.c:866: error: dereferencing pointer 'sin6' does break strict-aliasing rules
../unix/uxnet.c:864: error: dereferencing pointer 'sin6' does break strict-aliasing rules
../unix/uxnet.c:864: error: dereferencing pointer 'sin6' does break strict-aliasing rules
../unix/uxnet.c:864: error: dereferencing pointer 'sin6' does break strict-aliasing rules
../unix/uxnet.c:836: note: initialized from here
../unix/uxnet.c: In function 'net_select_result':
../unix/uxnet.c:293: error: dereferencing pointer 'ss.75' does break strict-aliasing rules
../unix/uxnet.c:1071: note: initialized from here
../unix/uxnet.c:296: error: dereferencing pointer 'sin' does break strict-aliasing rules
../unix/uxnet.c:295: note: initialized from here
../unix/uxnet.c:300: error: dereferencing pointer 'sin6' does break strict-aliasing rules
../unix/uxnet.c:300: error: dereferencing pointer 'sin6' does break strict-aliasing rules
../unix/uxnet.c:300: error: dereferencing pointer 'sin6' does break strict-aliasing rules
../unix/uxnet.c:300: error: dereferencing pointer 'sin6' does break strict-aliasing rules
../unix/uxnet.c:299: note: initialized from here
make: *** [uxnet.o] Error 1
==> ERROR: Build Failed.
Aborting...now, i know putty can be installed on ppc because i used to run debian on this machine and putty worked fine. what gives? any ideas? thanks!!!
Offline
Seems to be a general problem when building with gcc-4.4. To work around this you can disable strict aliasing (add -fno-strict-aliasing to your CFLAGS).
Offline
From pretty muchany linux distro you can use the ssh command from the terminal to ssh to machines. You can use the agetty command to connect to serial connectons
"Once you go Arch you will never go back"
Offline
This seems to have been zombified, but since it was, I might as well add a comment if someone runs across this again. Garns is correct, and I spoke to the maintainer a ways back to have the suggested temporary fix applied. Should work fine from aur now, putty-svn.
Offline
Same response that #3
You can do all things that putty do from terminal, like port forwardings, etc.
Best Regards
Sebastián Moreno
Montevideo | Uruguay
Offline
Please don't resurrect old threads.
Closing for necro-bumping...
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Pages: 1
Topic closed