Looks like you got some problem with makepanda finding libdl.so. On
my linux box its in /lib and called libdl.so.2 which is symlinked to
libdl-2.3.4.so. You might have a glitched library path somewhere.
That last line doesn’t look like english, was that expected and can
you translate it?
The problem is that ‘makepanda’ still doesn’t distinguish between little-endian and big-endian machines. Somewhere in ‘makepanda’ is a line that defines the constant WORDS_BIGENDIAN. It is set to the value ‘undef’ (aka false). For ppc, it should be set to the value ‘1’ (aka true).
i changed WORDS_BIGENDIAN value from UNDEF to 1 but it didn’t work. so i will try with -ldl command but which line i will write -ldl i mean i couln’t see link command in makepanda.py.
compalation of panda3d has been ended without any problem. i compiled panda3d with WORDS_BIGENDIAN with 1 yesterday it didn’t worked because i forgot the clean build directory so i had deletet build directory and i tried again so its worked.