AutoConf

pchero on November 29th, 2010

 Eclipse에서 Autoconf 사용시, Autotools 가 실행될 디렉토리를 설정하는 부분이 있다.   위의 장면에서  Configure tool directory  라고 적혀있는 섹션이 바로 그 부분인데, 여기에 아무 경로나 입력하면 안된다.  Resource 탭에 나와있는 Location 부분을 루트 디렉토리로 하는 절대경로를 지정해야 한다…  이것을 몰라 몇시간을 헤메었는지…

Continue reading about Eclipse Autoconf 경로 설정…

pchero on November 29th, 2010

Invoking autoreconf in build directory: /home/jonathan/workspace/CIOD/CIOD_CTMP/0001.WorkSource_Automake/obsource autoreconf -i Can’t exec “libtoolize”: No such file or directory at /usr/bin/autoreconf line 189.Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 189.autoreconf: `configure.ac’ or `configure.in’ is required Configuration failed with error  eclipse 와 autoconf 연동중.. 위와 같은 오류 발생.  아래의 명령어로 해결.  # sudo apt-get install […]

Continue reading about autoreconf 에러…