ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Сборка приложений с libpython
@ 2017-12-18 17:35 Alexei Mezin
  2017-12-18 18:18 ` Vitaly Lipatov
  0 siblings, 1 reply; 11+ messages in thread
From: Alexei Mezin @ 2017-12-18 17:35 UTC (permalink / raw)
  To: Devel

У нас python-config выдает флаги компиляции без -lpython2.7

$ python2.7-config --ldflags --cflags
-lpthread -ldl -lutil -lm -Xlinker -export-dynamic
-I/usr/include/python2.7

В результате некоторые configure-скрипты обламываются в сборке тестовой 
программы

configure:18076: gcc -o conftest -g -O2  -I/usr/include/python2.7 
conftest.c  -lpthread -ldl -lutil -lm -Xlinker -export-dynamic >&5
/tmp/.private/alexei/ccQ4nLqA.o: In function `main':
/tmp/gwyddion-2.49/conftest.c:35: undefined reference to `Py_Initialize'
...skip...
#include  <Python.h>
  int
  main ()
  {
  Py_Initialize();
    ;
    return 0;
  }


Программа-то из одной строчки. И попытка ее собрать вроде как 
идеологически правильная -- параметры компиляции и линковки взяты из 
выхлопа python-config.

Это так и должно быть? Или у нас какой-то совершенно особенный подход к 
питону? Потому что в других дистрибутивах на этот configure не жалуются, 
значит там все работает. В Убунте точно есть нужная библиотека в списке.


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

end of thread, other threads:[~2017-12-20 11:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-18 17:35 [devel] Сборка приложений с libpython Alexei Mezin
2017-12-18 18:18 ` Vitaly Lipatov
2017-12-18 19:01   ` Alexei Mezin
2017-12-19  4:35     ` Vladimir D. Seleznev
2017-12-19  5:20       ` Dmitry V. Levin
2017-12-19 13:38       ` Alexei V. Mezin
2017-12-19 14:08         ` Dmitry V. Levin
2017-12-19 14:13           ` Alexei V. Mezin
2017-12-19 14:47             ` Dmitry V. Levin
2017-12-20  6:21               ` Alexei Mezin
2017-12-20 11:17                 ` Dmitry V. Levin

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