[openbeos] Re: src/tools/rc/Makefile, jam/Makefile
- From: "Jonas Sundström" <jonas@xxxxxxxxxxx>
- To: openbeos@xxxxxxxxxxxxx
- Date: Thu, 31 Mar 2005 07:33:05 +0200 CEST
"Jonas Sundström" <jonas@xxxxxxxxxxx> wrote:
...
> install:
> cp rc /boot/home/config/bin/
> cp librdef.so /boot/home/config/lib/
>
> mkdir -p ../../../distro/x86.R1/beos/bin
> mkdir -p ../../../distro/x86.R1/beos/lib
>
> cp rc ../../../distro/x86.R1/beos/bin/
> cp librdef.so ../../../distro/x86.R1/beos/lib/
That last line should have been
cp librdef.so ../../../distro/x86.R1/beos/system/lib/
I know librdef.so is put there later in the build process,
but jam still needs it early on, should you need to build
jam to get it all started.
If you start a build from a clean slate, with no jam installed,
you can either install the binaries as per the Read Me, or
go into src/tools/jam and make it, and jam it,
which needs rc and librdef.so to build the statcache thing.
That's the long and the short of it.
/Jonas Sundström. www.kirilla.com
- References:
- [openbeos] src/tools/rc/Makefile, jam/Makefile
- From: Jonas Sundström
Other related posts:
- » [openbeos] src/tools/rc/Makefile, jam/Makefile
- » [openbeos] Re: src/tools/rc/Makefile, jam/Makefile
- » [openbeos] Re: src/tools/rc/Makefile, jam/Makefile
- » [openbeos] Re: src/tools/rc/Makefile, jam/Makefile
- [openbeos] src/tools/rc/Makefile, jam/Makefile
- From: Jonas Sundström