[XviD-devel] SGI: ERROR 33: Unresolved text symbol "sqrt"

Venkata Tumati xvid-devel@xvid.org
Sat, 25 Jan 2003 01:12:20 -0500


Hey,
When I ran the examples I got the following error. Everything else
seemed to work well as far as compiling. I have gcc 3.0.4 and latest
version of gmake. 



> make
/usr/sbin/gcc -Wall -Os -I ../src -c xvid_stat.c
/usr/sbin/gcc -lc -lm -o xvid_stat xvid_stat.o
../build/generic/libxvidcore.a
ld32: WARNING 84: /usr/lib32/libm.so is not used for resolving any
symbol.
ld32: WARNING 127: Two shared objects with the same soname,
/usr/lib32/mips3/libc.so and /usr/lib32/libc.so, have been been linked.
This is probably due to a missing -L specification. Ignoring the latter.
ld32: ERROR 33: Unresolved text symbol "sqrt" -- 1st referenced by
xvid_stat.o.
        Use linker option -v to see when and which objects, archives and
dsos are loaded.  
ld32: ERROR 33: Unresolved text symbol "log10" -- 1st referenced by
xvid_stat.o.
        Use linker option -v to see when and which objects, archives and
dsos are loaded.  
ld32: INFO 152: Output file removed because of error.
collect2: ld returned 2 exit status
make: *** [xvid_stat] Error 1


Venkata