'make' errors 1.6.11

Trying for a new install under OS X Leopard on a PPC. (This was after my current working install got munged by my trying a pre-compiled pre-configured scripted installer I stumbled on that failed to mention it would only work on an Intel machine)

./configure seems to go okay.

make runs into an ‘error 64’ and ‘error 2’, related to md5.c. so far, I have no clue how to interpret or get past this.

I tried throwing out the currently installed md5, but it made no difference.:

CC=“cc” CXX=“g++” LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="–silent" makeopts
make[1]: `makeopts’ is up to date.
menuselect/menuselect --check-deps menuselect.makeopts
Generating embedded module rules …
[CC] muted.c -> muted.o
[LD] muted.o -> muted
[CC] hashtest2.c -> hashtest2.o
In file included from hashtest2.c:39:
/Volumes/backlot 3/downloads/asterisk-1.6.1.1/include/asterisk/lock.h: In function ‘ast_rwlock_timedrdlock’:
/Volumes/backlot 3/downloads/asterisk-1.6.1.1/include/asterisk/lock.h:1765: warning: implicit declaration of function ‘pthread_rwlock_timedrdlock’
/Volumes/backlot 3/downloads/asterisk-1.6.1.1/include/asterisk/lock.h: In function ‘ast_rwlock_timedwrlock’:
/Volumes/backlot 3/downloads/asterisk-1.6.1.1/include/asterisk/lock.h:1780: warning: implicit declaration of function ‘pthread_rwlock_timedwrlock’
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-pvX] source_file target_file
cp [-R [-H | -L | -P]] [-fi | -n] [-pvX] source_file … target_directory
make[1]: *** [md5.c] Error 64
make: *** [utils] Error 2