|
From: Braden M. <br...@en...> - 2002-03-01 05:29:47
|
On Thu, 2002-02-28 at 12:25, Leopold Palomo Avellaneda wrote: > Hi list, > > I would like to compile openvrml with libmozjs support, and I'm not be able > to do it. I'm using mandrake 8.1 and I have installed in /usr/lib: > > -rw-r--r-- 1 root root 567616 feb 22 12:23 /usr/lib/libjs.a > -rwxr-xr-x 1 root root 107456 oct 1 20:54 /usr/lib/libjsj.so* > lrwxrwxrwx 1 root root 10 feb 25 09:32 /usr/lib/libjs.so -> > libjs.so.0 > lrwxrwxrwx 1 root root 14 feb 22 12:49 /usr/lib/libjs.so.0 > -> libjs.so.0.1.0 > -rw-r--r-- 1 root root 445700 feb 22 12:23 > /usr/lib/libjs.so.0.1.0 > -rwxr-xr-x 1 root root 551832 oct 1 20:54 /usr/lib/libmozjs.so* > > I have tried to run configure with: > --with-mozjs=/usr/lib or > --with-mozjs=/usr/ or > > > and always I have the same error that didn't found the libmozjs. > > I don't what to do to compile with javascript support. > Please, can anyone tell me what to do? The autoconf test checks for a header file as well as the library. Check the contents of your config.log to see exactly how the test is failing. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |