Re: What's the 'Mail' program mentioned on http://gcc.gnu.org/install/test.html

2009-08-18 Thread Ian Lance Taylor
Larry Evans writes: > I don't have any program called Mail on my system: It's usually part of the mailx package. In any case, you can edit the script to use any command line program which sends e-mail. Ian

Re: What's the 'Mail' program mentioned on http://gcc.gnu.org/install/test.html

2009-08-18 Thread Jonathan Wakely
2009/8/18 Larry Evans: > I don't have any program called Mail on my system: It might be called /usr/bin/mailx or just /usr/bin/mail (small 'm') on some systems. Jonathan