Na een succesvolle ./configure krijg ik bij make na verloop van tijd de volgende exit:
building '_curses' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/shares/internal/PUBLIC/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/shares/internal/PUBLIC/Python-2.5.1/Include -I/shares/internal/PUBLIC/Python-2.5.1 -c /shares/internal/PUBLIC/Python-2.5.1/Modules/_cursesmodule.c -o build/temp.linux-armv5tejl-2.5/shares/internal/PUBLIC/Python-2.5.1/Modules/_cursesmodule.o
gcc -pthread -shared build/temp.linux-armv5tejl-2.5/shares/internal/PUBLIC/Python-2.5.1/Modules/_cursesmodule.o -L/usr/local/lib -lncurses -o build/lib.linux-armv5tejl-2.5/_curses.so
./python: can't resolve symbol 'acs_map'
make: *** [sharedmods] Error 1
Ik kom er niet uit waarom de make ermee stopt, kan iemand mij hiermee helpen? Enig idee
building '_curses' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/shares/internal/PUBLIC/Python-2.5.1/./Include -I./Include -I. -I/usr/local/include -I/shares/internal/PUBLIC/Python-2.5.1/Include -I/shares/internal/PUBLIC/Python-2.5.1 -c /shares/internal/PUBLIC/Python-2.5.1/Modules/_cursesmodule.c -o build/temp.linux-armv5tejl-2.5/shares/internal/PUBLIC/Python-2.5.1/Modules/_cursesmodule.o
gcc -pthread -shared build/temp.linux-armv5tejl-2.5/shares/internal/PUBLIC/Python-2.5.1/Modules/_cursesmodule.o -L/usr/local/lib -lncurses -o build/lib.linux-armv5tejl-2.5/_curses.so
./python: can't resolve symbol 'acs_map'
make: *** [sharedmods] Error 1
Ik kom er niet uit waarom de make ermee stopt, kan iemand mij hiermee helpen? Enig idee