Re: Solaris5.8 build on Sparc
"Vinu" <[email protected]> Wed, 27 May 2009 17:40:32 -0400
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Organization | Pass |
| Message-ID | <[email protected]> |
I tried to do an NSPR build on Solaris8 from the sources. My Sun C++ Compiler doesn't work and gives me some license server error(server is down or not responding, even though lmgrd seems to be running...any ideas anyone???) So I switched to using gcc to build NSPR using "make NS_USE_GCC=1"(I don't remember the exact flag). Now it compiles with gcc but I get a compile error immediately. -MD option not recognized. The NSPR version I am using is 4.7.4. Can anyone throw some light on this. Thanks Vinu "Wan-Teh Chang" <[email protected]> wrote in message news:[email protected]... > On Wed, May 27, 2009 at 8:43 AM, Vinu <[email protected]> > wrote: >> Hi, >> >> Can i get NSPR 4.1.2 build on SParc for Solaris5.8. >> >> I tried building from the sources and am getting all sorts of errors. > > NSPR 4.1.2 is very old. It may predate Solaris 8 (5.8), which is > probably why you have trouble building it on Solaris 8. > > Please try building a recent version of NSPR. You can download > the source distributions from > https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/ > > The last version of NSPR for which we provide binary distributions > is NSPR 4.6.4: > https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.6.4/ > > Wan-teh