Bug 89582

Summary: In building, linker is instructed -lfl, but configure does not test for libfl.a
Product: [Applications] umbrello Reporter: Pekka Jääskeläinen <pekka.jaaskelainen>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Pekka Jääskeläinen 2004-09-15 18:34:12 UTC
Version:            (using KDE KDE 3.3.0)
Installed from:    Debian testing/unstable Packages
OS:                Linux

I downloaded the source package (v1.3.0) from the web pages. configure didn't complain after
I installed the missing Qt&KDE headers, but linking failed because  I was missing flex static library (libfl.a).

I corrected the problem easily in Debian by running 'apt-get install flex', but maybe configure should
whine about missing Flex, so users don't have to guess what the '-lfl' thingie is?
Comment 1 Jonathan Riddell 2004-09-20 19:39:18 UTC
Actually I don't think flex is needed any more since the C++ class parser was updated.  I've removed the requirement.