Here's a revised SSMTP

2003-12-20 Thread Jeff
Looks like SSMTP has been getting some attention lately. It's definitely the thing to use, when you don't want a full-blown MTA. I've done some significant rewriting, so I'm attaching a tar.bz2 because it's actually smaller than a patch would be. Here're some of the changes I've made: If your mail

Java hello world link error

2003-12-20 Thread mauro zallocco
Folks, I installed gcc-java on Windows XP, and am attempting to compile: class Test { public static void main(String argv[]) { System.out.println("Hello World"); } } with the following command: g++ Test.java This produces a gazillion link errors, a sample follows: /cygdrive/c/DOCUME~1

Re: Tool to decrease a size of jpg file

2003-12-20 Thread Rafael Kitover
You should be able to compile imagemagick without much problem, get the unix source from: http://www.imagemagick.org/www/archives.html? You could also just install the windows binaries and put them in your Cygwin PATH. -- Rafael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simpl

Re: Tool to decrease a size of jpg file

2003-12-20 Thread Igor Pechtchanski
On Sat, 20 Dec 2003, Alex Vinokur wrote: > Does Cygwin contain any tool which enables to decrease a size of jpg file? > -- >Alex Vinokur 'gzip'. ;-) Seriously, though, you might find something in the libjpeg package or the newly-proposed GraphicsMagick package[*]. Igor [*]

Cron problem after using hibernate

2003-12-20 Thread David Bath
I have been running cron for over a year now without any problems until recently. Typically I leave my PC running XP on all day and then hibernate it very late in the evening, turning it back on each morning. Cron would run without fail executing as expected until sometime after 11/21. Around t

How to set breakpoints before mainCRTStartup?

2003-12-20 Thread Dalibor Topic
Dalibor Topic wrote: Hi all, in my attempts to fix an ugly bug in kaffe on Cygwin, the bug I'm trying to squish turned out to be triggered by something that happens *before* main is called. The opcode at the start of the function in question is apparently modified before the program actually c

Tool to decrease a size of jpg file

2003-12-20 Thread Alex Vinokur
Does Cygwin contain any tool which enables to decrease a size of jpg file? -- = Alex Vinokur mailto:[EMAIL PROTECTED] http://mathforum.org/library/view/10978.html news://news.gmane.org/gmane.comp.lang.c++.perfometer ==