Re: [elinks-users] Cannot configure elinks with spidermonkey with no root access

2012-12-01 Thread Droidzone
I tried the following. Compiled spidermonkey: cd js-1.8.5/js/src ./configure --prefix=/home/droidzone/myapps make ; make install Exported paths export PKG_CONFIG_PATH=/home/droidzone/myapps/lib:/home/droidzone/myapps:/home/droidzone/myapps/bin export LD_LIBRARY_PATH=/home/droidzone/myapps/lib

Re: [elinks-users] Cannot configure elinks with spidermonkey with no root access

2012-12-01 Thread Droidzone
I'm attaching the relevant part of config.log in case someone can help.. configure:8894: checking for SpiderMonkey (1.5 RC3a or later) configure:8933: gcc -o conftest -g -O2 -Wall -I/home/droidzone/myapps/include/js -I/home/droidzone/myapps/include/js conftest.c -L/home/droidzone/myapps/lib -ljs

Re: [elinks-users] Cannot configure elinks with spidermonkey with no root access

2012-12-01 Thread Droidzone
Yes, that was it. It's configured and compiled. It doesnt open javascript links at opensource.samsung.com, but I suppose that's out of scope of the discussion. Thank you for your help. On Sat, Dec 1, 2012 at 11:18 PM, witekfl gglate...@gmail.com wrote: Droidzone dz at droidzone.in writes