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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8378f2fce54feff4,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-09 23:36:42 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dev-abf@wanadoo.fr (Alain FONTAINE) Newsgroups: comp.lang.ada Subject: Problem with GNAT option "-gnatt" (adt tree) Date: 9 Jun 2002 23:36:42 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 193.248.191.159 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1023691002 24056 127.0.0.1 (10 Jun 2002 06:36:42 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 10 Jun 2002 06:36:42 GMT Xref: archiver1.google.com comp.lang.ada:25648 Date: 2002-06-10T06:36:42+00:00 List-Id: I am tryng to use "adabrowse" for making an html documentation for a piece of software. My environment is GNAT 3.14+ASIS 3.14+adbrowse on windows XP The problem is the following: The spec files compiled with the option "-gnatt" as: gcc -c -gnatc -gnatt -gnatQ -gnatq file.ads either produce an .adt file or don't produce adt file with the following message: 'linker input file unused since linking not done' Example: D:\dev\ada\adabrowse_2.01\de>gcc -c -gnatc -gnatt -gnatQ -gnatq -I.. f1.ads D:\dev\ada\adabrowse_2.01\de>gcc -c -gnatc -gnatt -gnatQ -gnatq -I.. f2.ADS gcc: f2.ADS: linker input file unused since linking not done I have not found something sound for this message. As I need the adt file for adabrowse I am stuck! Remarks: 1)The software compiles fine and can produce an executable, so there is no compilation error and linkage is done. 2) adabrowse is working fine on the example Can somebody explain the problem? Thank you in advance