From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1b85793c9263ca04 X-Google-Attributes: gid103376,public From: "Stanley R. Allen" Subject: Re: C++ to Ada Link Problems Date: 1998/02/27 Message-ID: <34F73953.1CFB@hso.link.com>#1/1 X-Deja-AN: 329259456 Content-Transfer-Encoding: 7bit References: <9802271359.AA07254@nile.gnat.com> <34F6CC30.D8B74ACB@mps.lmtas.lmco.com> <34F71D58.2781@hso.link.com> <34F7266D.203BF762@mps.lmtas.lmco.com> To: James.B.Huckaby@LMCo.com Content-Type: text/plain; charset=us-ascii Organization: NASA, Kennedy Space Center Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-02-27T00:00:00+00:00 List-Id: James Huckaby wrote: > > > I think I might be able to redirect the a.ld command to > use CC instead of ld (it will probably be trial and error > for awhile). The easiest way to do this is to use the -V option on the a.ld command. This will "verify" the ld command to be used without executing it (lower case -v will display the ld command, and execute it). I'm not sure it it goes to sdtout or sdterr; try and see. Then edit to use CC instead of ld. > Do you have any examples of munchers > or munching tools? The only munching tools I know of are part of the GNU suite that comes with the VxWorks system I am using. I was assuming that this is part of the GNU standard toolset. If Sun C++ doesn't have such a tool then the comments about munching probably don't apply to your problem. -- Stanley Allen mailto:s_allen@hso.link.com