I've tried on opensolaris 2008.11 as below.

$ ln -s /usr/bin/gpatch patch
$ ln -s /usr/bin/gld ld
$ export PATH=$PWD:$PATH
$ ./configure --enable-shared --with-gnu-ld --with-pic
$ gmake
/bin/sh ./libtool --tag=CC --mode=link gcc  -g -O2   -o amrwb-decoder  
decoder.o libamrwb.la -lm 
gcc -g -O2 -o .libs/amrwb-decoder decoder.o  ./.libs/libamrwb.so -lm 
-R/usr/local/lib
Undefined                       first referenced
 symbol                             in file
D_IF_conversion                     ./.libs/libamrwb.so
D_IF_decode                         decoder.o
E_IF_if2_conversion                 ./.libs/libamrwb.so
ld: fatal: Symbol referencing errors. No output written to .libs/amrwb-decoder
collect2: ld returned 1 exit status
gmake: *** [amrwb-decoder] Error 1

what do i have to do for resolving it?
-- 
This message posted from opensolaris.org

Reply via email to