Hi curaga
Thank you for your input. Compiling the Windows executable under Linux is a big plus. After Googling
to see which cross compilers are available I decided to go with mingw32. Originally I was going to
compile the cross compiler from source, but all the scripts I tried either tried to download source
packages that no longer existed or bombed after downloading the first package. One failed because
it could not find autoconfig, even though it was installed and in the path. Eventually I found several
articles that recommended a pre-compiled package at SourceForge with a 4.4.7 compiler. After
separating the socket code into two include files I can now compile the program I'm working on for
both platforms from the same source files. Thanks for your insight.
@vinceASPECT Thanks for the link, but I'm content programming in C.