/usr/bin/ld: i386:x86-64 architecture of input file `./client.o' is incompatible with i386 output
linux 2013. 9. 13. 00:29collect2: ld terminated with signal 11 [세그멘테이션 오류]
/usr/bin/ld: i386:x86-64 architecture of input file `./client.o' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `./*.o' is incompatible with i386 output
export CFLAGS='-m32'
export LDFLAGS='-m32'
가 안되면..
Object 파일. 즉, *.o 파일을 지워라..