Update: GnuCAP is now available as an official CygWin package, as is some dialect of SPICE.
Very simple patch to get recent development snapshots of GnuCAP to compile in CygWin:
--- md.h.bak 2010-03-19 00:21:26.030900000 -0700 +++ md.h 2010-03-19 00:34:18.810900000 -0700 @@ -100,6 +100,12 @@ #define MS_DLL #endif /*--------------------------------------------------------------------------*/ +#ifdef __CYGWIN__ + #ifndef RTLD_LOCAL + #define RTLD_LOCAL 0 + #endif +#endif +/*--------------------------------------------------------------------------*/ /* some convenient names */ typedef std::complexCOMPLEX; typedef std::pair DPAIR;
No comments:
Post a Comment