Compiling GNUCPIO under SCO UNIX SDS (and comparables)
Warren Tucker
wht at n4hgf.Mt-Park.GA.US
Mon Apr 22 16:14:09 AEST 1991
In article <296 at raysnec.UUCP> shwake at raysnec.UUCP (Ray Shwake) writes:
->1) The linker can't seem to find bcopy, though it appears in the man pages
->as BCOPY(K). Is this the same routine? If so, how does one access it? (Yeah,
->I know, I could simply define BCOPY_MISSING.)
bcopy(K) is a kernel call, not a libc function.
Try using
#define bcopy(s,d,c) memcpy(d,s,c)
->2) The online man pages indicate that alloca is present (no command group
->indicated). Once again, how does one access it?
use -lPW to get alloca(S).
----------------------------------------------------------------------------
Warren Tucker, TuckerWare, Mountain Park, GA wht at n4hgf.Mt-Park.GA.US
"Given any new technology for transmitting information, we seem bound to
use it for great quantities of small talk. We are only saved by music
from being overwhelmed by nonsense." -- Lewis Thomas, _The Lives of a Cell_
More information about the Comp.unix.sysv386
mailing list