Issue 41589 - Qt library detection fails on Fedora Core 3
Summary: Qt library detection fails on Fedora Core 3
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: configure (show other issues)
Version: 680m75
Hardware: All Linux, all
: P2 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: rene
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-29 03:32 UTC by kyoshida
Modified: 2006-03-14 21:02 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Patch to enable detection of libqt-mt.so in FC3 (1.03 KB, patch)
2005-01-29 03:33 UTC, kyoshida
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description kyoshida 2005-01-29 03:32:05 UTC
The configure script fails to detect libqt-mt.so during the configure run due to
the odd placement of the Qt libraries in the Fedora Core 3 environment (they are
located in /usr/lib/qt-3.3/lib).
Comment 1 kyoshida 2005-01-29 03:33:08 UTC
Created attachment 21979 [details]
Patch to enable detection of libqt-mt.so in FC3
Comment 2 kyoshida 2005-01-29 03:36:25 UTC
This patch assumes that the env variable QTDIR is set to /usr/lib/qt-3.3
(necessary to have the qt header files detected in FC3).
Comment 3 kyoshida 2005-02-05 01:13:40 UTC
setting issue type to PATCH, and the target to 'next build' wishfully :) 
Comment 4 rene 2005-02-05 20:41:05 UTC
Hi, your patch is suboptimal. Why not adding that into the if clause below which
exactly checks for QTDIR? ;)

I'll do that in cws configure5.
Comment 5 rene 2005-02-05 20:41:24 UTC
reassign to me
Comment 6 rene 2005-02-05 20:42:21 UTC
.
Comment 7 rene 2005-02-05 20:43:39 UTC
comitted to cws_src680_configure5
Comment 8 pavel 2005-02-06 15:54:32 UTC
Verified.
Comment 9 rene 2005-03-31 15:34:33 UTC
close