home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mitech!gjc
- From: gjc@mitech.com (George J. Carrette)
- Newsgroups: vmsnet.internals
- Subject: Re: Shared images, some differences on ALPHA
- Message-ID: <3066@mitech.com>
- Date: 9 Oct 92 14:21:07 GMT
- References: <3026@mitech.com> <1992Oct9.054726.1@cc.curtin.edu.au>
- Organization: Mitech Corporation, Concord MA
- Lines: 13
-
- In article <1992Oct9.054726.1@cc.curtin.edu.au>, zrepachol@cc.curtin.edu.au (Paul Repacholi) writes:
- > In article <3026@mitech.com>, gjc@mitech.com (George J. Carrette) writes:
- >> #if defined(VMS) && !define(ALPHA)
- > Would this perchance be a VAX-C/DEC-C difference, rather than LINK?
-
- False. Globaldef is something that the C compiler is telling the linker.
- It is the linker that is responsible for wanting that kind of info in
- the first place.
-
- If DEC-C was running on VAX/VMS it would need to have something
- like GLOBALDEF to talk to the LINK command properly.
-
-
-