I have checked in what should be the code for 1.0. Unless I find some problems in the next two days (I'm doing one more exhaustive test on another 100 CDs) the only thing that will be changing is the new comparison table or maybe the configure stuff. So, last chance to checkout from CVS and break it! Josh P.S. Thanks to Andrey Astafiev, there's a Russian translation of the docs, which now live in flac/doc/ru/. __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/
On Thu, Jul 19, 2001 at 10:38:14AM -0700, Josh Coalson wrote:> I have checked in what should be the code for 1.0. > Unless I find some problems in the next two days > (I'm doing one more exhaustive test on another > 100 CDs) the only thing that will be changing is > the new comparison table or maybe the configure > stuff. > > So, last chance to checkout from CVS and break it!Generating configure.in fails: configure.in:145: CFLAGS="$CFLAGS -fomit-frame-pointer -funroll-loops -finline-functions -Wi nline -DFLAC__INLINE=__inline__" I assume because of the AC_. What a misfeature on autoconf's part. -- - mdz
On Thu, Jul 19, 2001 at 10:38:14AM -0700, Josh Coalson wrote:> So, last chance to checkout from CVS and break it!Also, my libtool doesn't seem to recognize --tag=CC. What is its purpose? /bin/sh ../../../libtool --tag=CC --mode=compile \ sh ../../../strip_fPIC.sh nasm -f elf -d OBJ_FORMAT_elf cpu_asm.nasm libtool: unrecognized option `--tag=CC' Try `libtool --help' for more information. -- - mdz
On Thu, Jul 19, 2001 at 04:58:44PM -0400, Matt Zimmerman wrote:> On Thu, Jul 19, 2001 at 10:38:14AM -0700, Josh Coalson wrote: > > > So, last chance to checkout from CVS and break it! > > Also, my libtool doesn't seem to recognize --tag=CC. What is its purpose? > > /bin/sh ../../../libtool --tag=CC --mode=compile \ > sh ../../../strip_fPIC.sh nasm -f elf -d OBJ_FORMAT_elf cpu_asm.nasm > libtool: unrecognized option `--tag=CC' > Try `libtool --help' for more information.My libtool errored with a message instructing me to specify a tag. I put --tag=CC just to make it compile, I don't understand the actual problem. Ben
On Thu, Jul 19, 2001 at 04:58:44PM -0400, Matt Zimmerman wrote:> On Thu, Jul 19, 2001 at 10:38:14AM -0700, Josh Coalson wrote: > > > So, last chance to checkout from CVS and break it! > > Also, my libtool doesn't seem to recognize --tag=CC. What is its purpose? > > /bin/sh ../../../libtool --tag=CC --mode=compile \ > sh ../../../strip_fPIC.sh nasm -f elf -d OBJ_FORMAT_elf cpu_asm.nasm > libtool: unrecognized option `--tag=CC' > Try `libtool --help' for more information.Once I removed that, it also seems to hate the .nasm extension: /bin/sh ../../../libtool --mode=compile \ sh ../../../strip_fPIC.sh nasm -f elf -d OBJ_FORMAT_elf cpu_asm.nasm libtool: compile: cannot determine name of library object from `cpu_asm.nasm' Is there some pressing reason to use libtool to compile these objects, rather than just executing nasm? I seem to recall there being a thread about this, but I can't remember what was decided. -- - mdz