home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / amiga / programm / 19029 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.3 KB

  1. Path: sparky!uunet!pipex!ibmpcug!jshark!mark-one!spark.inet-uk.co.uk!spark!John
  2. From: John@spark.inet-uk.co.uk (John Marchant)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: blink question
  5. Message-ID: <jn_gnomeL01@spark.inet-uk.co.uk>
  6. Reply-To: john@inet-uk.co.uk
  7. X-Newsreader: Arn V1.00 beta rel2
  8. Date: 19 Jan 93 18:36:24 GMT
  9. Distribution: world
  10. Lines: 28
  11.  
  12. After re-structuring a 9-module program and compiling each module clean,
  13. I get the following message from blink:-
  14.  
  15. > Blink - Version 5.10a
  16. > Copyright (c) 1990 SAS Institute, Inc.  All Rights Reserved.
  17.  
  18. > Error 510: _GfxBase symbol - Reference to unmerged data item,
  19. >      try -b0 option on LC
  20. >  First Reference in Unit scrollraster at offset 000006a8 in file 'LIB:lc.lib'
  21. >  To Unit GCatMain.c at offset 00000014 in file 'GCatMain.o'
  22.  
  23. This error persists though I recompiled each module using the -b0 option
  24. in LC. I'm using SAS C Vn.5.10 on an Amiga 500 with WB vn 37.67 (WB2).
  25.  
  26. Just what is it telling me? I declared (near the beginning) .....
  27.  
  28. > struct GfxBase *GfxBase = NULL;
  29.  
  30. ...and I opened the graphics library in the approved manner - in fact
  31. the main module hasn't been altered a lot and it worked ok before the
  32. restructuring of the modules.
  33.  
  34.    John Marchant
  35.  
  36.      UseNet:    john@inet-uk.co.uk
  37.      FidoNet:   2:258/25.1116
  38.