Date: Sat, 4 Feb 1995 16:15:00 -0800 (PST) From: "Justin T. Gibbs" <gibbs@estienne.CS.Berkeley.EDU> To: smui@sparta.sjsu.edu (Sherman F Mui) Cc: jmb@kryten.atinc.com, questions@FreeBSD.org Subject: Re: MIT SHM X11 extensions? Message-ID: <199502050015.QAA17624@estienne.cs.berkeley.edu> In-Reply-To: <Pine.3.89.9502041449.B1745-0100000@sparta.SJSU.EDU> from "Sherman F Mui" at Feb 4, 95 02:49:12 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> > On Thu, 2 Feb 1995, Jonathan M. Bresler wrote: > > > > What's the scoop on FreeBSD supporting these? My 1.1.5.1 box doesn't > > > (claims MIT SHM extensions disables due to lack of kernel support) - > > > will/does 2.0/2.1? > > just recompile a kernel with the options > > > > options SYSVSHM > > options "SHMMAXPGS=64" # 256Kb of sharable memory > > options SYSVSEM > > options SYSVMSG > > I've done this on my 1.1.5.1 machine and the stupid X server still says: > > MIT-SHM extension disabled due to lack of kernel support > > So what am I doing wrong? > I type 'config GENERICBT' > go to the right dir > make depend > make > copy the new kernel in > > Sherman config GENERICBT cd compile/GERNERICBT make clean make make depend cannot catch -DFOO type dependancies, so it is usually better to make clean before a build unless you know that what you changed will be caught by the make depend. -- Justin T. Gibbs ============================================== TCS Instructional Group - Programmer/Analyst 1 Cory | Po | Danube | Volga | Parker | Torus ==============================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502050015.QAA17624>