public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: make xconfig broken in bk current
@ 2003-01-12 20:12 Ed Tomlinson
  2003-01-12 20:31 ` John Levon
  2003-01-12 23:49 ` Roman Zippel
  0 siblings, 2 replies; 10+ messages in thread
From: Ed Tomlinson @ 2003-01-12 20:12 UTC (permalink / raw)
  To: linux-kernel; +Cc: Roman Zippel

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....

^ permalink raw reply	[flat|nested] 10+ messages in thread
* make xconfig broken in bk current
@ 2003-01-12  2:25 Ed Tomlinson
  2003-01-12 13:58 ` Roman Zippel
  0 siblings, 1 reply; 10+ messages in thread
From: Ed Tomlinson @ 2003-01-12  2:25 UTC (permalink / raw)
  To: linux-kernel

I get

make -f scripts/Makefile.build obj=scripts
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'
..
..
along with many more error doing:
make xconfig 
in bk current.

Ideas
Ed Tomlison

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2003-01-13 22:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-12 20:12 make xconfig broken in bk current Ed Tomlinson
2003-01-12 20:31 ` John Levon
2003-01-12 21:03   ` Sam Ravnborg
2003-01-12 21:18     ` John Levon
2003-01-12 23:56   ` Roman Zippel
2003-01-13  1:20     ` John Levon
2003-01-13 21:02       ` Roman Zippel
2003-01-12 23:49 ` Roman Zippel
  -- strict thread matches above, loose matches on Subject: below --
2003-01-12  2:25 Ed Tomlinson
2003-01-12 13:58 ` Roman Zippel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox