Hi Leute!

Ich gebe zu, ich bin neu im Linux-Sektor. Ich habe Debian (woody) laufen und arbeite mit gnome. Jetzt habe ich verzeifelt versucht, monitor zu installieren, aber ehrlich gesagt, verstehe ich nicht mal die readme-Datei :-). Ich bin mal davon ausgegangen, dass ich irgendsowas eintippen soll, wie "make" oder "make install", also hab ich das getan. Hier mal das Ergebnis von make:
Code:
gcc -Wstrict-prototypes -I/usr/X11R6/include -03 -march=i486 -DARCH_I386 -c -o b
in -i686/hdlc.o hdlc.c
In file included from monitor.h:26,
                 from hdlc.c:27:
curser.h:34:21: ncurses.h: No such file or directory
In file included from hdlc.c:27:
monitor.h:138: error: syntax error before "WINDOW"
monitor.h:138: warning: no semicolon at end of struct or union
monitor.h:141: error: syntax error before '}' token
hdlc.c: In function `ax25_disp_packet':
hdlc.c:325: error: invalid use of incomplete typedef `Common'
hdlc.c: At top level:
monitor.h:395: error: storage size of `common' isn't known
make: *** [bin-i686/hdlc.c] Error 1
Oder mal der Output von make install:
Code:
Installiere Monitor und Gen nach /usr/local/bin,
Manual nach /usr/local/man/mann
als Super User

su -c"/usr/bin/install -c monitor /usr/local/bin;\
               /usr/bin/install -c bin-686/gen /usr/local/bin;\
               /usr/bin/install -c monrc.n.gz /usr/local/man/mann"
/usr/bin/install: cannot stat `monitor': No such file or directory
/usr/bin/install: cannot stat `bin-i686/gen': No such file or directory
Hat jemand eine Idee, was das zu bedeuten hat? Mache ich was falsch?

Danke euch im Voraus!
jhr