[Flac-dev] [PATCH] FLAC 1.1.2-beta on Cygwin

Chris Csanady cc at 137.org
Fri Feb 4 05:21:17 PST 2005


Without the following, nasm builds elf objects on cygwin and the
build fails.  (Though my cygwin packages are not very recent;
would anyone else like to test this out?)

Chris

*** configure.in.orig   Fri Feb  4 06:58:06 2005
--- configure.in        Fri Feb  4 06:59:18 2005
***************
*** 52,57 ****
--- 52,58 ----
   AM_CONDITIONAL(FLaC__CPU_SPARC, test x$cpu_sparc = xtrue)
   case "$host" in
         i386-*-openbsd3.[[0-3]]) OBJ_FORMAT=aoutb ;;
+       *-*-cygwin) OBJ_FORMAT=win32 ;;
         *) OBJ_FORMAT=elf ;;
   esac
   AC_SUBST(OBJ_FORMAT)



More information about the Flac-dev mailing list