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)
_______________________________________________
Flac-dev mailing list
[email protected]
http://lists.xiph.org/mailman/listinfo/flac-dev