On Thu, Mar 24, 2005 at 09:37:46AM +1000, [EMAIL PROTECTED] wrote: > Hi, GNU, > > In ...../gcc-3.4.3/INSTALL/test.html , in section: > "0.5 Submitting test results > ..... > This script uses the >>>Mail<<< program to send the results, so make sure it > is in your PATH......" > > Not having "Mail", I went to Cygwin's setup & looked for "Mail", but there > was no such program listed. > > I then did a full install of ***every*** program in setup's 'Mail' > Category, but "Mail" was still not found. > > Clues, please?
The directions assume a Unix or BSD or GNU/Linux box; I don't know if there's a Cygwin mailer that takes the expected arguments. As an alternative, you could run the command SRCDIR/contrib/test_summary -p your_commentary.txt > FILE What you'll wind up with, in FILE, is a shell script that, among other things, tries to mail a message to the gcc-testresults mailing list by invoking a program named Mail. Simply edit that file to extract the test results and mail it in manually, using the same subject line that the script tries to use.
