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 -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html GPC download signing key: 51FF C1F0 1A77 C6C2 4482 4DDC 117A 9773 7F88 1707
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
-- "I have a dream!" -- Martin Luther King Jr. "You can't hold someone down ... without staying down with him." -- Booker T. Washington "Now that we are certain mankind will destroy itself, we can offer them all the help available without second thoughts." -- author unknown
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 -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html GPC download signing key: 51FF C1F0 1A77 C6C2 4482 4DDC 117A 9773 7F88 1707
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. -- "I have a dream!" -- Martin Luther King Jr. "You can't hold someone down ... without staying down with him." -- Booker T. Washington "Now that we are certain mankind will destroy itself, we can offer them all the help available without second thoughts." -- author unknown
participants (2)
-
Frank Heckenbach -
Mirsad Todorovac