I am trying to compile gimp 2.3. I installed alot of libs but at the end I got the following error:
Code:
/home/knoppix/working/gimp-2.3.13/plug-ins/pygimp/pygimp-vectors.c:882: undefined reference to `PyString_FromFormat'
.libs/pygimp-vectors.o: In function `vbs_repr':
/home/knoppix/working/gimp-2.3.13/plug-ins/pygimp/pygimp-vectors.c:429: undefined reference to `PyString_FromFormat'
.libs/pygimp-vectors.o: In function `vs_repr':
/home/knoppix/working/gimp-2.3.13/plug-ins/pygimp/pygimp-vectors.c:293: undefined reference to `PyString_FromFormat'
.libs/pygimp-vectors.o: In function `vectors_dealloc':
/home/knoppix/working/gimp-2.3.13/plug-ins/pygimp/pygimp-vectors.c:872: undefined reference to `PyObject_Free'
.libs/pygimp-vectors.o: In function `vs_dealloc':
/home/knoppix/working/gimp-2.3.13/plug-ins/pygimp/pygimp-vectors.c:283: undefined reference to `PyObject_Free'
collect2: ld returned 1 exit status
make[4]: *** [gimp.la] Error 1
make[4]: Leaving directory `/home/knoppix/working/gimp-2.3.13/plug-ins/pygimp'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/home/knoppix/working/gimp-2.3.13/plug-ins/pygimp'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/knoppix/working/gimp-2.3.13/plug-ins'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/knoppix/working/gimp-2.3.13'
make: *** [install-arch] Error 2
Any idea what to do?