public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libstdc++/7090: libstdc++ configure script fails to find install-sh when cross-compiling
@ 2002-06-20 13:35 Phil Edwards
  0 siblings, 0 replies; 5+ messages in thread
From: Phil Edwards @ 2002-06-20 13:35 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR libstdc++/7090; it has been noted by GNATS.

From: Phil Edwards <phil@jaj.com>
To: scott@timesys.com
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: libstdc++/7090: libstdc++ configure script fails to find install-sh when cross-compiling
Date: Thu, 20 Jun 2002 16:11:51 -0400

 On Thu, Jun 20, 2002 at 07:35:05PM -0000, scott@timesys.com wrote:
 > >How-To-Repeat:
 > ./configure --target=powerpc-linux
 > make
 
 Could you try building in a separate build directory and lets us know what
 happens?
 
 
 Phil
 
 -- 
 If ye love wealth greater than liberty, the tranquility of servitude greater
 than the animating contest for freedom, go home and leave us in peace.  We seek
 not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
 and may posterity forget that ye were our countrymen.            - Samuel Adams


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

* Re: libstdc++/7090: libstdc++ configure script fails to find install-sh when cross-compiling
@ 2002-06-20 18:06 pme
  0 siblings, 0 replies; 5+ messages in thread
From: pme @ 2002-06-20 18:06 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, scott

Synopsis: libstdc++ configure script fails to find install-sh when cross-compiling

State-Changed-From-To: open->closed
State-Changed-By: pme
State-Changed-When: Thu Jun 20 18:03:00 2002
State-Changed-Why:
    the usual in-source build mess

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7090


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

* Re: libstdc++/7090: libstdc++ configure script fails to find install-sh when cross-compiling
@ 2002-06-20 15:08 Phil Edwards
  0 siblings, 0 replies; 5+ messages in thread
From: Phil Edwards @ 2002-06-20 15:08 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR libstdc++/7090; it has been noted by GNATS.

From: Phil Edwards <phil@jaj.com>
To: Scott Wood <scott@gw.timesys.com>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: libstdc++/7090: libstdc++ configure script fails to find install-sh when cross-compiling
Date: Thu, 20 Jun 2002 17:52:39 -0400

 On Thu, Jun 20, 2002 at 05:22:40PM -0400, Scott Wood wrote:
 > On Thu, Jun 20, 2002 at 04:11:51PM -0400, Phil Edwards wrote:
 > > On Thu, Jun 20, 2002 at 07:35:05PM -0000, scott@timesys.com wrote:
 > > > >How-To-Repeat:
 > > > ./configure --target=powerpc-linux
 > > > make
 > > 
 > > Could you try building in a separate build directory and lets us know what
 > > happens?
 > 
 > It works.  Is building within the gcc directory no longer supported? 
 
 It's supported, but fragile, and patches to make it cleaner have been
 rejected.  The next point release (3.1.1) should have this fixed.
 
 Note that building in a separate directory is /strongly/ recommended by
 the installation docs.
 
 
 Phil
 
 -- 
 If ye love wealth greater than liberty, the tranquility of servitude greater
 than the animating contest for freedom, go home and leave us in peace.  We seek
 not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
 and may posterity forget that ye were our countrymen.            - Samuel Adams


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

* Re: libstdc++/7090: libstdc++ configure script fails to find install-sh when cross-compiling
@ 2002-06-20 14:27 Scott Wood
  0 siblings, 0 replies; 5+ messages in thread
From: Scott Wood @ 2002-06-20 14:27 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR libstdc++/7090; it has been noted by GNATS.

From: Scott Wood <scott@gw.timesys.com>
To: Phil Edwards <phil@jaj.com>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: libstdc++/7090: libstdc++ configure script fails to find install-sh when cross-compiling
Date: Thu, 20 Jun 2002 17:22:40 -0400

 On Thu, Jun 20, 2002 at 04:11:51PM -0400, Phil Edwards wrote:
 > On Thu, Jun 20, 2002 at 07:35:05PM -0000, scott@timesys.com wrote:
 > > >How-To-Repeat:
 > > ./configure --target=powerpc-linux
 > > make
 > 
 > Could you try building in a separate build directory and lets us know what
 > happens?
 
 It works.  Is building within the gcc directory no longer supported? 
 
 -Scott


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

* libstdc++/7090: libstdc++ configure script fails to find install-sh when cross-compiling
@ 2002-06-20 13:08 scott
  0 siblings, 0 replies; 5+ messages in thread
From: scott @ 2002-06-20 13:08 UTC (permalink / raw)
  To: gcc-gnats


>Number:         7090
>Category:       libstdc++
>Synopsis:       libstdc++ configure script fails to find install-sh when cross-compiling
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jun 20 12:36:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     scott@timesys.com
>Release:        3.1
>Organization:
>Environment:
Debian GNU/Linux 3.0 on x86
>Description:
When attempting to build a cross compiler for powerpc-linux, the build proceeds until the configure script for libstdc++-v3 is executed.  This script fails with the message "configure: error: can not find install-sh or install.sh in . ./.. ./../..".  The directory in which the script is executed is "gcc-3.1/powerpc-linux/nof/libstdc++-v3"; thus, it does not find the install-sh file in the root of the gcc source tree.

There appears to be a similar problem with config.sub.
>How-To-Repeat:
./configure --target=powerpc-linux
make
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-06-21  1:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-20 13:35 libstdc++/7090: libstdc++ configure script fails to find install-sh when cross-compiling Phil Edwards
  -- strict thread matches above, loose matches on Subject: below --
2002-06-20 18:06 pme
2002-06-20 15:08 Phil Edwards
2002-06-20 14:27 Scott Wood
2002-06-20 13:08 scott

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 read-only IMAP folder(s) and NNTP newsgroup(s).