"Glenn Gombert" wrote: > > In case anyone is interested...I have X11 running with FreeBSD as a Guest > operating system under Win2K......the current XFree86 server (v 4.101) > that is in the ports collection, runs ok with the generic wm that comes > with XFree86, when I try and run KDE under 'Current' I get .. > /usr/X11R6/lib/libXext.so.6 Undefined symbol "__stderrp"...for some > reason ...
Be sure you have COMPAT4X=yes in /etc/make.conf. If you didn't, then do this: cd /usr/src/lib/compat/compat4x.i386 make obj make all make install Then all __stderrp etc stuff will go away, except for some *really* binaries that use libc_r.so.3 Cheers, -Peter -- Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

