LinPac version 0.07 by OK2JBG - Development snapshot

This version of LinPac is intended for testing only. 
Author is not liable for any software/hardware/human damages caused by this 
software.  Please report all compilation or other problems to author. 
All suggestions are also welcome.

Thanks to all the testers for their patience.
Many thanks to Petr Kneblik for preparing this distribution package.

73! Radek Burget OK2JBG
Internet e-mail   : xburge01@stud.fee.vutbr.cz
Packet radio mail : OK2JBG@OK0PAB.#MOR.CZE.EU


QUICK INSTALATION
~~~~~~~~~~~~~~~~~
If you plan to use LinPac for recieving and sending your mail then please
install the ax25mail-utils package first.

Before compilation please run

              ./configure

The default destination directory prefix is set to /usr/local
If you want to change this, add --prefix switch:

             ./configure --prefix=DIR

where DIR is the new destination directory prefix.
(LinPac installs into PREFIX/bin and PREFIX/share/linpac)

After this just type
    
             make

to compile the package and then type

            make install
or
            make install-strip

to install the package. The install-strip command will also strip the
debugging information from the program (the instalation is then
MUCH SMALLER).


SOME NOTES TO INSTALATION (for hackers)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The applicatons are linked using the shared library by default (the library
liblinpac.so is installed in /usr/local/lib). You can link all the
applications staticaly by running

            configure --enable-LINKSTATIC

For debugging LinPac is useful to run LinPac in the place of compile without
installing it. For this the command 'make noinstall' can be used. This will
create the directory structure in the ./src directory. This is only
available with the static linked applications.

See file INSTALL for more informations about configure tool.


KNOWN PROBLEMS
~~~~~~~~~~~~~~
On some Linux distributions may occur an error reporting 'undefined
reference to deque::~deque()' or similar during the final linking.
In this case please run

            ./configure --enable-DEQUED

and recompile. Let me know if this doesn't help.
