>In scripts that use tcextract, I get this message, > > tc_memcpy: using amd64 for memcpy > >even if the -d 0 flag is set for silence. At the end of aclib/tcmemcpy.c >I see this: > > if(verbose) > fprintf(stderr, "tc_memcpy: using %s for memcpy\n", >method); > >Yet it doesn't respond to verbosity settings. Could we get rid of it? >I get thousands of these and it clutters the records of the archive >project I'm on.
This has already been corrected in CVS HEAD. If you want to stick with 1.0 for now, then (as you surmise) the easy solution is to remove those two lines. --Andrew Church [EMAIL PROTECTED] http://achurch.org/