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