This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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]

Re: linuxthreads fails on i386-linux (INSTALL="../")


2005/11/16, Shaun Jackman <sjackman@gmail.com>:
> In i386-linux/newlib/libc/sys/linux/linuxthreads/Makefile,
> INSTALL is set to "../".
...

As a work around, I found that if I cd into
i386-linux/newlib/libc/sys/linux/linuxthreads and run ./config.status
--recheck && ./config.status, INSTALL is set properly.

Cheers,
Shaun

$ pwd
/home/sjackman/src/toolchain/newlib-cvs/i386-linux-newlib/i386-linux-newlib/newlib/libc/sys/linux/linuxthreads
$ grep '^INSTALL =' Makefile
INSTALL = ../
$ ./config.status --recheck && ./config.status
...
$ grep '^INSTALL =' Makefile
INSTALL = /usr/bin/install -c


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