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.2 required=5.0 tests=BAYES_00,FROM_WORDY, INVALID_MSGID,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cd63d1fbf190dd73,start X-Google-Attributes: gid103376,public From: "Graeme English" Subject: gcov with GNAT 3.11p on Win 95 Date: 1999/07/04 Message-ID: <7m30k3$5eu$1@neptunium.btinternet.com>#1/1 X-Deja-AN: 498814138 X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Organization: BT Internet X-MSMail-Priority: Normal Newsgroups: comp.lang.ada Date: 1999-07-04T00:00:00+00:00 List-Id: I am trying to get gcov to work with a trivial Ada program (I am assuming this is possible since it comes with the distribution) but when I compile code with the -gprofile-arcs -ftest-coverage the linker complains with the following :- C:\gnat\lib\gcc-lib\pentium-mingw32msv\2.8.1\libgcc.a(_bb.o) : In function `_bb_init_prg': c:/gcc/build/../gcc-2.8.1/libgcc2.c(.text+0x10a7): undefined reference to `bzero' Also is there a version of gprof which can cope with Ada ?