"David Feustel" <[EMAIL PROTECTED]>:
>Cygwin is GCC running on Windows. It includes a dll with all the
>linux entry points so that the GCC code compiles and runs on Windows
>without modification. If the dll can be compiled under EVT to generate a
>WinCE dll, then I think any GCC program should be compilable
>and runnable on WinCE with few, if any, modification.
That's not completely true. For example, if the Unicon source contains
(and I'm fairly sure it does) something like:
#ifdef WINDOWS
/* Some Visual C++ specific thing */
#endif
then that's going to have to be changed to merge the Windows and Unix
code. If you installed an X server, you could probably get one of the
Unix configurations to build, but I don't think that's really what you
want, since there is code there to do Windows graphics and make Windows
executables that you would like to benefit from.
I think your best bet for building with GCC is to get a MinGW
distribution, copy the Windows configuration, change VC++ things to GCC
and then fixup any compiler dependencies that may exist. That way you
would get Windows Unicon, but built with GCC, and it wouldn't depend
on the Cygwin DLL.
Steve
"And I'm not just saying that because we just ported messaging to
Winsock" :-)
>----- Original Message -----
>From: "Clinton L Jeffery" <[EMAIL PROTECTED]>
>To: "David Feustel" <[EMAIL PROTECTED]>
>Cc: <[EMAIL PROTECTED]>
>Sent: Tuesday, December 12, 2000 2:29 PM
>Subject: Re: [Unicon-group] Make Unicon with GCC?
>
>
>
>> can Unicon be built with GCC?
>
>Unicon is built with GCC on many UNIX platform configurations, such as
>Linux. To build Unicon with GCC on, say, Windows for example, one would
>need to develop new configuration files (a config/nt/gcc directory) by
>copying and modifying an existing configuration (either a gcc configuration
>to adapt it to Windows, or an msvc configuration to adapt it to gcc,
>whichever looks easier). I would be very interested in seeing a Windows/GCC
>configuration.
>
>Clint
>
>
>_______________________________________________
>Unicon-group mailing list
>[EMAIL PROTECTED]
>http://lists.sourceforge.net/mailman/listinfo/unicon-group
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/unicon-group