This is the mail archive of the gcc-bugs@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]

bootstrap/8844: Cannot generate gcc 3.2.1 on solaris 7 and 8


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


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