Hi,

I try to compile the elks commands from the elkscmd-19991101.tar.gz archive.

I can't compile init (in sys_utils). Here is the error.

[root@kirk sys_utils]# make init
bcc -0 -O -ansi -s init.c utent.o -o init -H 2000
ld86: warning: _utmpname redefined in file
/usr/bcc/lib/bcc/i86/libc.a(utent.o);
 using definition in utent.o
ld86: warning: _getutent redefined in file
/usr/bcc/lib/bcc/i86/libc.a(utent.o);
 using definition in utent.o
ld86: warning: _setutent redefined in file
/usr/bcc/lib/bcc/i86/libc.a(utent.o);
 using definition in utent.o
ld86: warning: _endutent redefined in file
/usr/bcc/lib/bcc/i86/libc.a(utent.o);
 using definition in utent.o
ld86: warning: _getutline redefined in file
/usr/bcc/lib/bcc/i86/libc.a(utent.o)
; using definition in utent.o
ld86: warning: _pututline redefined in file
/usr/bcc/lib/bcc/i86/libc.a(utent.o)
; using definition in utent.o
ld86: warning: _getutid redefined in file
/usr/bcc/lib/bcc/i86/libc.a(utent.o);
using definition in utent.o
undefined symbol: _setsid
make: *** [init] Error 1

Any idea ?


And other question :

After installing ELKS on a hard drive (/dev/bda1), changing the root disk to
0x301, the kernel stop at "Loading init" when it boot from the floppy.

Any idea ?


Thanks.

Olivier Latignies

Reply via email to