On Fri, Jan 28, 2011 at 05:54:20PM -0500, John Foley Junk Mail wrote: >I've submitted a fix for a problem I came across while trying to build a >Linux-hosted Cygwin cross compiler. Some of the code in winsup/cygwin relies >on winsup/cygserver/libcygserver.a, which is currently only compiled on >Cygwin systems. However, linking cygwin0.dll failed with a host of undefined >reference errors because LIBSERVER was undefined since I was compiling on a >Linux system. The attached patch causes libcygserver.a to be compiled >regardless of the current host. > >winsup/ChangeLog: > >2011-01-28 Peter Foley <[email protected]> > > * configure.in: Configure winsup/cygserver regardless of cross_host. > * configure: Regenerate. > >winsup/cygwin/ChangeLog: > >2011-01-28 Peter Foley <[email protected]> > > * configure.in: Define LIBSERVER regardless of cross_host. > * configure: Regenerate.
Applied. Thanks for the patch. cgf
