Microwindows 0.87pre3 released

1999-12-20 Thread Greg Haerr
A hopefully last prerelease to Microwindows 0.87 is available at: ftp://microwindows.censoft.com/pub/microwindows/microwindows-0.87pre3.tar.gz This prelease covers most all issues discussed on this list in the last couple weeks. Following are some major items: o Directory reorganization

elkscmd compilation error

1999-12-20 Thread Patrice Kadionik
Hi all; I hav ecompilation pb with elkscmd...these are the traces : bcc -3 -0 -O -ansi -s init.c utent.o -o init -H 2000 ... ld86: warning: _getutid redefined in file /usr/bcc/lib/bcc/i86/libc.a(utent.o); using definition in utent.o undefined symbol: _setsid the symbole setsid in init.c is not

Re: BUG

1999-12-20 Thread Alistair Riddoch
Kalogirou Harilaos writes: I mounted a 10mb file system under /mnt/hd and then umounted it. The result was : /mnt lost it's . and .. directories and got a new one which had the ascii code 1(or 2 i don't remember) if do "mount" and "umount" again the "." directory appears again... I

ramdisk/shell problem?

1999-12-20 Thread Dries van Oosten
I'm using 0.0.81 elks and I'm trying to make a ramdisk with the ramdisk utils. When I enter ramdisk, it says something like usage blablabla, but when I give options such as suggested by that, it says ramdisk:no such file or directory. Now I thought this might be a shell problem, so let me add

why asserts are failing

1999-12-20 Thread Greg Haerr
: assert ( "drivers/vgaplan4.c", line=173, :msg=0x129403 "y2 = 0 y2 psd-yres") Rosimildo - The reason that asserts aren't working is because the vga driver has only been tested on the ELKS system, which lacks an assert() macro. Thus, the assert()'s have never been compiled