Re: Libtool library used but 'LIBTOOL' is undefined

2013-09-23 Thread Giuseppe Aprea
I am not sure I understand you; Here http://www.mesa3d.org/install.htmlthey say to install in the standard way: configure-make-make install. In the attachment you can find all stderr and stdout from configure and make. configure step is ok while I receive errors during make step. On Sat, Sep

Re: libtool - warnings when installing GMP using DESTDIR

2013-09-23 Thread Michael Young
Thanks, Richard. I realize that there are off-the-shelf build tools available - open source and otherwise. (There are also prebuilt toolchains available for many architectures.) Ultimately, I probably will move to using one, and I'll keep Yocto/Poky in mind. Right now, I'm doing things

Re: libtool - warnings when installing GMP using DESTDIR

2013-09-23 Thread Michael Young
It just dawned on me... is it that the output from the finish operation the help that the manual refers to? And the ldconfig -n command in the output a suggested command to be run by the SA in order to create the appropriate links? If so, I apologize for being a bit slow on the uptake...