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=0.6 required=5.0 tests=BAYES_00,FROM_WORDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,733d3008a29a0c63 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.germany.com!newsfeed2.scan-plus.net!newsfeed.velia.net!noris.net!news1.nefonline.de!not-for-mail From: "Alexander Camek" Newsgroups: comp.lang.ada Subject: Re: Using Functions of Executable Date: Tue, 27 Nov 2007 14:08:44 +0100 Organization: NEFkom - Mnet Telekommunikations GmbH Message-ID: References: NNTP-Posting-Host: pleione.3soft.de X-Trace: news1.nefonline.de 1196168916 12004 212.114.211.8 (27 Nov 2007 13:08:36 GMT) X-Complaints-To: usenet@news1.nefonline.de NNTP-Posting-Date: Tue, 27 Nov 2007 13:08:36 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-RFC2646: Format=Flowed; Response X-NNTP-Posting-Host: 10.1.1.39 Xref: g2news1.google.com comp.lang.ada:18647 Date: 2007-11-27T14:08:44+01:00 List-Id: Okay, after some further investigation, I have found out that the linker, especially gnatlink is getting too much information. I saw that in calling gnatlink, which invokes gnat1 -- the front-end --, there are too much object files. How can I avoid this. former call: gnatmake -P foo.gpr now i want to do this: gnatmake foo.adb In foo.gpr I have got a 'with' to point to source files of a library bar. Now from this library this object files are linked to my executable. Is there a switch for gnatmake? Or what is gnatmake doing when it is invoked with project files in diference to a normal invokation? Thanks for any help Greetings Alexander