Cross gcc Mailing List Archive

[Prev][Next][Index][Thread]

Re: Newlib: config problem




I had the same problem with newlib-1.7.0/libgloss/configure.
I changed line 31 in file "configure" from:
   srcdir=
to
   srcdir=. 
or
   srcdir=/home/gnu/newlib-1.7.0/libgloss
where "/home/gnu/newlib-1.7.0/libgloss" full path for libgloss directory. 

*******************************************************
Leonid Shmulevich,
Senior Software Designer,
Telrad Telecommunication and Electronic Industries Ltd.

Phone:   972-8-9273278          Fax:     972-8-9273268
            Email: leos@cpm.elex.co.il
*******************************************************

On Tue, 8 Oct 1996, Oliver Raupach wrote:

> Hi!
> 
> I tried to install newlib-1.7.0 but the libgloss-configure crashed:
> 
> ...../newlib-1.7.0/libgloss/configure --verbose --target m68k-coff
> loading cache ./config.cache
> configure: error: can not find install-sh or install.sh in ../.. ./../..
> 
> How to fix it ... ?
> 
> -- 
> 
>      Oliver Raupach
> 
> 


References:

Home | Subject Index | Thread Index