[OPEN-ILS-DEV] JavaScript SpiderMonkey on FC6

Joe Atzberger atzberger at MECDC.ORG
Fri May 4 11:55:57 EDT 2007


You may have to look out for a lock file that can be created.

In my case, (on Solaris) it was "lock_SunOS.s".  It will be based on your system OS, similar to the config file Jeroen 
mentioned.

The spidermonkey install was one of my least favorite parts of the overall job.

--Joe Atzberger
INFOhio Technical Specialist
Metropolitan Educational Council
(614) 473-8300 x22
atzberger at mecdc.org


Jeroen Ruigrok van der Werven wrote:
> cd js/src
> 
> It expects a file under the config directory named:
> 
> uname -s + uname -r .mk
> 
> So for example a FreeBSD machine could be: config/FreeBSD6.2-STABLE.mk
> 
> You can easily see what it expects for your machine by executing the
> following:
> 
> make (or gmake) -f Makefile.ref
> 
> The only problem is is that you need to tweak/alter Makefile.ref and your
> expected config/?.mk file to your system. For example, the Linux_All.mk has
> only a OS_CFLAGS += -DPIC -fPIC line, but for a lot of platforms -fpic is
> preferred. PIC is mostly used for m68k and Sparc.
> 



More information about the Open-ils-dev mailing list