From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 24 May 2004 18:23:15 +0400 From: Grigory Batalov To: devel@altlinux.ru Message-Id: <20040524182315.69546475.bga@altlinux.ru> X-Mailer: Sylpheed version 0.9.10 (GTK+ 1.2.10; i586-alt-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Subject: [devel] help: rebuild with python X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2004 14:23:08 -0000 Archived-At: List-Archive: List-Post: Здравствуйте! Помогите с питоньими ошибками: сборка cooledit останавливается на следующем: ... i586-alt-linux-gcc -pipe -Wall -O2 -march=i586 -mcpu=i686 -I/usr/X11R6/include -o .libs/cooledit cooledit.o find.o editoptions.o mancmd.o options.o debug.o cooleditmenus.o shell.o mail.o complete.o manpage.o percentsubs.o _coolpython.o postscript.o print.o rxvt.o -L/usr/X11R6/lib ../rxvt/librxvt.a ../widget/.libs/libCw.so -lX11 -L/usr/././lib/python2.3/config -lpython2.3 -ldl -lpthread -lm -lutil /usr/././lib/python2.3/config/libpython2.3.a(posixmodule.o)(.text+0x403e): In function `posix_tmpnam': : warning: the use of `tmpnam_r' is dangerous, better use `mkstemp' /usr/././lib/python2.3/config/libpython2.3.a(posixmodule.o)(.text+0x3f69): In function `posix_tempnam': : warning: the use of `tempnam' is dangerous, better use `mkstemp' /usr/././lib/python2.3/config/libpython2.3.a(floatobject.o)(.text+0x165): In function `PyFloat_FromString': : undefined reference to `__ctype_b' /usr/././lib/python2.3/config/libpython2.3.a(floatobject.o)(.text+0x204): In function `PyFloat_FromString': : undefined reference to `__ctype_b' ... Также имеются undefined reference to `__ctype_tolower', `__ctype_toupper'. Кто виноват и Что делать?