home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!pipex!ibmpcug!jshark!mark-one!spark.inet-uk.co.uk!spark!John
- From: John@spark.inet-uk.co.uk (John Marchant)
- Newsgroups: comp.sys.amiga.programmer
- Subject: blink question
- Message-ID: <jn_gnomeL01@spark.inet-uk.co.uk>
- Reply-To: john@inet-uk.co.uk
- X-Newsreader: Arn V1.00 beta rel2
- Date: 19 Jan 93 18:36:24 GMT
- Distribution: world
- Lines: 28
-
- After re-structuring a 9-module program and compiling each module clean,
- I get the following message from blink:-
-
- > Blink - Version 5.10a
- > Copyright (c) 1990 SAS Institute, Inc. All Rights Reserved.
-
- > 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).
-
- Just what is it telling me? I declared (near the beginning) .....
-
- > struct GfxBase *GfxBase = NULL;
-
- ...and I opened the graphics library in the approved manner - in fact
- the main module hasn't been altered a lot and it worked ok before the
- restructuring of the modules.
-
- John Marchant
-
- UseNet: john@inet-uk.co.uk
- FidoNet: 2:258/25.1116
-