>>>>> On Tue, 11 Feb 2003 09:54:02 -0700, Bdale Garbee <[EMAIL PROTECTED]> said:

  Bdale> ../../contrib/libcap/libcap.a(cap_sys.o)(.text+0x22): In
  Bdale> function `capget': : undefined reference to `__ia64_syscall'
  Bdale> ../../contrib/libcap/libcap.a(cap_sys.o)(.text+0x72): In
  Bdale> function `capset': : undefined reference to `__ia64_syscall'
  Bdale> collect2: ld returned 1 exit status make[1]: *** [proftpd]
  Bdale> Error 1

Argh, another one of these.  Please use syscall(3) as declared by
<unistd.h> to make system calls for which there is no existing stub.
That's the _only_ portable way of doing it.

        --david


Reply via email to