home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.sys.sun.misc:4004 comp.lang.c:12999
- Newsgroups: comp.sys.sun.misc,comp.lang.c
- Path: sparky!uunet!odi!benson
- From: benson@odi.com (Benson I. Margulies)
- Subject: Re: Strange error in C compiler
- Message-ID: <1992Aug31.012735.8262@odi.com>
- Keywords: dynamic linking C compilation constant pointer
- Reply-To: benson@odi.com (Benson I. Margulies)
- Organization: Object Design Inc., Burlington, MA
- References: <13271.714953297@kiae.su> <25820@dog.ee.lbl.gov>
- Date: Mon, 31 Aug 92 01:27:35 GMT
- Lines: 13
-
- I deal with _DYNAMIC with no trouble.
-
- I declare it
-
- extern struct link_dynamic _DYNAMIC;
-
- then I ask
-
- if (&_DYNAMIC == 0)
-
- works just fine.
- --
- Benson I. Margulies
-