|
[openbeos]
||
[Date Prev]
[11-2002 Date Index]
[Date Next]
||
[Thread Prev]
[11-2002 Thread Index]
[Thread Next]
[openbeos] Jam updated
- From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
- To: "Open BeOS" <openbeos@xxxxxxxxxxxxx>
- Date: Sun, 03 Nov 2002 03:22:46 +0100 CET
I have a local build problem that I will soon commit to the repository
- Jam has a maximum number of bytes per action, and we already reach
this limit with our libroot.so.
Since I wasn't able to fix the problem at the root on first try (how
can I link static libraries together to form a shared library with
ld???), I've patched jam to keep the things building.
I hope Ingo has some better ideas when he will return :-))
If you ever get an error like "KernelLd actions too long (maximum 10240
bytes)" - this patch will fix this (by moving the limit to 20480
bytes).
You've been warned.
Adios...
Axel.
|