pkg-config does not find libsvm
Bug #581174 reported by
sds
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libsvm (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I don't know why you placed libsvm-dev under pkg-config's provenance (it has nothing to do with gnome!)
but it worked in karmic with
PKG_CHECK_
but does not work with lucid
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_
DISTRIB_
DISTRIB_
$ aptitude show libsvm-dev
Package: libsvm-dev
State: installed
Version: 2.90-1
$ pkg-config libsvm
fails
$ pkg-config --list-all|grep svm
fails
$ ls /usr/include/
4 /usr/include/
To post a comment you must log in.
Not surprising as libsvm-dev 2.90-1 (in lucid) doesn't ship a .pc file (for pkg-config) anymore and doesn't depend on pkg-config anymore either. This change was done by the Debian maintainer of libsvm.
From the Debian changelog for libsvm 2.90-1:
* Removed libsvm.pc from libsvm-dev.