From: Braden M. <br...@en...> - 2011-05-07 15:05:40
|
On Sat, 2011-05-07 at 15:31 +0300, Ravit Ben Shlush wrote: > Hi, > > I'm trying to install openvrml-0.18.8. > As written in INSTALL file, I did : > > - cd to openvrml-0.18.8 folder > - typed ./configure > > I got the foloowing errors during ./configure : > > checking ltdl.h usability... no > checking ltdl.h presence... no > checking for ltdl.h... no > configure: error: in `/home/r/Desktop/openvrml-0.18.8': > configure: error: ltdl.h not found > See `config.log' for more details > > > What can I do to solve this ? You can install the development headers for libltdl (part of libtool). See "Prerequisites" and "Optional dependencies" in README for similar issues you might encounter. -- Braden McDaniel <br...@en...> |