Hi

On 2015-03-23 18:43:45, YK wrote:
> Hi,
> Sorry my bad English
> 
> globus@aspera:~$ apt-cache policy libgtkextra-3.0
> libgtkextra-3.0:
>   Installed: 3.1.1-2
>   Candidate: 3.1.1-2
>   Version table:
>  *** 3.1.1-2 0
>         500 http://ftp.fi.debian.org/debian/ jessie/main amd64 Packages
>         100 /var/lib/dpkg/status
> globus@aspera:~$ pkg-config --exists libgtkextra-3.0
> globus@aspera:~$ echo $?
> 1

I think there is a confusion between the names known by pkg-config and package
names.  They do not need to match. You also need to install the -dev packages:

$ apt-get install libgtkextra-dev
...
$ pkg-config --exists gtkextra-3.0
$ echo $?
0

> globus@aspera:~$ apt-cache policy libc6
> libc6:
>   Installed: 2.19-15
>   Candidate: 2.19-15
>   Version table:
>  *** 2.19-15 0
>         500 http://ftp.fi.debian.org/debian/ jessie/main amd64 Packages
>         100 /var/lib/dpkg/status
> globus@aspera:~$ pkg-config --exists libc6
> globus@aspera:~$ echo $?

libc6 does not come with a pkg-config file, so pkg-config does not know about
it.

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: Digital signature

Reply via email to