2.4.2 compilation

P

pnm

I have a standard Debian x86 system with Python 2.4.1 (compiled from
source). Attempts to compile 2.4.2 fail with references to Unicode --
is there a basic system library that's missing?

++++++ output from make:
libpython2.4.a(funcobject.o)(.text+0x96): In function `PyFunction_New':
Objects/funcobject.c:31: undefined reference to `PyUnicode_Type'
libpython2.4.a(funcobject.o)(.text+0x9d):Objects/funcobject.c:31:
undefined reference to `PyUnicode_Type'
collect2: ld returned 1 exit status
make: *** [python] Error 1
 
R

Reinhold Birkenfeld

pnm said:
I have a standard Debian x86 system with Python 2.4.1 (compiled from
source). Attempts to compile 2.4.2 fail with references to Unicode --
is there a basic system library that's missing?

++++++ output from make:
libpython2.4.a(funcobject.o)(.text+0x96): In function `PyFunction_New':
Objects/funcobject.c:31: undefined reference to `PyUnicode_Type'
libpython2.4.a(funcobject.o)(.text+0x9d):Objects/funcobject.c:31:
undefined reference to `PyUnicode_Type'
collect2: ld returned 1 exit status
make: *** [python] Error 1

Can you post a bug report to SourceForge and include the full output from
make there?

Also, have there been any unusual configure warnings?

Reinhold
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top