Bug 6282

Summary: Problem compiling KDE apps on RedHat 6.1
Product: [Retired] Red Hat Linux Reporter: jpion
Component: kdelibsAssignee: Preston Brown <pbrown>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-10-26 15:04:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description jpion 1999-10-23 03:27:57 UTC
I've tried compiling a couple of different KDE apps which
worked fine with RH6.0.  I keep getting the same error
message when running ./configure.



checking for kde libraries installed... configure: error:
your system fails at linking a small KDE application!
Check, if your compiler is installed correctly and if you
have used the
same compiler to compile Qt and kdelibs as you did use now


I am using the binary RPMs from the 6.1 iso image.  I do
have all kde packages installed.  (libs and devel).  I also
have the proper development tools installed.  Any help would
be greatly appreciated.  Thanks.

Comment 1 jpion 1999-10-26 04:17:59 UTC
I've been able to workaround by adding the following to my ./configure
command-line:

--with-qt-includes=/usr/lib/qt-1.44/include
--with-qt-libraries=/usr/lib/qt-1.44/lib

It was also necessary to create a symbolic link from
/usr/lib/qt-1.44/bin/moc to /usr/bin/moc in order to make.

Comment 2 Preston Brown 1999-10-26 15:04:59 UTC
Both Qt 1.44 and Qt 2.0.2 are included with Red Hat Linux 6.1.  By
default, 2.0.2 is set to be used.  This behaviour is configurable; it
can be changed by editing /etc/profile.d/qt.sh and changing it to
point to qt 1.44 instead.

No further modifications should be necessary.  With this set up, you
can compile either Qt 1.44 or Qt 2.x based programs, simply by
changing the QTDIR environment variable.