http://bugs.winehq.org/show_bug.cgi?id=58335
--- Comment #48 from Michael Setzer II mikes@kuentos.guam.net --- Brought up a memory from 30 or 40 years ago. Had uucico gateway with Pegasus Mail DOS on Novell 2.x networks. Used simple C program worked great on my network, and others used it around the world. Had another high school that got an old novell network and workstations. They only had one machine with modem, and were only having one person be able to log into ISP at a time. So system would allow people use any machine to send and recieve emails.
Sent files, but didn't work?? Turned out that I had program compiled with -O2 switch that told compiler to use 80286 commands, but turned out there workstations machines were IBM System I's, and they had 8086 CPUs. So, just had to recompile without the -O2 switch, and it worked fine. Could be some flag that the Pentium doesn't support.
Thanks.