%general-entities; ]> $LastChangedBy$ $Date$ NSPR-&nspr-version; Netscape Portable Runtime Introduction to NSPR Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc like functions. &lfs67_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &nspr-md5sum; Download size: &nspr-size; Estimated disk space required: &nspr-buildsize; Estimated build time: &nspr-time; Additional Downloads Required patch: User Notes: Installation of NSPR Install NSPR by running the following commands: patch -Np1 -i ../nspr-&nspr-version;-pkgconfig-1.patch && cd mozilla/nsprpub && ./configure --prefix=/usr \ --with-mozilla \ --with-pthreads && make This package does not come with a test suite. Now, as the root user: make install && cp -v -LR dist/include/nspr /usr/include && rm -v -f /usr/bin/{prerr.properties,compile-et.pl} Command Explanations --with-mozilla: This parameter adds Mozilla support to the libraries (required if you want to build any Mozilla products). --with-pthreads: This parameter forces use of the system pthreads library. --enable-64bit: This parameter is required on an x86_64 system to prevent configure failing with a claim that this is a system without pthread support. Contents Installed Programs Installed Libraries Installed Directories nspr-config libnspr4.{a,so}, libplc4.{a,so}, and libplds4.{a.so} /usr/include/nspr Short Descriptions nspr-config provides compiler and linker options to other packages that use NSPR. nspr-config