Dirk Eddelbuettel <[EMAIL PROTECTED]> (14/10/2006):
> Severity: important
I'd say ``not a bug''.

> [EMAIL PROTECTED]:~> pkg-config --libs graphviz
> Package graphviz was not found in the pkg-config search path.
> Perhaps you should add the directory containing `graphviz.pc'
> to the PKG_CONFIG_PATH environment variable
Right, but the .pc files are:
  libagraph.pc
  libcdt.pc
  libgraph.pc
  libgvc.pc
  libpathplan.pc

So you won't ever get any answer for `graphviz' through `pkg-config'.

> * Installing *source* package 'Rgraphviz' ...
> checking for pkg-config... /usr/bin/pkg-config
> Package libgvc was not found in the pkg-config search path.
> Perhaps you should add the directory containing `libgvc.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'libgvc' found
The .pc file(s) is (are) missing because...

> And libgvc is installed by graphviz so this is really too bad.
... you need the -dev package as well, which contains them. Once this
package installed, you'll get:
  [EMAIL PROTECTED]:~$ pkg-config --libs libgvc
  -L/usr/lib/graphviz -lgvc

Cheers,

-- 
Cyril Brulebois

Attachment: pgpohEzYyaQBh.pgp
Description: PGP signature

Reply via email to