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... ju

Re: libtool - warnings when installing GMP using DESTDIR

2013-09-23 Thread Michael Young
Thanks for the reply, Robert. On to a question about the second warning... What does "libtool --finish" actually do? I've looked at the libtool manual (http://www.gnu.org/software/libtool/manual/html_node/Finish-mode.html#Finish-mode). Right now, I'm questioning the first usage mentioned, sinc

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-20 Thread Robert Boehne
The relinking warning is just to let you know it is linking, it isn't a potential problem. Robert Boehne On Sep 19, 2013 6:21 PM, "Michael Young" wrote: > I was originally going to post this to the gmp-discuss list, but after > reviewing > it, it seems like it fits better here. Please kindly re

Re: libtool - warnings when installing GMP using DESTDIR

2013-09-20 Thread Richard Purdie
On Thu, 2013-09-19 at 15:58 -0400, Michael Young wrote: > I'm trying to do a staged build/install of libgmp(xx) release 5.1.2. > This is > part of an effort to develop a "general" build system (mostly bash > scripts, make > files, etc.) for toolchains I will be using. I intend to use these > scri

libtool - warnings when installing GMP using DESTDIR

2013-09-19 Thread Michael Young
I was originally going to post this to the gmp-discuss list, but after reviewing it, it seems like it fits better here. Please kindly redirect me if this is better handled elsewhere... I'm trying to do a staged build/install of libgmp(xx) release 5.1.2. This is part of an effort to develop a "ge