Bug 89582 - In building, linker is instructed -lfl, but configure does not test for libfl.a
Summary: In building, linker is instructed -lfl, but configure does not test for libfl.a
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-15 18:34 UTC by Pekka Jääskeläinen
Modified: 2004-09-20 19:39 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 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.