ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] %configure: --host/--build problem
@ 2002-11-07 23:34 Ivan Zakharyaschev
  2002-11-08 20:18 ` Dmitry V. Levin
  0 siblings, 1 reply; 3+ messages in thread
From: Ivan Zakharyaschev @ 2002-11-07 23:34 UTC (permalink / raw)
  To: devel

	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.


-- 
С наилучшими пожеланиями,
Иван Захарьящев, Москва



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-11-08 20:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-07 23:34 [devel] %configure: --host/--build problem Ivan Zakharyaschev
2002-11-08 20:18 ` Dmitry V. Levin
2002-11-08 20:44   ` Ivan Zakharyaschev

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