RPATH order problem

David Faure faure at kde.org
Fri May 18 16:57:26 CEST 2007


On Friday 18 May 2007, Brad King wrote:
> Alexander Neundorf wrote:
> > On Thursday 17 May 2007 14:51, Allen Winter wrote:
> >> On Thursday 17 May 2007 2:46:39 pm Brad King wrote:
> >>> Brad King wrote:
> >>>> David Faure wrote:
> >>>>> I was talking to Simon on IRC and he suggested that -L/usr/lib32
> >>>>> should also not be generated. Can I suggest this patch? (I see that
> >>>>> the CMake-2-4 branch is unchanged after this discussion, so this is
> >>>>> still TODO)
> >>>> [snip]
> >>>>
> >>>>>    emitted.insert("/usr/lib");
> >>>>> +  emitted.insert("/usr/lib32");
> >>>>> +  emitted.insert("/usr/lib64");

Hmm, shouldn't emitted.insert("/lib"); be added to that list too?
Someone in the koffice irc channel just reported seeing -L/lib in his link line.

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).


More information about the Kde-buildsystem mailing list