Yup, no problems applying the patch, except that it patches some ~ files: $ cd audiofile-0.2.1 && patch -p1 < ../audiofile-0.2.1-dll.patch patching file `Makefile.in' patching file `aclocal.m4' patching file `config.guess' patching file `config.h.in' patching file `config.sub' patching file `configure' patching file `configure.in' patching file `configure.in~' patching file `depcomp' patching file `docs/Makefile.in' patching file `libaudiofile/Makefile.am' patching file `libaudiofile/Makefile.in' patching file `libaudiofile/modules/Makefile.am' patching file `libaudiofile/modules/Makefile.in' patching file `ltmain.sh' patching file `missing' patching file `mkinstalldirs' patching file `sfcommands/Makefile.am' patching file `sfcommands/Makefile.am~' patching file `sfcommands/Makefile.in' patching file `test/Makefile.am' patching file `test/Makefile.am~' patching file `test/Makefile.in'
Harold > -----Original Message----- > From: Robert Collins [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 29, 2001 12:05 AM > To: Harold Hunt > Cc: cygx > Subject: RE: esound.dll > > > On Mon, 2001-10-29 at 15:59, Harold Hunt wrote: > > > Try adding --host=i686-pc-cygwin --target=i686-pc-cygwin and > see if that > > > stops it's confusion. > > > ... > > > checking for off_t... yes > > checking for size_t... yes > > checking size of off_t... configure: error: can not run test > program while > > cross > > compiling > > Interesting that it's testing for off_t twice. Did the patch I sent > apply cleanly with no fuzz? > > Rob >
