You can make native windows dll's and executables. The last time I was
involved in this kind of build we actually used ant on windows and linux in
top of gcc (in cygwin for windows) to drive the build for the large number
of different systems we had to support (there were some strange HPC type
ones). IMHO though the result was rather too complicated. I don't know
automake but if you have it working well on linux it would be good to see
how well it supports a windows build before doing anything more exotic.

S

On 8/10/06, Pete Robbins <[EMAIL PROTECTED]> wrote:

On 10/08/06, Simon Laws <[EMAIL PROTECTED]> wrote:
>
> You can use cygwin to do gcc compiles for windows. It comes with
automake
> (don't know what version) and can be integrated with Eclipse CDT.
>
> S


That's the one! Does it produce dll's that run native on windows or does
the
output depend on other libraries?

--
Pete


Reply via email to