<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7650.28">
<TITLE>configure error</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Dear Developers,<BR>
<BR>
I am having problems getting amarok to configure.  It keeps complaining that it can not find the library for taglib.  I read the README file and followed what it said to do, i.e. export the PKG_CONFIG_PATH with the location of the laglib pkg file.  (note the pkg-config tool is able to find it and query its settings).  I have also read through the forums looking for ideas.<BR>
<BR>
I have compiled taglib from source (both a static and a shared library) with the following commands:<BR>
<BR>
# Build static version<BR>
CFLAGS="-static" \<BR>
  CPPFLAGS="-I$PREFIX/include/" \<BR>
  LDFLAGS="-static -L$PREFIX/lib/" \<BR>
  ./configure \<BR>
    --prefix=$PREFIX \<BR>
    --enable-static<BR>
<BR>
make<BR>
make install<BR>
   <BR>
make clean<BR>
make distclean<BR>
   <BR>
# Build shared version<BR>
CPPFLAGS="-I$PREFIX/include/" \<BR>
  LDFLAGS="-L$PREFIX/lib/" \<BR>
  ./configure \<BR>
    --prefix=$PREFIX \<BR>
    --enable-shared<BR>
<BR>
<BR>
I am trying to configure amarok with the following:<BR>
<BR>
CPPFLAGS="-I$PREFIX/include/" \<BR>
  LDFLAGS="-L$PREFIX/lib/" \<BR>
  ./configure \<BR>
    --prefix=$PREFIX \<BR>
    --with-extra-includes=$PREFIX/include/ \<BR>
    --with-extra-libs=$PREFIX/lib/ \<BR>
    --with-libgpod<BR>
<BR>
It just gives me an error no matter what I do. <BR>
<BR>
Thanks in advance for any help you can give.<BR>
<BR>
Bret<BR>
</FONT>
</P>

</BODY>
</HTML>