Hi all
I try to compile the amanda-client under Solaris 7 but it doesn't work.
I run configure as following:
./configure --with-user=amanda --with-group=disk --without-server --with-debugging --with-tape-server=myserver --with-index-server=myserver
when I run make I get following error message:
killpgrp.c: In function `main': killpgrp.c:90: error: too many arguments to function `getpgrp' gmake[1]: *** [killpgrp.o] Error 1 gmake[1]: Leaving directory `/root/amanda-2.4.3/client-src' gmake: *** [all-recursive] Error 1
Any suggestions ?
Compiled the tree on another system already, and forgot to clean up the configuration settings?
$ make distclean $ ./configure ...
Just an idea, of course. It can compile it here without problems.
(amanda 2.4.4p1 is out too!)
-- Paul Bijnens, Xplanation Tel +32 16 397.511 Technologielaan 21 bus 2, B-3001 Leuven, BELGIUM Fax +32 16 397.512 http://www.xplanation.com/ email: [EMAIL PROTECTED] *********************************************************************** * I think I've got the hang of it now: exit, ^D, ^C, ^\, ^Z, ^Q, F6, * * quit, ZZ, :q, :q!, M-Z, ^X^C, logoff, logout, close, bye, /bye, * * stop, end, F3, ~., ^]c, +++ ATH, disconnect, halt, abort, hangup, * * PF4, F20, ^X^X, :D::D, KJOB, F14-f-e, F8-e, kill -1 $$, shutdown, * * kill -9 1, Alt-F4, Ctrl-Alt-Del, AltGr-NumLock, Stop-A, ... * * ... "Are you sure?" ... YES ... Phew ... I'm out * ***********************************************************************
