collect2: 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 파일을 지워라..

'linux' 카테고리의 다른 글

find 로 문자열, 파일 검색  (0) 2013.12.22
vim 단축키  (0) 2013.11.24
~~~.gch  (6) 2013.09.11
ls & grep  (0) 2013.09.11
컴파일이야기  (0) 2013.09.08
Posted by bogus919
,