[Comm] ошибка сборки python2.3.3 с tkinter
John A. Gladkikh
=?iso-8859-1?q?vigio_=CE=C1_zt=2Ekharkov=2Eua?=
Ср Фев 18 09:56:32 MSK 2004
Hi All.
Пытаюсь собрать себе Python 2.3.3
Без поддержки Tkinter собралось без проблем.
Прочитал справку, подправил /Modules/Setup
строчка, отвечающая за tkinter выглядит так:
_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT \
# *** Uncomment and edit to reflect where your Tcl/Tk libraries are:
-L/usr/lib \
# *** Uncomment and edit to reflect where your Tcl/Tk headers are:
-I/usr/include \
# *** Uncomment and edit to reflect where your X11 header files are:
-I/usr/X11R6/include \
# *** Or uncomment this for Solaris:
# -I/usr/openwin/include \
# *** Uncomment and edit for Tix extension only:
# -DWITH_TIX -ltix8.1.8.2 \
# *** Uncomment and edit for BLT extension only:
# -DWITH_BLT -I/usr/local/blt/blt8.0-unoff/include -lBLT8.0 \
# *** Uncomment and edit for PIL (TkImaging) extension only:
# (See http://www.pythonware.com/products/pil/ for more info)
# -DWITH_PIL -I../Extensions/Imaging/libImaging tkImaging.c \
# *** Uncomment and edit for TOGL extension only:
# -DWITH_TOGL togl.c \
# *** Uncomment and edit to reflect your Tcl/Tk versions:
# -ltk8.2 -ltcl8.2 \
# *** Uncomment and edit to reflect where your X11 libraries are:
-L/usr/X11R6/lib \
# *** Or uncomment this for Solaris:
# -L/usr/openwin/lib \
# *** Uncomment these for TOGL extension only:
# -lGL -lGLU -lXext -lXmu \
# *** Uncomment for AIX:
# -lld \
# *** Always uncomment this; X11 libraries to link with:
-lX11
Запускаю ./configure --prefix=/usr && make
<skiped>
...
ranlib libpython2.3.a
c++ -pthread -Xlinker -export-dynamic -o python Modules/python.o libpython2.3.a -lpthread -ldl -lutil -L/usr/lib -L/usr/X11R6/lib -lX11 -lm
libpython2.3.a(_tkinter.o): In function `Merge':
/home/vigio/RPM/BUILD/Python-2.3.3/Modules/_tkinter.c:453: undefined reference to `Tcl_Merge'
и так еще много, и в конце:
collect2: ld returned 1 exit status
Т.е. модуль Tkinter не собрался :(
У кого нибудь получилось сделать это на Мастере 2.2.
Может, чего-то не хватает.
Спасибо.
P.S.
С версией 2.2.3 то же самое :(
---------------
Best regards.
John A. Gladkikh.
.~. Registered Linux User
/U\ # 315336
// \\
/(___)\
^ ^
Подробная информация о списке рассылки community