Bug#374794: greps

2006-06-22 Thread Roberto Pariset

$ grep lplc4 /usr/lib/pkgconfig/*
$ grep -l lplc4 /usr/lib/**/*.la

(both empty)

The only one I have is:

-rw-r--r-- 1 root root 20K 2006-06-07 21:30 /usr/lib/libplc4.so

and only is .so form, no .la.

Greets,
Rob



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#374794: greps

2006-06-22 Thread Roberto Pariset

Oystein Gisnas wrote:

Can you try the same again, but leave out one l, like:

$ grep plc4 /usr/lib/pkgconfig/*
$ grep -l plc4 /usr/lib/**/*.la

And make sure libnspr4-dev is not installed when you do it.

Thanks


Here we go:

$ LC_ALL=C dpkg -l libnspr4-dev
No packages found matching libnspr4-dev.
$ grep plc4 /usr/lib/pkgconfig/*
$ grep -l plc4 /usr/lib/**/*.la
$

Greets,
Rob


PS. I have libnspr4 installed though.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]