Re: [Kmatplot-general] Trying to Build on RH 7.2
Brought to you by:
kamil
From: Kamil <kam...@po...> - 2002-01-20 04:30:33
|
> Hello, > > I'm trying to kmatplot-0.3.1 on a fresh RH7.2 box. > I've gotten past the ./configure stage, but when it is > compiling, I get the following messages: > > make[3]: Entering directory > `/home/laytonj/src/kmatplot-0.3.1/kmatplot/part' /bin/sh ../../libtool > --mode=link --tag=CXX c++ -O2 -fno-exceptions -fno-check-new -o > libkmatplot.la -rpath /usr/lib -L/usr/lib/qt-2.3.1/lib -L/usr/X11R6/lib > -version-info 1:0:0 -module ksmatrix.lo ksdelunay.lo ksglobalmatrixlist.lo > qscobjects.lo ksworkbook.lo kscommands.lo qsctools.lo ksprojectxml.lo > kmatplotfactory.lo kmatplotpart.lo kspanelmanager.lo ksobjectfactory.lo > ksdataobjectfactory.lo ksdatasymbolfactory.lo qsctools.moc.lo > ksglobalmatrixlist.moc.lo kmatplotfactory.moc.lo kmatplotpart.moc.lo > ksdelunay.moc.lo ksmatrix.moc.lo ksworkbook.moc.lo qscobjects.moc.lo > kspanelmanager.moc.lo libkmatplot_la_meta_unload.lo ../widgets/libplot.la > ../formula/libformula.la ../dialogs/libdialogs.la /usr/lib/libkparts.la > -lXmu -lMesaGL -lMesaGLU -lX11 -lresolv grep: /usr/lib/libfam.la: No such > file or directory > sed: can't read /usr/lib/libfam.la: No such file or directory > libtool: link: `/usr/lib/libfam.la' is not a valid libtool archive > make[3]: *** [libkmatplot.la] Error 1 > make[3]: Leaving directory `/home/laytonj/src/kmatplot-0.3.1/kmatplot/part' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/laytonj/src/kmatplot-0.3.1/kmatplot' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/laytonj/src/kmatplot-0.3.1' > make: *** [all-recursive-am] Error 2 > [laytonj@home2 kmatplot-0.3.1]$ > > > Any ideas how to fix this? > It seems that 'fam' is needed by kdelibs. You will have to install fam-devel package. Kamil |