>A) What should I do about warnings regarding an absence of file locking....
Fix them :-). > Could this create run-time problems and be a hindrance to success? Yes. Very much so. Take a look at config.log and see why the test programs are failing. It might even be the ruserok() problem. >B) When I compile on OSF/1 v5.1 (or DEC ALPHA, or Tru64), I get an > error about ruserok being declared twice... > I am using a gnu make 3.79 and gcc 3.0.3. > Can I comment out the ruserok declaration in amanda.h with no > adverse effects? In theory, the declaration in amanda.h is only enabled if ./configure did **not** find a declaration in a certain set of system header files. Where is the second (system) declaration on your system? This may just be a matter of adding another header file to the list or fixing a test program. Again, look for what happened in config.log. John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]
