On Wednesday 06 July 2005 14:55, Daniel Jacobowitz wrote: > On Wed, Jul 06, 2005 at 03:03:26PM -0700, Paul Gilliam wrote: > > On a linux system, running a 64-bit PowerPC kernel, I get the following when I try to build the latest CVS snapshot: > > > > ../../src/bfd/elf64-ppc.c:2525: warning: duplicate `const' > > Already fixed. > > > make[3]: *** No rule to make target `vi.po', needed by `vi.gmo'. Stop. > > Check your cvs tree again. This file should be there. > Yes it was there, but make couldn't find it for some reason. I tried it all again just now with the same results: what am I doing wrong? I have attached the typescript of the session inwhich I 1) downloaded the latest CVS snapshot 2) unpacked it 3) did a cvs update 4) created a build directory 5) ran configure 6) did 'make' And got the same error. Then I did this: gdb-ppc64-testing@dufur:~/adhoc-testing> find . -name vi.po ./src/opcodes/po/vi.po So, the file is there and make is not finding it. -=# Paul #=-