View Single Post
  #1   (View Single Post)  
Old 24th March 2012
sw2wolf sw2wolf is offline
λ programmer
 
Join Date: Mar 2012
Location: China
Posts: 133
Default undefined reference to `KERNEL_PROC_UNLOCK'

I am using OB 5.0, How to fix the following error:

#modload /usr/local/lib/kqemu/kqemu_mp.o
qemu_mp.o(.text+0x295f): In function `kqemuioctl':
: undefined reference to `KERNEL_PROC_UNLOCK'
/usr/local/lib/kqemu/kqemu_mp.o(.text+0x2972): In function `kqemuioctl':
: undefined reference to `KERNEL_PROC_LOCK'
modload: can't prelink `/usr/local/lib/kqemu/kqemu_mp.o' creating `/usr/local/lib/kqemu/kqemu_mp'

I am an OpenBSD newbie. So any suggestion is appreciated!
Reply With Quote