home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / ghostscr / bug / 1326 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.2 KB  |  45 lines

  1. Newsgroups: gnu.ghostscript.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!bumetb.bu.edu!cpackard
  3. From: cpackard@bumetb.bu.edu (Charles Packard)
  4. Subject: bug with font2c
  5. Message-ID: <105762@bu.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Boston University
  8. Distribution: gnu
  9. Date: Wed, 30 Dec 1992 00:03:27 GMT
  10. Approved: bug-ghostscript@prep.ai.mit.edu
  11. Lines: 32
  12.  
  13. Happy New Year netters!
  14.  
  15. I have a problem trying to link in some fonts to my gs image. After
  16. running font2c on ANY file, the output is virtually the same as if
  17. I'ld run font2c on ugly.gsf!! The commands
  18.  
  19. $font2c ptmr.gsf ptmr.c
  20. $font2c ugly.gsf ugly.c
  21. $diff ptmr.c ugly.c 
  22.  
  23. shows only small differenes; really weird that there is some difference
  24. but not the amount you'ld expect from two different fonts. And ptmr.c
  25. is defining gsf_Ugly.  And linking in ugly.o and ptmr.o results in
  26.  
  27. ld: ptmr.o: _gsf_Ugly: multiply defined
  28. ld: ugly.o: _gsf_Ugly: multiply defined
  29.  
  30. and
  31.  
  32. ld: Undefined symbol
  33.    _gsf_Times_Roman
  34.  
  35. I've checked and double checked that I'm following the steps in
  36. fonts.doc. This is release 2.5.2 of Ghostscript. I'm on a Sparc 2
  37. running SunOs 4.1.2. Anybody out there got a clue? I've got to get
  38. this done!
  39.  
  40. thanks,
  41. chuck packard
  42. cpackard@mathworks.com
  43.  
  44.  
  45.