I’m trying to build spider monkey on ubuntu 10.04 (lucid). However, when I run autoconf2.13 on the js/src directory, it tells me there is no configure.in file. I can’t just do the usual ./configure > make > sudo make install , either. What’s up with it?
Share
For me works as follows in Ubuntu 10.04:
The option apparently is only for optimizing the code. Then I copy by hand the files where they should be to be used by my programs. I only really need the bin so it was easy.
Here you have the official documentation the new one that explain where to copy the headers and executables and the old one that I used for the compilation.
It was useful too this link and this one.