This is the announcement of the first public release of the mail tools.
The mail tools are a set of programs to do various things with email, mostly in batch mode. The most important ones are `Semail' to send mails and `prmail' to process received mails (both written in GNU Pascal).
The package also contains some generally useful units for GNU Pascal for sending and processing email, together with some demo programs, and some generally useful scripts related to mail handling.
The mail tools are free software (GPL, LGPL).
The current version of the mail tools can be found at http://gnu-pascal.de/contrib/frank/programs.html.
Nicola Girardi Frank Heckenbach
Well, I've got the following:
bash-2.05b$ make gpc --automake --executable-file-name -O3 -g -Wall -Wundef -Wpointer-arith -Wno-switch -Werror -Wwrite-strings "prmail.pas" /usr/lib/gcc-lib/i386-linux/2.95.4/units/regexc.c:32: rxposix.h: No such file or directory gpc1: gpc exited with status 1 gpc1: gpc exited with status 1 gpc1: gpc exited with status 1 make: *** [prmail] Error 1 bash-2.05b$
What do I need to install?
Thanks. ---M.
On Tue, 29 Oct 2002, Frank Heckenbach wrote:
This is the announcement of the first public release of the mail tools.
The mail tools are a set of programs to do various things with email, mostly in batch mode. The most important ones are `Semail' to send mails and `prmail' to process received mails (both written in GNU Pascal).
The package also contains some generally useful units for GNU Pascal for sending and processing email, together with some demo programs, and some generally useful scripts related to mail handling.
The mail tools are free software (GPL, LGPL).
The current version of the mail tools can be found at http://gnu-pascal.de/contrib/frank/programs.html.
Nicola Girardi Frank Heckenbach
Mirsad Todorovac wrote:
Well, I've got the following:
bash-2.05b$ make gpc --automake --executable-file-name -O3 -g -Wall -Wundef -Wpointer-arith -Wno-switch -Werror -Wwrite-strings "prmail.pas" /usr/lib/gcc-lib/i386-linux/2.95.4/units/regexc.c:32: rxposix.h: No such file or directory gpc1: gpc exited with status 1 gpc1: gpc exited with status 1 gpc1: gpc exited with status 1 make: *** [prmail] Error 1 bash-2.05b$
What do I need to install?
The rx library, see http://gnu-pascal.de/libs/
Thanks for the hint. I'll add a note in the README.
Frank
On Tue, 5 Nov 2002, Frank Heckenbach wrote:
What do I need to install?
The rx library, see http://gnu-pascal.de/libs/
Thanks for the hint. I'll add a note in the README.
Anytime :-) Thanks for help.