Problems creating Patch 2.0.12u3

Bob Smith bob at wizard.uucp
Sat May 4 15:06:33 AEST 1991


In <44 at hlthnt.UUCP> sginn at hlthnt.UUCP (Steve Ginn) writes:

>I was recently trying to compile the above named app and everything
>ran fine until it started linking and came up with the following
>problems:

>/bin/ld : error: Unresolved externals:

>_rindex in file(s):
>patch.o (patch.c)

rindex() is a BSD version of strrchr().

You should be able to compile patch by adding a line like:

        #define rindex() strrchr()

somewhere at the beginning of patch.c .

-- 
| Bob Smith _ 835 Mammoth Rd. _ Dracut, MA 01826 _ 508-670-6712
| Path: uunet!spool.mu.edu!sdd.hp.com!caen!sharkey!wyn386!wybbs!wizard!bob



More information about the Comp.unix.xenix.sco mailing list