home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / windows / x / 21626 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  2.5 KB

  1. Path: sparky!uunet!news.univie.ac.at!scsing.switch.ch!univ-lyon1.fr!ghost.dsi.unimi.it!rpi!usc!howland.reston.ans.net!bogus.sura.net!darwin.sura.net!ukma!cs.widener.edu!dsinc!ub!galileo.cc.rochester.edu!news.cc.rochester.edu!kevin
  2. From: kevin@sherman.sherman.pas.rochester.edu (kevin mcfadden)
  3. Newsgroups: comp.windows.x
  4. Subject: Re: building X11R5 and applying patches
  5. Message-ID: <KEVIN.93Jan27101809@sherman.sherman.pas.rochester.edu>
  6. Date: 27 Jan 93 15:18:09 GMT
  7. References: <KEVIN.93Jan27094516@sherman.sherman.pas.rochester.edu>
  8. Sender: news@galileo.cc.rochester.edu
  9. Distribution: usa
  10. Organization: /u/irstaff/kevin/.organization
  11. Lines: 43
  12. In-Reply-To: kevin@sherman.sherman.pas.rochester.edu's message of 27 Jan 93 09:45:16
  13. Nntp-Posting-Host: sherman.pas.rochester.edu
  14.  
  15. Sorry, forgot to include this info:
  16.  
  17. The computer is a Sun4 and I am using CC=cc under 4.1.2.
  18.  
  19.  
  20. In article <KEVIN.93Jan27094516@sherman.sherman.pas.rochester.edu> kevin@sherman.sherman.pas.rochester.edu (kevin mcfadden) writes:
  21.  
  22.    Newsgroups: comp.windows.x
  23.    Path: galileo.cc.rochester.edu!news.cc.rochester.edu!kevin
  24.    From: kevin@sherman.sherman.pas.rochester.edu (kevin mcfadden)
  25.    Sender: news@galileo.cc.rochester.edu
  26.    Nntp-Posting-Host: sherman.pas.rochester.edu
  27.    Organization: /u/irstaff/kevin/.organization
  28.    Distribution: usa
  29.    Date: 27 Jan 93 09:45:16
  30.    Lines: 38
  31.  
  32.  
  33.    Hello everyone, I have two questions, neither I saw addressed in my
  34.    version of the faq.  
  35.  
  36.        The first concerns errors in the building of X11R5.  Everything works
  37.    fine up to the point where the following happens (almost at the end of the
  38.    entire build):
  39.  
  40.    cc -o plbpex basestat.o bif_lex.o bifbuild.o bifconfig.o bifparse.o bld_prim.o  bld_str.o bld_view.o bldgeneric.o brf_ents.o brf_phead.o brf_trv.o  db_tools.o doentity.o dummies.o fakefigs.o new_ents.o gen_ents.o  init_bench.o listbufs.o maptools.o matrix.o  traverser.o brf_except.o fillcont.o pixbuf.o stopwatch.o -O -pipe  ../.././extensions/lib/PEX/libphigs.a -L../.././lib/Xmu -lXmu -L../.././extensions/lib -lXext -L../.././lib/X -lX11 -lm  
  41.    ld: Undefined symbol
  42.       _XtMalloc
  43.       _XtGetConstraintResourceList
  44.    :
  45.    :
  46.    :
  47.  
  48.        There are also a whole bunch of errors similar that follow.   This has
  49.    been done BEFORE applying the patches, which the second question
  50.    addresses.
  51.  
  52.        The second question involves the difference between doing a 
  53.    "make Everything" and "make -k".  I assume that the first will
  54.    rebuild the entire distribution and that the second will only build
  55.    certain parts.  
  56.  
  57.    Any help is greatly appreciated,
  58.