From f2c06c6c2d3f4dc4a2a1898dc5bf5baa106d161c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Fri, 3 Jun 2022 15:35:35 -0400 Subject: [PATCH] doc: Update for meson MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- doc/FAQ.txt | 27 --------------------------- doc/ja/FAQ.txt | 27 --------------------------- doc/ko/FAQ.txt | 27 --------------------------- 3 files changed, 81 deletions(-) diff --git a/doc/FAQ.txt b/doc/FAQ.txt index 50238ffde..51a2f17a3 100644 --- a/doc/FAQ.txt +++ b/doc/FAQ.txt @@ -38,30 +38,3 @@ Answer: read the lxc man page about kernel version prereq :) most probably your kernel is not configured to support the container options you want to use. - - -Error: ------- - -On Ubuntu 8.10, if using the cvs source code rather than -the provided tarball. Then make is failing with many errors -similar to the line below: -========== -../../libtool: line 810: X--tag=CC: command not found -========== - -Answer: -------- - -This is related to a compatibility problem between the shipped -config/ltmain.sh and the libtool version installed on your -Ubuntu 8.10 machine. -You have to replace the config/ltmain.sh from cvs head by the one -from your libtool package, make some cleaning and reissue all -the build process: -========== -cd -cp -f /usr/share/libtool/config/ltmain.sh config/ -rm -f libtool -./bootstrap && ./configure && make && sudo make install -========== diff --git a/doc/ja/FAQ.txt b/doc/ja/FAQ.txt index 50238ffde..51a2f17a3 100644 --- a/doc/ja/FAQ.txt +++ b/doc/ja/FAQ.txt @@ -38,30 +38,3 @@ Answer: read the lxc man page about kernel version prereq :) most probably your kernel is not configured to support the container options you want to use. - - -Error: ------- - -On Ubuntu 8.10, if using the cvs source code rather than -the provided tarball. Then make is failing with many errors -similar to the line below: -========== -../../libtool: line 810: X--tag=CC: command not found -========== - -Answer: -------- - -This is related to a compatibility problem between the shipped -config/ltmain.sh and the libtool version installed on your -Ubuntu 8.10 machine. -You have to replace the config/ltmain.sh from cvs head by the one -from your libtool package, make some cleaning and reissue all -the build process: -========== -cd -cp -f /usr/share/libtool/config/ltmain.sh config/ -rm -f libtool -./bootstrap && ./configure && make && sudo make install -========== diff --git a/doc/ko/FAQ.txt b/doc/ko/FAQ.txt index 50238ffde..51a2f17a3 100644 --- a/doc/ko/FAQ.txt +++ b/doc/ko/FAQ.txt @@ -38,30 +38,3 @@ Answer: read the lxc man page about kernel version prereq :) most probably your kernel is not configured to support the container options you want to use. - - -Error: ------- - -On Ubuntu 8.10, if using the cvs source code rather than -the provided tarball. Then make is failing with many errors -similar to the line below: -========== -../../libtool: line 810: X--tag=CC: command not found -========== - -Answer: -------- - -This is related to a compatibility problem between the shipped -config/ltmain.sh and the libtool version installed on your -Ubuntu 8.10 machine. -You have to replace the config/ltmain.sh from cvs head by the one -from your libtool package, make some cleaning and reissue all -the build process: -========== -cd -cp -f /usr/share/libtool/config/ltmain.sh config/ -rm -f libtool -./bootstrap && ./configure && make && sudo make install -==========