From: "Bryan O'Sullivan" <bos@serpentine.com>
To: sam@ravnborg.org
Cc: linux-kernel@vger.kernel.org
Subject: [2.6] GUI config targets fail with "make O=..."
Date: Fri, 31 Oct 2003 16:14:50 -0800 [thread overview]
Message-ID: <1067645690.10240.25.camel@serpentine.internal.keyresearch.com> (raw)
Hi, Sam -
There's something in the 2.6 kbuild infrastructure that does some rather
wrong things for the gconfig and xconfig targets when object files
should go to a separate directory.
It looks like HOSTCXXFLAGS is being mangled somehow. Here are the
interesting details:
make -C /home/bos/bk/kernel/key O=/tmp/build-i686-smp xconfig
This results in the following invocation of g++, which chokes:
g++ -Wp,-MD,scripts/kconfig/.qconf.o.d -O2 \
-I/home/bos/bk/kernel/key//usr/lib/qt-3.1/include \
-c -o scripts/kconfig/qconf.o \
/home/bos/bk/kernel/key/scripts/kconfig/qconf.cc
There are two problems here. The first is the mangling of -I$(QTDIR) so
that it has a bizarre prefix. The second is that -I$O/scripts/kconfig
is missing, so the compiler can't find the generated file lkc_defs.h
(which is generated correctly).
Any ideas on how to fix this?
<b
next reply other threads:[~2003-11-01 0:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-01 0:14 Bryan O'Sullivan [this message]
2003-11-01 7:31 ` Sam Ravnborg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1067645690.10240.25.camel@serpentine.internal.keyresearch.com \
--to=bos@serpentine.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®