[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Kernel build: QT package requires older gcc



<snip>

Here's my gcc:

laptop:/home/moseley# gcc --version
gcc (GCC) 3.3.3 (Debian 20040401)
<snip>

So I need the qt3 library:

laptop:/home/moseley# apt-get install libqt3-dev
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
g++-3.2 gcc-3.2 libaudio-dev libjpeg62-dev liblcms1-dev libmng-dev libqt3-headers
<snip>

Hell, depends on gcc 3.2?  Is that true?  Do I really need another gcc
install?
<snip>

Doesn't sound that unlogically. I looked up the description in kpackage and it said: WARNING: The nonthreaded version of Qt3 is considered deprecated and may disappear anytime in the future. Please use libqt3-mt instead There you have it. libqt3-dev is considered deprecated, so that is probally why it needs gcc-3.2. Try instead install libqt3-mt-dev. That is the one I use :-)

Claus



Reply to: