On Mon, 14 Jul 2003, Frank Elsner wrote:
> > > /usr/lib/qt3-gcc2.96/bin/moc -i scripts/kconfig/qconf.h -o scripts/kconfig/qconf
> >
> > Which version is the g++ compiler?
> # g++ -v
> Reading specs from /usr/local/gcc-2.95.3/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/specs
> gcc version 2.95.3 20010315 (release)
Your QT seems to be compiled with 2.96 and both versions must match.
You can select a different c++ compiler with "make xconfig HOSTCXX=..." or
a different QT version with "make xconfig QTDIR=...". If you don't have a
matching pair, you have to recompile QT.
bye, Roman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/