home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / amiga / programm / 19073 < prev    next >
Encoding:
Text File  |  1993-01-22  |  1.6 KB  |  42 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!gatech!concert!sas!mozart.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Subject: Re: blink question
  5. Originator: walker@twix.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <C19Bp9.34J@unx.sas.com>
  8. Date: Fri, 22 Jan 1993 13:19:57 GMT
  9. References:  <jn_gnomeL01@spark.inet-uk.co.uk>
  10. Nntp-Posting-Host: twix.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Lines: 28
  13.  
  14.  
  15. In article <jn_gnomeL01@spark.inet-uk.co.uk>, John@spark.inet-uk.co.uk (John Marchant) writes:
  16. |> > Error 510: _GfxBase symbol - Reference to unmerged data item,
  17. |> >      try -b0 option on LC
  18. |> >  First Reference in Unit scrollraster at offset 000006a8 in file 'LIB:lc.lib'
  19. |> >  To Unit GCatMain.c at offset 00000014 in file 'GCatMain.o'
  20. |> 
  21. |> This error persists though I recompiled each module using the -b0 option
  22. |> in LC. I'm using SAS C Vn.5.10 on an Amiga 500 with WB vn 37.67 (WB2).
  23.  
  24. Sounds like you are not linking with the correct library.  If you use LC to 
  25. link, it automatically picks the right library for you. Otherwise, you have to 
  26. do it yourself.
  27.  
  28. If you are using the -b0 option, you need to link with lcnb.lib instead
  29. of lc.lib.
  30.  
  31. |>    John Marchant
  32.  
  33. -- 
  34.   *****
  35. =*|_o_o|\\=====Doug Walker, Software Distiller====== BBS: (919)460-7430 =
  36.  *|. o.| ||                                          1200/2400/9600 Dual
  37.   | o  |//     For all you do, this bug's for you!
  38.   ====== 
  39. usenet: walker@unx.sas.com                            bix: djwalker 
  40. Any opinions expressed are mine, not those of SAS Institute, Inc.
  41.  
  42.