They are patch files. You apply them with the 'patch' command.
For example:
Create the link from /usr/src/linux to /usr/src/kernels/xxx
as I described in the previous e-mail.
cd /usr/src
tar -xvf LiS-2.18.0.tgz
cd /usr/src/LiS-2.18
patch -g0 -p1 < LiS-2.18.0-A.patch
patch -g0 -p1 < LiS-2.18.0-B.patch
patch -g0 -p1 < LiS-2.18.0-C.patch
make
for sles9 say 'n' to the third prompt and enter the correct path
Do you intend to run LiS on this machine with
the currently running kernel? [default: y]
use defaults for all other prompts
make install
The A,B,C does imply the order in which they should be applied.
For x86_64 you should look at the LiS-2.18.0-C.patch file and
note the compile and link flags used for that platform. That
information comes from /usr/src/linux/arch/x86_64/Makefile
Paul Landay
- [Linux-streams] RH 2.6 64-bit experience needed Paul Landay
- Re: [Linux-streams] RH 2.6 64-bit experience nee... eugenelisstreams
- Re: [Linux-streams] RH 2.6 64-bit experience... Brian F. G. Bidulock
- Re: [Linux-streams] RH 2.6 64-bit experi... eugenelisstreams
- Re: [Linux-streams] RH 2.6 64-bit experience... Paul Landay
- Re: [Linux-streams] RH 2.6 64-bit experi... eugenelisstreams
- Re: [Linux-streams] RH 2.6 64-bit ex... Paul Landay
- Re: [Linux-streams] RH 2.6 64-b... eugenelisstreams
- Re: [Linux-streams] RH 2.6 ... Paul Landay
- Re: [Linux-streams] RH ... eugenelisstreams
- Re: [Linux-streams] RH ... Brian F. G. Bidulock
- [Linux-streams] Fwd: LF... eugenelisstreams
- [Linux-streams] Re: LFS... Brian F. G. Bidulock
