Version | Description | Solution |
---|---|---|
glibc | Cannot compile bootloader or run Oberon under glibc2.1 based systems | Download patched linux.oberon.c and recompile. Alternatively you can download the compiled executable. Also available on mirror.This bug will be fixed with the next release ;-) |
glibc | doesn't run under RedHat | recompile the bootloader cd $OBROOT make clean makeor apply the RedHat patch supplied by J.F.Sourcaille cd $OBROOT tar zxvf oberon1.3.redhat.patch.tar.gz |
both | Oberon does not start, complaining about fonts |
cd $OBROOT/xfonts rm fonts.dir mkfontdir . |
both | improved startup script (sob) |
#!/bin/bash for f in ind $OBROOT -type d -maxdepth 1 -mindepth 1; do rm asename $f if ! test -e asename $f ; then ln -s $f asename $f 2> /dev/null fi done rm root ln -s $OBROOT root 2> /dev/null OBERON="./:ind $OBROOT -type d | tr "\12" :" export OBERON xset +fp $OBROOT/xfonts $OBROOT/oberon $1 $2 $3 $4 $5 |
The
Oberon Webring Navigator
[Skip Prev]
[Prev]
[Next]
[Skip Next]
[Random]
[Next 5]
[List Sites]
[Join]