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++)


HI,

On Sun, Jun 8, 2008 at 3:31 PM, Andrew Haley <aph@redhat.com> wrote:
> Bruce Korb wrote:
>> On Saturday 07 June 2008 12:11:48 pm Andrew Haley wrote:
>>> you must configure with--disable-multilib.
>>
>> Thank you, Andrew.  Much better.  Still breaks tho  :(
>> Suggestions?  Thank you -Bruce

> This is *really* weird.  Have a look at these lines in libtool to see whether all
> those 'X' characters really are there.

Those 'X' characters really are there.  The problem is that the that $ECHO
expands to the empty string.

> This is a clean rebuild/configure, I presume.

../gcc is the pristine SVN source tree and "." is empty.

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

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
GNU bash, version 3.2.25(1)-release (x86_64-suse-linux-gnu)
Copyright (C) 2005 Free Software Foundation, Inc.
$ echo $SHELL
/bin/bash
$ cat /etc/SuSE-release
openSUSE 10.3 (X86-64)
VERSION = 10.3

Thanks - Bruce

P.S.: this is a fairly vanilla install.  "fairly" only because I have
to explicitly
ask for lots of dev packages that won't install with a simple "give me
everything"
install.


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