<!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/1.1.8">
</HEAD>
<BODY>
No, I found out what was wrong. The compiler was actually looking for the static library libart_lgpl_2.a which is part of the libart-devel package which wasn't installed on my system.<BR>
<BR>
Next time I'll know that having the .so might not be sufficient <IMG SRC="cid:1046615706.20204.55.camel@libertad" ALIGN="middle" ALT=";-)" BORDER="0"><BR>
<BR>
Thanks anyway for your suggestion!<BR>
<BR>
-Tako<BR>
<BR>
<BR>
On Sun, 2003-03-02 at 11:57, Kevin Krammer wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373" SIZE="3"><I>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Samstag, 1. März 2003 23:39, Tako Schotanus wrote:
> I just started Kdevelop 2.1.3 (KDE 3.1) for the first time and made a
> new project using the "KDE Normal" template. Didn't make any other
> changes, just told it to Execute. The make failed because of the linker
> that can't find art_lgpl_2 although it is in fact installed on my
> system. The only thing I can see is that the library is istalled in
> /usr/lib while that folder doesn't seem to appear in the list of
> folders the linker uses.

/usr/lib is the standard directory so it is always used

> tako@libertad% locate art_lgpl_2
> /usr/lib/libart_lgpl_2.so.2
> /usr/lib/libart_lgpl_2.so.2.3.11

I think the linker is looking for libart_lgpl_2.so
A symbolic link should help:
#> cd /usr/lib
#> ln -s libart_lgpl_2.so.2 libart_lgpl_2.so

Cheers,
Kevin

- -- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Krammer <kevin.krammer@gmx.at>
Developer at the Kmud Project </FONT><A HREF="http://www.kmud.de/"><FONT SIZE="3">http://www.kmud.de/</FONT></A>
<FONT COLOR="#737373" SIZE="3">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD4DBQE+YeOunKMhG6pzZJIRAmuoAJ90Ef+HEDNJlA4Q5N9VeRhDr73eQwCYlOjc
HXCnQyVf8jzGjV4gnlYgHA==
=9TTZ
-----END PGP SIGNATURE-----

___________________________________________________
This message is from the kde mailing list.
Account management:  </FONT><A HREF="http://mail.kde.org/mailman/listinfo/kde"><FONT SIZE="3">http://mail.kde.org/mailman/listinfo/kde</FONT></A><FONT COLOR="#737373" SIZE="3">.
Archives: </FONT><A HREF="http://lists.kde.org/"><FONT SIZE="3">http://lists.kde.org/</FONT></A><FONT COLOR="#737373" SIZE="3">.
More info: </FONT><A HREF="http://www.kde.org/faq.html"><FONT SIZE="3">http://www.kde.org/faq.html</FONT></A><FONT COLOR="#737373" SIZE="3">.</I></FONT></PRE>
</BLOCKQUOTE>
<PRE><TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
Tako Schotanus <<A HREF="mailto:quintesse@palacio-cristal.com">quintesse@palacio-cristal.com</A>>
</TD>
</TR>
</TABLE>
</PRE>
</BODY>
</HTML>