I want to install PTAMM. Before that , lib3ds is required. But when I
make it, there were some errors as follow:
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -o 3ds2obj
3ds2obj.o ../../src/
lib3ds.la
gcc -g -O2 -o .libs/3ds2obj 3ds2obj.o ../../src/.libs/lib3ds.so -
Wl,--rpath -Wl,/root/local/lib
/usr/bin/ld: 3ds2obj.o: undefined reference to symbol 'pow@@GLIBC_2.0'
/usr/bin/ld: note: 'pow@@GLIBC_2.0' is defined in DSO /lib/libm.so.6
so try adding it to the linker command line
/lib/libm.so.6: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
does anyone know the proplems?