<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>It seems there has been a problem in the last week 
and a half with the kfontinst from the kdebase(cvs). Everything in that 
directory tries to compile with a "@LIBZ@" extension which should be "-lz". I 
had to go through every directory in the "kdebase/kcontrol/kfontinst/*" and 
change the @LIBZ@ to -lz. Anyone else having this problem?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Here is an example of an error.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Making all in kfile-plugin<BR>make[4]: Entering 
directory `/tmp/kdebase/kcontrol/kfontinst/kfile-plugin'<BR>/bin/sh 
../../../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor 
-Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi 
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts 
-DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute 
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION 
-D_GNU_SOURCE    -o kfile_font.la.closure 
kfile_font_la_closure.lo -L/usr/X11R6/lib -L/usr/lib/qt/lib -L/opt/kde/lib  
-R /opt/kde/lib -R /usr/lib/qt/lib -R /usr/X11R6/lib -R/usr/X11R6/lib -module 
-avoid-version -module -no-undefined  -R /opt/kde/lib -R /usr/lib/qt/lib -R 
/usr/X11R6/lib  kfile_font.lo -lkio -Wl,-R/usr/X11R6/lib -L/usr/X11R6/lib 
-lfreetype @LIBZ@<BR>g++: @LIBZ@: No such file or directory<BR>make[4]: *** 
[kfile_font.la.closure] Error 1<BR>make[4]: Leaving directory 
`/tmp/kdebase/kcontrol/kfontinst/kfile-plugin'<BR>make[3]: *** [all-recursive] 
Error 1<BR>make[3]: Leaving directory 
`/tmp/kdebase/kcontrol/kfontinst'<BR>make[2]: *** [all-recursive] Error 
1<BR>make[2]: Leaving directory `/tmp/kdebase/kcontrol'<BR>make[1]: *** 
[all-recursive] Error 1<BR>make[1]: Leaving directory 
`/tmp/kdebase'</FONT></DIV></BODY></HTML>