Solaris下resin 3.0安装编译错误

Aryang
Solaris下resin 3.0安装编译错误

solaris9, sparc , jdk1.6.0_02
./configure make

gcc -g -O2 -DPOLL -DB64 -D__SOLARIS__ -DHAS_JVMTI  -m64 -DRESIN_HOME=/"/tools/resin-3.0.26/" -I/usr/local/include -I/usr/jdk/jdk1.6.0_02/include -I/usr/jdk/jdk1.6.0_02/include/solaris -I../common -DCPU=/"sparcv9/" -DOS= -fPIC   -c -o jni_jvmdi.o jni_jvmdi.c
/usr/local/bin/ld -shared -L/usr/local/ssl/lib -o libresin_os.so jni_os.o jni_jvmti.o jni_jvmdi.o -lnsl -lsocket -lthread
/usr/local/bin/ld: warning: sparc:v9 architecture of input file `jni_os.o' is incompatible with sparc output
/usr/local/bin/ld: warning: sparc:v9 architecture of input file `jni_jvmti.o' is incompatible with sparc output
/usr/local/bin/ld: warning: sparc:v9 architecture of input file `jni_jvmdi.o' is incompatible with sparc output
make[2]: *** [libresin_os.so] Segmentation Fault (core dumped)
make[2]: *** Deleting file `libresin_os.so'
make[2]: Leaving directory `/tools/resin-3.0.26/modules/c/src/resin_os'
make[1]: *** [plugins] Error 2
make[1]: Leaving directory `/tools/resin-3.0.26/modules/c/src'
make: *** [all] Error 2

装3.1也是同样的错误