태그>autoconf(총 7개의 글)
'autoconf' 관련 최근글
-
- eclipse cdt에서 autotools 개발
-
공부가 본업. by 언제나19|2014/04/23 18:13
Autotools plug-in for Eclipse is an optional feature of the CDT (C/C+ Development Tools) that adds support for maintaining and building C/C+ projects that use GNU Autotools. The Autotools plug-ins were migrated from the Linux T..
- eclipse cdt에서 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..
-
- libtool X--tag=CC: command not found error
-
공부가 본업. by 언제나19|2014/03/28 15:39
autoconflibtool이 parameter를 못 읽는데, ./libtool: line 852: X-tag=CC: command not found 해결책이 웃긴다.export echo=echo 근데, 잘 작동한다 -0- 출처Compiling libgdiplus-2.10.9 on Centos5 for Mono
- libtool X--tag=CC: command not found error
-
- 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] 기본 동작
-
- Autotools 사용법.
-
기억의 조각 by muzie|2011/06/13 15:22
Autotools 사용법. (초보자 가이드)
- Autotools 사용법.