--- collver@linuxfreemail.com wrote:> 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, was there a reason to compile the .nasm files through libtool in the first place (instead of just using nasm directly like before)? If not I would revert back to the old src/libFLAC/ia32/Makefile.am Josh __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/
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 05:05:46PM -0700, Josh Coalson wrote:> --- collver@linuxfreemail.com wrote: > > 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, was there a reason to compile the .nasm files > through libtool in the first place (instead of > just using nasm directly like before)? If not I would > revert back to the old src/libFLAC/ia32/Makefile.amThe libtool on my system will not add .o files to a library. It only accepts .lo files which appear to be text files describing the .o files libtool generates. Ben