<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.16.3">
</HEAD>
<BODY>
Hi,<BR>
<BR>
I'm getting the error "Must specify package names on the command line" when I run the command pkg-config --define-variable. This is the actual command:<BR>
<BR>
[marc@marc ~]$ pkg-config --define-variable=taglib-sharp=/usr/local/lib/pkgconfig/taglib-sharp.pc<BR>
Must specify package names on the command line<BR>
<BR>
<B>Background:</B> I'm trying to install Banshee 1.0 from source since I don't know how to update or check my distro's repository (Fedora 8). After about 4 dependies issue I got to taglib-sharp and installed it (from source) just fine, but it looks like my pkg-config is not looking in my /usr/local/lib folder and just my /usr/lib folder for .pc files. Thanks for any help.
</BODY>
</HTML>