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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4e3b77ba64929e23 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news.cs.univ-paris8.fr!univ-lyon1.fr!in2p3.fr!proxad.net!feeder2-1.proxad.net!news9-e.free.fr!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Mixed Ada and C++ Programs References: From: Jean-Marc Bourguet Message-ID: Date: 17 Aug 2004 13:26:30 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: Guest of ProXad - France NNTP-Posting-Date: 17 Aug 2004 13:26:31 MEST NNTP-Posting-Host: 62.189.36.28 X-Trace: 1092741991 news9-e.free.fr 8827 62.189.36.28:43049 X-Complaints-To: abuse@proxad.net Xref: g2news1.google.com comp.lang.ada:2770 Date: 2004-08-17T13:26:31+02:00 List-Id: "Harry Overs" writes: > I have an Ada program which has a C++ interface to it, although I can get > the program to compile and run ok the problem that I have is that when I > change the C++ interface to use any system files, i.e. fstream.h, > iostream.h, I get unresolved extern errors when I try to link it (#including > stdio and some other files work ok). > > Does anyone know what I am doing wrong? Forgetting the C++ libraries in the link? Yours, -- Jean-Marc