Pete French wrote:
What I have not been able to do - due to my lack of knowledge of configure and the buold system - is to set it up so it automatically links all apps against -lkvm ... can one of the gurus out there do this fix for me please ?
I added a check for libkvm in base/configure, if you can test it out.
> /* open the kernel */
> kptr = kvm_open(NULL, "/dev/null", NULL, O_RDONLY, "NSProcessInfo");
> if(!kptr) {
> fprintf(stderr, "Your system appears to provide libkvm, but the kernel ope
n fails\n");
> abort();
> }
It would be nice to say something like
"Please reconfigure gnustep-base with --enable-fake-main to avoid use of kvm."
_______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
