linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [linux-2.6.0-test1] make xconfig fails
@ 2003-07-14 10:43 Frank Elsner
  2003-07-14 11:48 ` Roman Zippel
  0 siblings, 1 reply; 4+ messages in thread
From: Frank Elsner @ 2003-07-14 10:43 UTC (permalink / raw)
  To: linux-kernel


RHL 7.3, gcc-2.95.3, copied .config from 2.4.21 source tree 
                                      to linux-2.6.0-test1 source tree.
make oldconfig went ok.

Later make xconfig failed:

root: /usr/src/linux-2.6.0-test1<1059> make xconfig
  HOSTCC  scripts/fixdep
  HOSTCC  scripts/split-include
  HOSTCC  scripts/conmakehash
  HOSTCC  scripts/docproc
  HOSTCC  scripts/kallsyms
  CC      scripts/empty.o
  HOSTCC  scripts/mk_elfconfig
  MKELF   scripts/elfconfig.h
  HOSTCC  scripts/file2alias.o
  HOSTCC  scripts/modpost.o
  HOSTLD  scripts/modpost
  HOSTCC  scripts/pnmtologo
  SHIPPED scripts/kconfig/zconf.tab.h
  HOSTCC  scripts/kconfig/conf.o
sed < scripts/kconfig/lkc_proto.h > scripts/kconfig/lkc_defs.h 's/P(\([^,]*\),.*
/#define \1 (\*\1_p)/'
  HOSTCC  scripts/kconfig/kconfig_load.o
  HOSTCC  scripts/kconfig/mconf.o
/usr/lib/qt3-gcc2.96/bin/moc -i scripts/kconfig/qconf.h -o scripts/kconfig/qconf
.moc
  HOSTCXX scripts/kconfig/qconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  HOSTCC  -fPIC scripts/kconfig/zconf.tab.o
  HOSTLLD -shared scripts/kconfig/libkconfig.so
  HOSTLD  scripts/kconfig/qconf
./scripts/kconfig/qconf arch/i386/Kconfig
boolean symbol BINFMT_ZFLAT tested for 'm'? test forced to 'n'
#
# using defaults found in .config
#
make: *** [xconfig] Segmentation fault

Any pointer(s) welcome.


--Frank Elsner



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

* Re: [linux-2.6.0-test1] make xconfig fails
  2003-07-14 10:43 [linux-2.6.0-test1] make xconfig fails Frank Elsner
@ 2003-07-14 11:48 ` Roman Zippel
  2003-07-14 11:53   ` Frank Elsner
  0 siblings, 1 reply; 4+ messages in thread
From: Roman Zippel @ 2003-07-14 11:48 UTC (permalink / raw)
  To: Elsner, linux-kernel

Hi,

On Mon, 14 Jul 2003, Frank Elsner wrote:

> RHL 7.3, gcc-2.95.3, copied .config from 2.4.21 source tree 
>                                       to linux-2.6.0-test1 source tree.
> make oldconfig went ok.
> 
> Later make xconfig failed:

It's most likely a mismatch between QT and g++.
Older RedHat systems have that problem, although most of the time it 
already fails at linking.

> /usr/lib/qt3-gcc2.96/bin/moc -i scripts/kconfig/qconf.h -o scripts/kconfig/qconf

Which version is the g++ compiler?

bye, Roman


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

* Re: [linux-2.6.0-test1] make xconfig fails
  2003-07-14 11:48 ` Roman Zippel
@ 2003-07-14 11:53   ` Frank Elsner
  2003-07-14 12:09     ` Roman Zippel
  0 siblings, 1 reply; 4+ messages in thread
From: Frank Elsner @ 2003-07-14 11:53 UTC (permalink / raw)
  To: Roman Zippel; +Cc: linux-kernel

On Mon, 14 Jul 2003 13:48:35 +0200 Roman Zippel wrote:
> On Mon, 14 Jul 2003, Frank Elsner wrote:
> > RHL 7.3, gcc-2.95.3, copied .config from 2.4.21 source tree 
> >                                       to linux-2.6.0-test1 source tree.
> > make oldconfig went ok.
> > 
> > Later make xconfig failed:
> 
> It's most likely a mismatch between QT and g++.
> Older RedHat systems have that problem, although most of the time it 
> already fails at linking.
> 
> > /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)


--Frank Elsner



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

* Re: [linux-2.6.0-test1] make xconfig fails
  2003-07-14 11:53   ` Frank Elsner
@ 2003-07-14 12:09     ` Roman Zippel
  0 siblings, 0 replies; 4+ messages in thread
From: Roman Zippel @ 2003-07-14 12:09 UTC (permalink / raw)
  To: Frank Elsner; +Cc: linux-kernel

Hi,

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


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

end of thread, other threads:[~2003-07-14 11:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-14 10:43 [linux-2.6.0-test1] make xconfig fails Frank Elsner
2003-07-14 11:48 ` Roman Zippel
2003-07-14 11:53   ` Frank Elsner
2003-07-14 12:09     ` Roman Zippel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).