From: Ivan Zakharyaschev <imz@altlinux.ru> To: devel@altlinux.ru Subject: [devel] %configure: --host/--build problem Date: Fri, 8 Nov 2002 02:34:20 +0300 (MSK) Message-ID: <Pine.LNX.4.44L.0211080214030.1596-100000@arrakis.zephyrous> (raw) Hello! Обнаружилось, что в последних сборках emacs archlibdir прнимала значение .../i686-pc-linux-gnu, хотя должна была, как и раньше, .../i586-alt-linux (#1535). Оказалось, что rpm-макрос %configure теперь передаёт ./configure параметр --build=%_target_platform. После чтения документации по autoconf и configure (Canadian Cross), я понял, что это в общем-то не то, что хочется: на самом деле надо устанавливать --host, а не --build: --build - тип машины, на которой производится сборка --host - для которой (если не указан, угадывается по типу машины, на которой производится сборка, при этом значение --build не используется) --target - очень редкая вещь; нужна для сборки кросс-компиляторов. Т.е. все эти слова надо понимать по отношению к программе, которая собирается. После добавления: %define _configure_target --host=%_target_platform в emacs.spec собралось, как надо. Кто неправ? Могли ли ещё какие-нибудь пакеты "пострадать" подобным образом при пересборке? Ещё я нашёл среди макросов rpm сложный %GNUconfigure, но он, по-моему, нигде не описан. Зачем он нужен? Вот что написано в info по autoconf и configure о --host и --build: If you want to _use_ a cross compiler, that generates code for a platform different from the build platform, you should specify the "host" platform (i.e., that on which the generated programs will eventually be run) with `--host=TYPE'. When you run `configure', you must use both the `--build' and `--host' options. The `--build' option is used to specify the configuration name of the build system. This can normally be the result of running the `config.guess' shell script, and it is reasonable to use `--build=`config.guess`'. The `--host' option is used to specify the configuration name of the host system. -- С наилучшими пожеланиями, Иван Захарьящев, Москва
next reply other threads:[~2002-11-07 23:34 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2002-11-07 23:34 Ivan Zakharyaschev [this message] 2002-11-08 20:18 ` Dmitry V. Levin 2002-11-08 20:44 ` Ivan Zakharyaschev
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=Pine.LNX.4.44L.0211080214030.1596-100000@arrakis.zephyrous \ --to=imz@altlinux.ru \ --cc=devel@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git