728x90 콤퓨타/Linux43 xargs 명령어 - 한 명령어의 실행결과를 다른 명령어의 인자로 넘겨줌 [Sanghyun_Lee@SH-MacBaby ~]$ ls test | xargs -t catcat testtest test파일 안에 test라는 글자가 써져있음.. 처음에 ls test 하면 결과가 test가 나오므로 test를 cat의 인자로 넣어줌그럼 결국 cat test를 실행한 것이므로 최종 결과인 test가 출력됨 ~.~ 2013. 5. 24. centos에서 gcc4.6로 버전 올리기 위해 gcc4.6을 컴파일할때 에러들 1. configure: error: cannot compute suffix of object files 에러export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib 2. /usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h 없다고 그럴때나의 경우에는, 64bit의 centos에서 컴파일 하였으므로, 32비트꺼 라이브러리가 없어서 발생한 것이다.때문에, 32비트 라이브러리를 설치해 줘야 한당yum install glibc-devel.i686 2013. 4. 29. centos 에서 gcc 4.6으로 업그레이드 하는 방법 삽질의 결과물-_-.. gmp 사이트 : ftp://ftp.gnu.org/gnu/gmpmpfr 사이트 : http://mpfr.loria.fr/mpfr-current/mpc 사이트 : http://www.multiprecision.org/index.php?prog=mpc&page=download 다운로드 ㄱ ㄱ 한다음에 압축 풀기 순서대로 설치할것.1. gmp 설치./configuremakemake check ( 2013. 4. 29. MySQL 에러 : Manager of pid-file quit without updating file data 폴더의 권한 을 내껄로 바꾸면됨.mysqld를 절대로 root로 설정해 놓으면 안됨 클남 2013. 4. 29. 이전 1 2 3 4 5 6 7 8 ··· 11 다음 728x90