On 21 Dec, John Clarke wrote:
>  > scripts/kconfig/qconf.o(.text+0x2b): undefined reference to `QVBox::className() 
> const' 
>  > scripts/kconfig/qconf.o(.text+0x66): undefined reference to 
> `QObject::badSuperclassWarning(char const*, char const*)' 
>   
>  Install qt and qt-devel. 
>   
>  > Is it even possible to install gtk+-2.0 under RH 7.2? 
>   
>  It wasn't included in RH7.2, but it was in RH7.3, so I'd guess that you 
>  could.  You might be able to install the gtk2 rpms from RH7.3, but if 
>  not, grabbing the source rpms and rebuilding might work. 

Weird.  I have them installed:

# rpm -qa qt

# rpm -qa qt-devel
qt-devel-2.3.1-5

qt exists in /usr/lib/qt-2.3.1

# /sbin/ldconfig -v | grep qt
        libqtmcop.so.0 -> libqtmcop.so.0.0.0
/usr/lib/qt-2.3.1/lib:
        libqt.so.2 -> libqt.so.2.3.1
        libqt-mt.so.2 -> libqt-mt.so.2.3.1
/usr/lib/qt-1.45/lib:
        libqt.so.1 -> libqt.so.1.44

But still I get these errors, even if I try:
        make xconfig QTDIR=/usr/lib/qt-2.3.1qt-2.3.1-5

# make xconfig QTDIR=/usr/lib/qt-2.3.1
make[1]: `scripts/fixdep' is up to date.
  HOSTLD  scripts/kconfig/qconf
scripts/kconfig/qconf.o: In function `ConfigView::initMetaObject()':
scripts/kconfig/qconf.o(.text+0x2b): undefined reference to `QVBox::className() const'
scripts/kconfig/qconf.o(.text+0x66): undefined reference to 
`QObject::badSuperclassWarning(char const*, char const*)'
        [1980 lines of error output omitted]
scripts/kconfig/qconf.o(.gnu.linkonce.d._ZTI16ConfigMainWindow+0x8): undefined 
reference to `typeinfo for QMainWindow'
collect2: ld returned 1 exit status
make[1]: *** [scripts/kconfig/qconf] Error 1
make: *** [xconfig] Error 2


luke

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to