Bug 62515 - having difficulty during make :
Summary: having difficulty during make :
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 2.1.5
Platform: Mandrake RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-12 01:41 UTC by mike Hingley
Modified: 2003-08-12 01:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mike Hingley 2003-08-12 01:41:31 UTC
Version:           2.1.5 (using KDE 3.1.0)
Installed from:    Mandrake Linux Cooker i586 - Cooker
Compiler:          gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk)
OS:          Linux (i686) release 2.4.21-0.13mdk

from a clean development install of Mandrake 9.1, the build selection produces the following:

gmake all-recursive 
gmake[1]: Entering directory `/home/mike/kscribbler' 
Making all in kscribbler 
gmake[2]: Entering directory `/home/mike/kscribbler/kscribbler' 
/bin/sh ../libtool --mode=link --tag=CXX c++ -O2 -O0 -g3 -Wall -fno-exceptions -fno-check-new -o kscribbler -L/usr/X11R6/lib -L/usr/lib/qt3/lib -L/usr/lib -R /usr/lib -R /usr/lib/qt3/lib -R /usr/X11R6/lib kscribblerview.o kscribblerdoc.o kscribbler.o main.o kscribbler_meta_unload.o -lqt-mt -lpng -lz -lm -lXext -lX11 -lresolv -lSM -lICE -lpthread -lkdecore -lkdeui -lkio -lresolv 
libtool: link: cannot find the library `/usr/lib/libfam.la' 
gmake[2]: Leaving directory `/home/mike/kscribbler/kscribbler' 
gmake[2]: *** [kscribbler] Error 1 
gmake[1]: Leaving directory `/home/mike/kscribbler' 
gmake[1]: *** [all-recursive] Error 1 
gmake: *** [all-recursive-am] Error 2 
*** failed *** 

unsure where to find these missing libraries, cannot find them in the packager utility

Any ideas?  Thanks guys
Comment 1 Thiago Macieira 2003-08-12 01:47:32 UTC
Hello, 
 
this is not a KDE bug. You forgot to install libfam-devel or equivalent in your system. 
Besides, KDevelop 2.1.x is no longer being developed. Please upgrade to version 3.0 (a.
k.a. Gideon) before reporting any further bug reports.