Olly Betts survex.com> writes:
>
> On 2007-06-19, Peter O'Gorman pogma.com> wrote:
> > I am inclined to vote for (1) for now. It might be worth a figuring out
> > how to have ldconfig (or some other utility) output the real search path
> > that the dynamic linker uses for the future, parsing ld
On Tue, 2007-06-19 at 21:17 +0200, Ralf Wildenhues wrote:
> If my above reasoning is right, then remains the question *how* to
> implement (1). I don't see what regression the sed command
> /^[ ]*hwcap[]/d
>
Hi Ralf,
I applied this.
Thanks,
Peter
2007-06-22 Ralf Wildenhues <[EMAI
On Sat, 2007-06-23 at 14:45 +, Olly Betts wrote:
> -lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s
> 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' <
> /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* /
> /g;/^$/d' | tr
On 2007-06-19, Peter O'Gorman <[EMAIL PROTECTED]> wrote:
> I am inclined to vote for (1) for now. It might be worth a figuring out
> how to have ldconfig (or some other utility) output the real search path
> that the dynamic linker uses for the future, parsing ld.so.conf and
> friends seems to be f
On Tue, 2007-06-19 at 21:17 +0200, Ralf Wildenhues wrote:
> This has two aspects: First, *what* we should do. Possibilities:
>
> 0) Do nothing. Except ugly output and marginally slower execution there
> is little to lose, as those names are not absolute directories, so do
> not change semantics
Hi Peter,
* Peter O'Gorman wrote on Mon, Jun 18, 2007 at 05:14:19AM CEST:
>
> checking for the default library search path... /lib /usr/lib hwcap 0
> nosegneg hwcap 0 nosegneg /usr/lib/mysql /usr/lib/qt-3.3/lib
>
> Looks like we need to deal with that. For an explanation, see:
> http://lkml.org