This is the mail archive of the
newlib@sourceware.cygnus.com
mailing list for the newlib project.
Re: newlib 1.8.2 binary!
- To: Marek Michalkiewicz <marekm at linux dot org dot pl>
- Subject: Re: newlib 1.8.2 binary!
- From: John Clarke <johnc at vastsystems dot com dot au>
- Date: Mon, 27 Mar 2000 12:09:31 +1000
- Cc: newlib mailing list <newlib at sourceware dot cygnus dot com>
- References: <38DA43B9.CE60BBAB@netwinder.org> <200003231859.TAA03625@marekm.home>
On Thu, Mar 23, 2000 at 07:59:46PM +0100, Marek Michalkiewicz wrote:
> Not asking for binaries :-) but I can confirm some problems with
> building recent versions of newlib. The usual commands:
>
> ./configure --target=i386
> make
>
> work with newlib-1.8.1 (to the point where it can't find i386-gcc),
> but with 1.8.2 as well as today's CVS version, make stops without
> trying to compile anything:
>
> [lots of messages deleted]
> yn_vec.c ..linked
> ynf_vec.c ..linked
> creating cache ./config.cache
> configure: error: can not find install-sh or install.sh in .. ./..
You're building in the source directory. newlib-1.8.1 allowed this, 1.8.2
doesn't. I got caught by this too. Try this:
#!/bin/sh
tar -xzf newlib-1.8.2.tar.gz
mkdir newlib-build
cd newlib-build
../newlib-1.8.2/configure --target=i386
make
Cheers,
John
--
whois !JC774-AU@whois.aunic.net