태그>autotools(총 10개의 글)
'autotools' 관련 최근글
-
- autotools에서 ranlib 뒤에 .la 파일이 없어서 작동 안하는 경우, config..
-
공부가 본업. by 언제나19|2014/03/28 16:27
ranlib Usage: ranlib [options] archive Generate an index to speed access to archives The options are: @ Read options from -h -help Print this help message -V -version Print version informationranlib: supported targets: elf64-x86-6..
- autotools에서 ranlib 뒤에 .la 파일이 없어서 작동 안하는 경우, config..
-
- autotools unit test cutter
-
공부가 본업. by 언제나19|2013/10/23 18:06
autotools에서 기본적으로 지원하는 testsuite tool이 2개가 있나보다.http://www.gnu.org/software/automake/manual/html_node/Tests.html#Tests • Using the TAP test protocol: Integrating test scripts that use the TAP protocol• DejaGnu Tes..
- autotools unit test cutter
-
- autoconf로 여러 환경 동시 build할 줄 모르겠넹.
-
공부가 본업. by 언제나19|2013/10/10 16:56
alpha, beta, rc, realdebug, release등 여러 조합에 대한 Makefile, binary를 남겨 놓은 채로 환경을 전환해가면서 build하고 싶은데,잘 안되는 것 같다. 와 비슷한 것을 원하는데, 되는 건지 안되는 건지 모르겠넹. Makefile을 2번 생성하려고 하면, configure:er..
autoconf, autotools, BuildConfiguration, eclipse, EclipseCdt
- autoconf로 여러 환경 동시 build할 줄 모르겠넹.
-
- 작성한 autoconf를 실행 중 문제 해결
-
공부가 본업. by 언제나19|2013/10/09 18:32
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'는 신경 안써도 된다. autom4te: /usr/bin/m4 failed with exit status: 1 로 upgrade하면 문제가 없어진대네 -_-이건 무시. 버전이 낮다고 진행이 안되는 것은configure.ac에 ..
- 작성한 autoconf를 실행 중 문제 해결
-
- apache module을 linux, mac에서 개발하기: autotools 이용
-
공부가 본업. by 언제나19|2013/10/08 18:24
c source code를 여러 개발 환경에서 이용하기 위해서target, host, ide가 다른 project 파일을 만들어야 하겠는데,Makefile을 만들어주는 tool은 autotools와 CMake가 있겠다. linux, mac에서 이용할 수 있어야 하고,mac에서는 주로 eclipse cdt를 이용할 ..
- apache module을 linux, mac에서 개발하기: autotools 이용
-
- [Autotools] 기본 동작
-
Vital Memes by daftcoder|2011/12/18 20:46
aclocal : configure.ac -> aclocal.m4autoheader : configure.ac + aclocal.m4 -> config.h.inautoconf: configure.ac + aclocal.m4 -> configureautomake : configure.ac + aclocal.m4 + Makefile.am -> Makefile.inconf..
- [Autotools] 기본 동작
-
- SWIG, Autotools 사용법 정리.
-
기억의 조각 by muzie|2011/06/15 11:17
음. 잘못된 내용이 다수 포함되어 있을 확률이 높음. 주절주절 달아놓은 얘기들은 왠만하면 심각하게 받아들이지 말길. 잘못된 내용은 댓글에 욕과 함께 써주시고 출처 명시 바람.
- SWIG, Autotools 사용법 정리.
-
- Autotools 사용법.
-
기억의 조각 by muzie|2011/06/13 15:22
Autotools 사용법. (초보자 가이드)
- Autotools 사용법.
-
- [autotools] 간단한 사용 예제
-
F/OSS study by namhyung|2010/06/23 00:06
autoconf: 2.65 automake: 1.11.1 libtool: 2.2.6b OS: ubuntu 10.04 autotools는 GNU 시스템에서 사용하는 빌드 도구로 기존의 make를 이용하기 위한 Makefile을 쉽고 이식성있게 작성하기 위한 기법이다. 하지만 그 사용법이 약간 복잡한 면이 있어서 익숙해지기가 쉽지 않..
- [autotools] 간단한 사용 예제
-
- [aclocal] m4 매크로 파일 추가하기
-
F/OSS study by namhyung|2009/05/02 13:23
OS: Ubuntu 9.04 aclocal: 1.10.2 aclocal은 보통 autogen.sh 혹은 autoreconf 실행 시 제일 처음으로 불리며 configure.in 혹은 configure.ac 파일을 읽어 필요한 m4 매크로들을 aclocal.m4 파일로 정리해주는 perl 스크립트이다. aclocal은 실행 시 m4 매크로 파일..
- [aclocal] m4 매크로 파일 추가하기