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/2718: in zlib: configure: error: can not find install-sh or install.sh in .. ./..



>Number:         2718
>Category:       other
>Synopsis:       in zlib: configure: error: can not find install-sh or install.sh in .. ./..
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 02 14:46:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     p.katzmann@gmx.de
>Release:        latest cvs snapshot
>Organization:
>Environment:
i686 Suse Linux 7.1
>Description:
During make i got this error in zlib for now a longer time
Interestingly ther seems to be two times the detect
for install.sh.
While the first one has an 
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
The second one has only:
for ac_dir in .. $srcdir/..; do

and fails.
If i modify the second one to be equal to the first one it seems
to go. But then i have the same problem with boehm-gc
>How-To-Repeat:

>Fix:

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