nget 0.7  Copyright 1999 Matt Mueller <donut@azstarnet.com>

Install:
0) if you have the nget+uulib package, or have uulib as a shared lib: 
  ./configure and skip to step 1.2a
1) d/l uulibsrc from http://www.uni-frankfurt.de/~fp/uudeview 
1.1) unpack it and run its ./configure && make
1.2) ./configure --with-uulib=/dir/that/has/uulib
1.2a) depending upon your compiler you may need to do something like:
  CXXFLAGS="-fhandle-exceptions -O2 -g" ./configure ....
1.2b) if you get strange errors about redo(and other vars) possibly being used
  uninitialized try compiling with a lower optimization (seems to occur with 
  gcc 2.7.*)
2) make dep  (if you are using a compiler other than gcc, this may not work)
3) make 
4) make install

(./configure --help will show extra options not described here)

nget is developed on linux (glibc2), and compiles without modifications on
linux libc5 and freebsd 2.2.8(did need the CXXFLAGS env to be set as outlined
above though, if someone has an autoconf test for wether a flag is needed to
enable exceptions, I'd appreciate it).  It should probably work on other
systems with little or no modifications.


Copying:
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version. 
See the file 'COPYING' for more information.

I would appreciate it if you make modifications if you would send them
to me for possible inclusion in the main source.

You can get the latest version at 
http://www.azstarnet.com/~donut/programs.html
or
(ftp|http)://sunsite.unc.edu/pub/Linux/apps/?network? (not yet)
