From: Thomas Dunbar (tdunbar@vttcf.cc.vt.edu)
Date: 10/01/92


From: tdunbar@vttcf.cc.vt.edu (Thomas Dunbar)
Subject: xdvi src fix for Linux
Date: 1 Oct 1992 13:28:41 GMT


 the xdvi src on tsx-11 yields shared binary that breaks if many fonts
are used.
  to fix it, comment out the
    int errno;
  line near the beginning of util.c
 
 as HJ points out in the gcc FAQ, global vars in the li[C[C[libc lib shouldnt
be defined in the code. ( errno is already defined as extern in errno.h)
 
 thomas