[PyKDE] Supported architectures?

Hans-Peter Jansen hpj at urpla.net
Mon Jan 31 12:41:42 GMT 2005


On Monday 31 January 2005 01:04, Danny Pansters wrote:
>
> Error msg building the port on alpha:
> .....
> c++ -c -Wno-deprecated-declarations -pipe -fPIC -O -pipe -mcpu=ev4
> -mieee -Wall -W -D_THREAD_SAFE -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
> -I. -I../extra/kde332 -I/usr/local/include
> -I/usr/local/include/python2.4 -I/usr/X11R6/include -o
> moc_sipkdecorepart0.o moc_sipkdecorepart0.cpp c++ -shared -pthread
> -Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/X11R6/lib -o kdecore.so
> sipkdecorepart0.o moc_sipkdecorepart0.o -L/usr/local/lib
> -L/usr/X11R6/lib -lkdecore -lqt-mt -lXext -lX11 -lm
> /usr/libexec/elf/ld: sipkdecorepart0.o: .got subsegment exceeds 64K
> (size 67720)
> /usr/libexec/elf/ld: failed to set dynamic section sizes: File
> format not recognized
> *** Error code 1

This looks more like a linker problem than enything else. You could 
try building it without source concatenation (-i option). PyKDE is 
very symbol encumbered..

Good luck,
Pete





More information about the PyQt mailing list