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,d44f5f5c83c371ab X-Google-Attributes: gid103376,public From: jerry@jvdsys.nextjk.stuyts.nl (Jerry van Dijk) Subject: Re: Help interfacing Ada and C++ Date: 1997/06/15 Message-ID: <866389462.35snx@jvdsys.nextjk.stuyts.nl>#1/1 X-Deja-AN: 248691755 Distribution: world References: <33A28715.1558@codenet.net> Organization: *JerryWare HQ*, Leiden, Holland Newsgroups: comp.lang.ada Date: 1997-06-15T00:00:00+00:00 List-Id: >and everything seems to work OK, except when I #include >in the C++ code and try to use anything like "cout". The Gnat linker >complains about an undefined symbol. you need to link in the code for iostream with the C++ module, like -lstdcpp. -- -- Jerry van Dijk | Leiden, Holland -- Consultant | Team Ada -- Ordina Finance | jdijk@acm.org