home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / bsd / 9017 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.7 KB  |  41 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!stanford.edu!bcm!rice!news.Rice.edu!rich
  3. From: rich@Rice.edu (Richard Murphey)
  4. Subject: Re: can't compile with xmode!? won't run xfree
  5. In-Reply-To: mark@student.business.uwo.ca's message of Tue, 17 Nov 1992 17:34:33 GMT
  6. Message-ID: <RICH.92Nov17143131@omicron.Rice.edu>
  7. Sender: news@rice.edu (News)
  8. Reply-To: Rich@rice.edu
  9. Organization: Department of Electrical and Computer Engineering, Rice
  10.     University
  11. References: <ac0DuB2w165w@student.business.uwo.ca>
  12. Date: Tue, 17 Nov 1992 20:31:31 GMT
  13. Lines: 26
  14.  
  15. In article <ac0DuB2w165w@student.business.uwo.ca> mark@student.business.uwo.ca (Mark Bramwell CS STAFF) writes:
  16.    I have been trying to figure out how to compile a kernel with X support
  17.    built-in.  I am running X now.  I have downloaded and applied all of the 
  18.    patches.  I have added  UCONSOLE and XSERVER to the options in ../GENERICISA
  19.  
  20.    I have  config GENERICISA   I go into the GENERICISA dir and do a   
  21.    make depend.  I then do a make.
  22.  
  23.    I can see that  -DUCONSOLE and -DXSERVER has been added to the command line 
  24.    during the compile stage.
  25.  
  26.    However,  grep -i "xmode" 386bsd  shows nothing!  The new kernel when 
  27.    rebooted, does not support X11.
  28.  
  29.    I have manually stuck a  #define XSERVER in pccons.c, and it gives me a 
  30.    warning saying it has been already defined.  
  31.  
  32.    What am I missing?  
  33.  
  34.    mark@student.business.uwo.ca (Mark Bramwell CS STAFF)
  35.    Western Business School  --  London, Ontario
  36.  
  37. Double check that you are actually compiling and linking in the
  38. patched pccons.c and not the original.  If you patch
  39. /sys/compile/GENERICISA/pccons.c, then make sure that your Makefile
  40. refers to it and not /sys/i386/isa/pccons.c.  Rich
  41.