On Tuesday 12 April 2005 01:15 am, John A Meinel wrote: > cd .. > tla get $A/patch--pcomp patch > cd patch > ./configure && make && make install
Think there is something wrong with this archive Makefile. $ make install /bin/sh ./mkinstalldirs /usr/bin /usr/man/man1 /usr/bin/install -c patch.exe /usr/bin/`echo patch | sed 's,x,x,'`.exe /usr/bin/install -c -m 644 ./patch.man /usr/man/man1/`echo patch | sed 's,x,x,'`.1 It's not named pcpatch.exe, I believe changing Makefile.in:102 patch_name = `echo pcpatch | sed '$(transform)'` Fixes the problem. -- Bob Tanner <[EMAIL PROTECTED]> | Phone : (952)943-8700 http://www.real-time.com, Minnesota, Linux | Fax : (952)943-8500 Key fingerprint = AB15 0BDF BCDE 4369 5B42 1973 7CF1 A709 2CC1 B288 _______________________________________________ Gnu-arch-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/
