linuxfromscratch:rangeoverpackages:autoconf-archive

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
linuxfromscratch:rangeoverpackages:autoconf-archive [2024/05/24 01:33] – [설치] baecylinuxfromscratch:rangeoverpackages:autoconf-archive [2024/06/24 17:29] (현재) – [설치] baecy
줄 1: 줄 1:
 https://github.com/autoconf-archive/autoconf-archive https://github.com/autoconf-archive/autoconf-archive
 ===== Autoconf-archive ===== ===== Autoconf-archive =====
-다운로드: git clone https://github.com/autoconf-archive/autoconf-archive.git 
  
 ==== 설치 ==== ==== 설치 ====
-<code lang=bash> 
-git clone https://git.savannah.gnu.org/git/gnulib.git 
-cd gnulib 
-ln -sv $(type -p gnulib-tool) /usr/bin/ 
-cd .. 
-wget https://ftp.kaist.ac.kr/gnu/autoconf-archive/autoconf-archive-2023.02.20.tar.xz 
-tar -xf autoconf-archive-2023.02.20.tar.xz 
-cd autoconf-archive-2023.02.20 
-./bootstrap 
-./configure 
-make  
-sudo make install 
-</code> \\ 
  
-==== 발생한 문제와 해결 ==== +Gnulib가 없으면 설치 
-=== 발생한 문제 === + 
-<code cmdout=2-20 lang=bash> +<code lang=bash>  
-make +git clone https://git.savannah.gnu.org/git/gnulib.git              && 
-Making all in doc +ln -sv $(realpath gnulib/gnulib-tool) /usr/bin                   && 
-make[1]Entering directory +</code>
-/workbench/autoconf-archive/t/autoconf-archive/doc' +
-make[1]: *** No rule to make target `all-macros.texi', needed by +
-autoconf-archive.info' Stop. +
-make[1]: Leaving directory +
-/workbench/autoconf-archive/t/autoconf-archive/doc' +
-make: *** [all-recursive] Error 1 </code> \\+
  
-=== 해결 방안 === +Autoconf-archive 설치
-[[https://lists.nongnu.org/archive/html/autoconf-archive-maintainers/2010-01/msg00011.html]] \\ +
-<code lang=bash> +
-./configure +
-make maintainer-all +
-make+
  
 +<code bash>
 +git clone https://github.com/autoconf-archive/autoconf-archive.git &&
 +cd autoconf-archive                                                &&
 +./bootstrap.sh                                                     &&
 +./configure --prefix=/usr                                          &&
 +make maintainer-all                                                &&
 +make                                                               &&
 sudo make install sudo make install
-</code> \\+</code>
  • linuxfromscratch/rangeoverpackages/autoconf-archive.1716514381.txt.gz
  • 마지막으로 수정됨: 2024/05/24 01:33
  • 저자 baecy