This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Build failure (libsupc++)


* Bruce Korb wrote on Mon, Jun 09, 2008 at 05:28:41PM CEST:
> On Sun, Jun 8, 2008 at 3:31 PM, Andrew Haley <aph@redhat.com> wrote:
> > The only odd thing you're doing is  configuring in a subdir with ../configure.
> > This isn't supported, but I know some people do the same.
> 
> It is the completely standard way to build.  Neither is a subdirectory of
> the other.

Erm, when you do ../configure, then your build tree is a subdirectory of
your source tree.  You did ../gcc/configure, however.

> Ralf wrote:
> > I bet your /bin/sh is dash, or at least not bash.
> 
> Nice try, but it'd be a bad bet:
> $ /bin/sh --version

Hmm.  Please look in
/home/gnu/proj/gcc-bld/x86_64-unknown-linux-gnu/libstdc++-v3/config.log
for how libstdc++-v3/configure was invoked, and what it determines as
lt_ECHO.

You could add 'set -x' to the libstdc++-v3/configure script and run
'make Makefile' to see why it does not set a useful value for $ECHO.
(You can send the output to me off-list, bzip2'ed, if you like.)

Hope that helps.

Cheers,
Ralf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]