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

Re: make xconfig broken in bk current


Roman Zippel wrote:

> Hi,
> 
> Ed Tomlinson wrote:
> 
>> make -f scripts/Makefile.build obj=scripts/kconfig scripts/kconfig/qconf
>>   g++  -o scripts/kconfig/qconf  scripts/kconfig/kconfig_load.o 
>>   scripts/kconfig/qconf.o  -L/usr/share
>> /qt/lib -Wl,-rpath,/usr/share/qt/lib -lqt-mt -ldl
>> scripts/kconfig/qconf.o(.text+0x31): In function `ConfigView::tr(char
>> const*, char const*)':
>> : undefined reference to `QApplication::translate(char const*, char
>> : const*, char const*, QApplication:
>> :Encoding) const'
> 
> Which distribution do you use?
> It looks like you try to use a different g++ version than qt was
> compiled with.

This makes sense.  Debian has changed its default compiler to 3.2 in
sid...  Suspect we will get quite a few reports like this one.

Solution would seem to be to fix the links in /usr/bin for:

gcc
g++
gcov
cpp

to point at the 2.95 binary, make clean xconfig

Thanks
Ed Tomlinson

PS. The kernel will not link here using 3.2....
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo _at_ vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


この情報があなたの探していたものかどうか選択してください。
yes/まさにこれだ!   no/違うなぁ   part/一部見つかった   try/これで試してみる

あなたが探していた情報はどのようなことか、ご自由に記入下さい。特に「まさにこれだ!」と言う場合は記入をお願いします。
例:「複数のマシンからCATV経由でipmasqueradeを利用してWebを参照したい場合の設定について」
Follow-Ups: