Welcome

Troves being gleaned while surfing on the Internet mostly about computer/IT/system skills and tricks, Welcome here ...
Powered By Blogger

Disclaimer

This blog is written by the owner with real practices and tests and intended to hold all original posts except there is a clear declaration for referencing from others. Thanks for tagging with the source link or other tips for reference from here if you would like to quote partial or full text from posts in this blog.

Wednesday, December 22, 2010

Compiling OpenVRML - error : cannot find -lltdl

This is because of loss of the static library libltdl.a, which is one of the output if you install libtool

To make up, simply download the GNU libtool from official site
http://ftp.gnu.org/gnu/libtool/libtool-2.4.tar.gz

unpack, and go no special steps as
./configure && make && make install

then as default, libltdl.a should be placed at /usr/local/lib.

get back to openVRML, 

make clean
( do not omit this, or you will be bothered with nasty even weird link error like " undefined reference : openvrml::dl::close...!)
make & make install

done!

No comments: