This is the mail archive of the newlib@sources.redhat.com 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: I can't install newlib-1.9.0


Thomas Fitzsimmons wrote:
> 
> 
> Yes, this is because newer versions of Red Hat Linux (starting with 7.1)
> put Linux headers in /usr/src/linux-2.4/include, whereas older versions
> use /usr/src/linux/include.  In CVS and the upcoming newlib-1.10.0,
> there is a check for this that should work in both cases.  In the
> meantime, you can do the following:
> 
> In newlib/libc/sys/linux/Makefile.am:
> 
> Change the reference to /usr/src/linux/include/asm/signal.h to
> /usr/src/linux-2.4/include/asm/signal.h.
> 
> Then run automake in that directory, and recompile.
> 

Why not just
  ln -s /usr/src/linux-2.4 /usr/src/linux
and that way when linux-2.5 comes out you won't have to modify newlib.

Earnie.

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



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