Comipled NSPR for SunOS 5.10

NB <[email protected]> Mon, 10 Aug 2009 02:09:05 -0700 (PDT)
Newsgroups gmane.comp.mozilla.devel.nspr
Organization http://groups.google.com
Message-ID <[email protected]>
Hallo,

Can I download complied version of NSPR for SunOS 5.10 ?

I tried to compile NSPR v4.8 with syntax  "CC=gcc CXX=g++ ./configure"
to overcome the errors of looking for CC compiler. It goes further and
"gmake export" generates some libs but size not bigger than 30 kb.

Config.log reveals that there were some exceptions, how to fix it?


>>>>>>

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:635: checking host system type
configure:656: checking target system type
configure:674: checking build system type
configure:1071: checking for whoami
configure:1889: checking for gcc
configure:2002: checking whether the C compiler (gcc  ) works
configure:2018: gcc -o conftest    conftest.c  1>&5
configure:2044: checking whether the C compiler (gcc  ) is a cross-
compiler
configure:2049: checking whether we are using GNU C
configure:2077: checking whether gcc accepts -g
configure:2258: checking how to run the C preprocessor
configure:2340: checking for ranlib
configure:2372: checking for as
configure:2413: checking for ar
configure:2454: checking for ld
configure:2495: checking for strip
configure:2536: checking for windres
configure:2604: checking for gcc -pipe support
configure:2653: checking for visibility(hidden) attribute
configure:2730: checking for perl5
configure:5168: checking for dlopen in -ldl
configure:5204: checking for dlfcn.h
configure:5247: checking whether gcc needs -traditional
configure:5295: checking for lchown
configure:5295: checking for strerror
configure:5403: checking for pthread_create in -lpthreads
gcc -o dummy dummy.c  -Wall  -lpthreads
ld: fatal: library -lpthreads: not found
ld: fatal: File processing errors. No output written to dummy
collect2: ld returned 1 exit status
configure:5425: checking for pthread_create in -lpthread
gcc -o dummy dummy.c  -Wall  -lpthread
configure:5601: checking whether gcc accepts -pthread
configure:5624: checking whether gcc accepts -pthreads

<<<<

Thanks in advance
Naveen Bandhu