[PATCH] Add missing sysroot resolution

2010-10-09 Thread Paolo Bonzini
I'm applying this patch since it's pretty obvious. * libltdl/config/ltmain.m4sh (func_mode_link): Resolve sysroot when fetching the install directory of dependent libraries. Reported by Lionel Landwerlin , patch by Khem Raj . * THANKS: Reorder entries, add Khem and Lionel. Cc: Lionel Landwerlin

[RFC PATCH] Strip trailing slashes from libdir and destdir

2010-10-09 Thread Paolo Bonzini
I found this patch at OpenEmbedded, http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-October/025133.html It looks to me like the code can be simplified by unconditionally stripping trailing slashes from $libdir and $destdir (i.e. not introducing the new variables). Ideas? Paolo * li

Re: [PATCH] Add missing sysroot resolution

2010-10-09 Thread Ralf Wildenhues
Hi Paolo, * Paolo Bonzini wrote on Sat, Oct 09, 2010 at 10:43:12AM CEST: > I'm applying this patch since it's pretty obvious. Thank you. Is this fixing (part) of the reported bug? Do you know how to expose it, so we can cover it in the testsuite? For future sysroot patches, feel free to also (

Re: [PATCH] Add missing sysroot resolution

2010-10-09 Thread Paolo Bonzini
On 10/09/2010 10:51 AM, Ralf Wildenhues wrote: * Paolo Bonzini wrote on Sat, Oct 09, 2010 at 10:43:12AM CEST: I'm applying this patch since it's pretty obvious. Thank you. Is this fixing (part) of the reported bug? Lionel pointed us to the patch, so I assumed it fixed all of it. I still h

Re: [PATCH] Add missing sysroot resolution

2010-10-09 Thread Ralf Wildenhues
* Paolo Bonzini wrote on Sat, Oct 09, 2010 at 10:55:44AM CEST: > On 10/09/2010 10:51 AM, Ralf Wildenhues wrote: > >* Paolo Bonzini wrote on Sat, Oct 09, 2010 at 10:43:12AM CEST: > >>I'm applying this patch since it's pretty obvious. > >Is this fixing (part) of the reported bug? > > Lionel pointed

Re: [RFC PATCH] Strip trailing slashes from libdir and destdir

2010-10-09 Thread Ralf Wildenhues
* Paolo Bonzini wrote on Sat, Oct 09, 2010 at 10:51:34AM CEST: > I found this patch at OpenEmbedded, > http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-October/025133.html > > It looks to me like the code can be simplified by unconditionally > stripping trailing slashes from $libdir an

Re: somewhat misleading -no-undefined documentation

2010-10-09 Thread Ralf Wildenhues
[ adding libtool-patches ] Hi Matěj, * Matěj Týč wrote on Sun, Oct 03, 2010 at 12:12:00AM CEST: > I have thought so far that if you want to make a DLL, you can't get > involved with any other library, because libtool needs -no-undefined > flag in order to make DLLs and you are supposed to use it

Re: [PATCH] Add missing sysroot resolution

2010-10-09 Thread Lionel Landwerlin
Le samedi 09 octobre 2010 à 10:55 +0200, Paolo Bonzini a écrit : > On 10/09/2010 10:51 AM, Ralf Wildenhues wrote: > > * Paolo Bonzini wrote on Sat, Oct 09, 2010 at 10:43:12AM CEST: > >> I'm applying this patch since it's pretty obvious. > > > > Thank you. > > > > Is this fixing (part) of the report

Re: [PATCH] Add missing sysroot resolution

2010-10-09 Thread Paolo Bonzini
> Paolo, I'm sorry if I made you though this patch was fixing my problem > (in fact after a quick test, it does not). I just wanted to point it > out, because Openembedded like buildroot, are projects which try to > crosscompile source packages. I though it might be a good start to > investigate th

Re: [PATCH] Add missing sysroot resolution

2010-10-09 Thread Khem Raj
Hi Paolo At OE we needed such a feature for long time. I am working on deploying 2.4 these days. There might be more we need to get it going so far its looking good. Thanks -Khem On 10/9/10, Paolo Bonzini wrote: >> Paolo, I'm sorry if I made you though this patch was fixing my problem >> (in f