public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: philippe.defert@cern.ch
To: gcc-gnats@gcc.gnu.org
Subject: bootstrap/8844: Cannot generate gcc 3.2.1 on solaris 7 and 8
Date: Fri, 06 Dec 2002 08:06:00 -0000	[thread overview]
Message-ID: <20021206155735.19422.qmail@sources.redhat.com> (raw)


>Number:         8844
>Category:       bootstrap
>Synopsis:       Cannot generate gcc 3.2.1 on solaris 7 and 8
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Dec 06 08:06:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     philippe.defert@cern.ch
>Release:        gcc-3.2.1
>Organization:
>Environment:
Solaris 7 and solaris 8
>Description:
When generating all the libraries after having done gcc the procedure stops in a configure with the following statements:

*:gmake[2]: Leaving directory `/opt/scratch/GNU.LANG/gcc-3.2.1/sparc-sun-solaris2.7/libobjc'
*:Configuring in sparc-sun-solaris2.7/libffi
*:ChangeLog		..linked
*:ChangeLog.libgcj		..linked
.........
*:stamp-h.in		..linked
*:loading cache ../config.cache
*:checking for Cygwin environment... (cached) no
*:checking for mingw32 environment... (cached) no
*:configure: error: can not find install-sh or install.sh in . ./.. ./../..
*:gmake[1]: *** [configure-target-libffi] Error 1
*:gmake[1]: Leaving directory `/opt/scratch/GNU.LANG/gcc-3.2.1'
*:gmake: *** [bootstrap] Error 2
>How-To-Repeat:
By gennerating gcc 3.2.1 on solaris 7 or 8
>Fix:
Edit the libffi/configure script and change one line, in order to find install-sh much higher in the source tree i.e.

for ac_dir in $srcdir $srcdir/.. $srcdir/../.. $srcdir/../../.. $srcdir/../../../.. ; do

instead of 

for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
>Release-Note:
>Audit-Trail:
>Unformatted:


             reply	other threads:[~2002-12-06 16:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-06  8:06 philippe.defert [this message]
2003-01-24 16:46 Bill C Riemers
2003-02-22  6:42 neroden

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=20021206155735.19422.qmail@sources.redhat.com \
    --to=philippe.defert@cern.ch \
    --cc=gcc-gnats@gcc.gnu.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).