[comp.windows.x] Compiling ADUS version of X11R3 server

rick@bnrunix.UUCP (Richard Johns X7191) (06/22/89)

I'm trying to recompile the ADUS version of the X11 server under SR10.1.  
Everything works fine until the link, when it comes up with some undefined 
symbols: 

  font_$set_char_image
  font_$set_char_info
  font_$set_value
  font_$create
  font_$init
  font_$close

These are all found in the Pascal source file ddx/apollo/apc/apcfont.pas.  
Everything looks okay except for that; apcfont.bin is provided and seems to be
put into the libapc.a library (I checked with "strings libapc.a").  It seems odd
that the date on apcfont.bin is Feb 6 88 (pre-SR10), but there are no complaints
until the undefined symbol message.  

Any ideas?  Incidentally, I'm trying to install the Purdue speedups, but I get
the same results on the straight ADUS code.  Also incidentally, you do need the
Purdue.2.1 patch to use the speedups on Apollo.

Rick Johns