vergil01% make --- Building libtool --- checking host system type... powerpc-ibm-aix4.3.3.0 checking whether we are using GNU C... yes checking for object suffix... o checking for executable suffix... no checking for gcc option to produce PIC... none checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions ... yes checking if gcc static flag -static -Wl,-lC works... none checking whether ln -s works... yes checking for ld used by GCC... /bin/ld checking if the linker (/bin/ld) is GNU ld... no checking whether the linker (/bin/ld) supports shared libraries... yes checking for BSD-compatible nm... /bin/nm -B checking command to parse /bin/nm -B output... ok checking how to hardcode library paths into programs... relink checking for /bin/ld option to reload object files... -r checking dynamic linker characteristics... aix4.3.3.0 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for objdir... .libs creating libtool --- Built libtool --- ./libtool gcc -c -g -O2 -Ipcre maketables.c gcc -c -g -O2 -Ipcre maketables.c -DPIC -o maketables.lo ./libtool gcc -c -g -O2 -Ipcre get.c gcc -c -g -O2 -Ipcre get.c -DPIC -o get.lo ./libtool gcc -c -g -O2 -Ipcre study.c gcc -c -g -O2 -Ipcre study.c -DPIC -o study.lo gcc -o dftables -g -O2 -Ipcre dftables.c ./dftables >chartables.c ./libtool gcc -c -g -O2 -Ipcre pcre.c gcc -c -g -O2 -Ipcre pcre.c -DPIC -o pcre.lo --- Building static library: libpcre rm -f libpcre.a ar cq libpcre.a maketables.o get.o study.o pcre.o ar: No such file or directory ar: 0707-117 The fopen system call failed on file maketables.o. ar: No such file or directory ar: 0707-117 The fopen system call failed on file get.o. ar: No such file or directory ar: 0707-117 The fopen system call failed on file study.o. ar: No such file or directory ar: 0707-117 The fopen system call failed on file pcre.o. make: The error code from the last command is 4. Stop. make: The error code from the last command is 2. Stop. make: The error code from the last command is 2. Stop.