hi,
  can anyone tell me why i am getting this error when in make pygtk-2.10.4


[r...@localhost pygtk-2.10.4]# make
make  all-recursive
make[1]: Entering directory `/root/pygtk-2.10.4'
Making all in codegen
make[2]: Entering directory `/root/pygtk-2.10.4/codegen'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/pygtk-2.10.4/codegen'
Making all in .
make[2]: Entering directory `/root/pygtk-2.10.4'
if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.
-I/usr/include/python2.4 -pthread -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/include/pygtk-2.0   -pthread
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -I./gtk
-pthread -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include   -g -O2 -Wall -std=c9x
-fno-strict-aliasing -MT atk_la-atkmodule.lo -MD -MP -MF
".deps/atk_la-atkmodule.Tpo" -c -o atk_la-atkmodule.lo `test -f
'atkmodule.c' || echo './'`atkmodule.c; \
        then mv -f ".deps/atk_la-atkmodule.Tpo"
".deps/atk_la-atkmodule.Plo"; else rm -f ".deps/atk_la-atkmodule.Tpo"; exit
1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/python2.4 -pthread
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/include/pygtk-2.0 -pthread -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I./gtk -pthread
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -g -O2 -Wall -std=c9x -fno-strict-aliasing
-MT atk_la-atkmodule.lo -MD -MP -MF .deps/atk_la-atkmodule.Tpo -c
atkmodule.c  -fPIC -DPIC -o .libs/atk_la-atkmodule.o
/tmp/cc3Crwaa.s: Assembler messages:
/tmp/cc3Crwaa.s:2035: Error: symbol `fstatat64' is already defined
/tmp/cc3Crwaa.s:2074: Error: symbol `fstat64' is already defined
/tmp/cc3Crwaa.s:2109: Error: symbol `lstat64' is already defined
/tmp/cc3Crwaa.s:2144: Error: symbol `stat64' is already defined
make[2]: *** [atk_la-atkmodule.lo] Error 1
make[2]: Leaving directory `/root/pygtk-2.10.4'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/pygtk-2.10.4'
make: *** [all] Error 2
[r...@localhost pygtk-2.10.4]#



Please let me know what is the problem an how can i overcome.
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to